2023-11-15T04:08:32.395 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T04:08:32.396 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --archive /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344 --name yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344/orig.config.yaml 2023-11-15T04:08:32.431 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T04:08:32.513 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344 branch: wip-yuri4-testing-2023-11-13-0820-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7458344' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri4-testing-2023-11-13-0820-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNTXdiNEUjTcSZN/C7gcRuZZzkyFZOLmpPhAHdNEt2T1GTdIbU0uiZLCX52XT38NtV++VwY39qtSyiN27P2oG9Q= smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLT9kmb3tHpV4wcmnYaDSksX7ImxzdCj3LJuOgyVktSMq7R5dph/cCCLLGZ4WmuZWaA8kODyUFag3DrhBzgHSTQ= 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:3.0 --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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-15T04:08:32.514 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T04:08:32.515 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T04:08:32.515 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T04:08:32.517 INFO:teuthology.task.internal:Checking packages... 2023-11-15T04:08:32.542 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T04:08:32.543 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T04:08:32.543 INFO:teuthology.packaging:ref: None 2023-11-15T04:08:32.544 INFO:teuthology.packaging:tag: None 2023-11-15T04:08:32.544 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T04:08:32.544 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T04:08:32.545 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T04:08:32.775 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170.g620f25c1 2023-11-15T04:08:32.776 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T04:08:32.782 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T04:08:32.782 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T04:08:32.802 INFO:teuthology.task.internal:Saving configuration 2023-11-15T04:08:32.816 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T04:08:32.821 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T04:08:32.847 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 04:03:33.256919', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNTXdiNEUjTcSZN/C7gcRuZZzkyFZOLmpPhAHdNEt2T1GTdIbU0uiZLCX52XT38NtV++VwY39qtSyiN27P2oG9Q='} 2023-11-15T04:08:32.870 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 04:03:33.254968', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLT9kmb3tHpV4wcmnYaDSksX7ImxzdCj3LJuOgyVktSMq7R5dph/cCCLLGZ4WmuZWaA8kODyUFag3DrhBzgHSTQ='} 2023-11-15T04:08:32.870 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T04:08:32.876 INFO:teuthology.task.internal:roles: ubuntu@smithi087.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-15T04:08:32.876 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-15T04:08:32.876 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T04:08:32.953 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f766d52cb80>, signals=[15]) 2023-11-15T04:08:32.954 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T04:08:32.962 INFO:teuthology.task.internal:Opening connections... 2023-11-15T04:08:32.963 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2023-11-15T04:08:32.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:08:33.035 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2023-11-15T04:08:33.036 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:08:33.104 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T04:08:33.111 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2023-11-15T04:08:33.127 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2023-11-15T04:08:33.127 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2023-11-15T04:08:33.185 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="Red Hat Enterprise Linux" 2023-11-15T04:08:33.185 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="8.4 (Ootpa)" 2023-11-15T04:08:33.186 INFO:teuthology.orchestra.run.smithi087.stdout:ID="rhel" 2023-11-15T04:08:33.186 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE="fedora" 2023-11-15T04:08:33.186 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="8.4" 2023-11-15T04:08:33.186 INFO:teuthology.orchestra.run.smithi087.stdout:PLATFORM_ID="platform:el8" 2023-11-15T04:08:33.186 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-15T04:08:33.187 INFO:teuthology.orchestra.run.smithi087.stdout:ANSI_COLOR="0;31" 2023-11-15T04:08:33.187 INFO:teuthology.orchestra.run.smithi087.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-15T04:08:33.187 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://www.redhat.com/" 2023-11-15T04:08:33.187 INFO:teuthology.orchestra.run.smithi087.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-15T04:08:33.187 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T04:08:33.188 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:08:33.188 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T04:08:33.188 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-15T04:08:33.188 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-15T04:08:33.189 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-15T04:08:33.190 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2023-11-15T04:08:33.216 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2023-11-15T04:08:33.232 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2023-11-15T04:08:33.233 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2023-11-15T04:08:33.288 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="Red Hat Enterprise Linux" 2023-11-15T04:08:33.289 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="8.4 (Ootpa)" 2023-11-15T04:08:33.289 INFO:teuthology.orchestra.run.smithi194.stdout:ID="rhel" 2023-11-15T04:08:33.289 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE="fedora" 2023-11-15T04:08:33.289 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="8.4" 2023-11-15T04:08:33.289 INFO:teuthology.orchestra.run.smithi194.stdout:PLATFORM_ID="platform:el8" 2023-11-15T04:08:33.290 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-15T04:08:33.290 INFO:teuthology.orchestra.run.smithi194.stdout:ANSI_COLOR="0;31" 2023-11-15T04:08:33.290 INFO:teuthology.orchestra.run.smithi194.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-15T04:08:33.290 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://www.redhat.com/" 2023-11-15T04:08:33.290 INFO:teuthology.orchestra.run.smithi194.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-15T04:08:33.291 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T04:08:33.291 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:08:33.291 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T04:08:33.291 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-15T04:08:33.291 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-15T04:08:33.292 INFO:teuthology.orchestra.run.smithi194.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-15T04:08:33.292 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2023-11-15T04:08:33.324 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T04:08:33.333 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T04:08:33.339 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T04:08:33.339 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2023-11-15T04:08:33.342 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2023-11-15T04:08:33.357 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T04:08:33.363 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T04:08:33.363 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2023-11-15T04:08:33.400 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2023-11-15T04:08:33.412 INFO:teuthology.orchestra.run.smithi087.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-15T04:08:33.415 INFO:teuthology.orchestra.run.smithi194.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-15T04:08:33.416 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T04:08:33.472 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T04:08:33.486 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T04:08:33.487 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-15T04:08:33.488 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T04:08:33.488 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T04:08:33.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:08:33.503 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2023-11-15T04:08:33.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:08:33.505 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-11-15T04:08:33.560 INFO:teuthology.orchestra.run.smithi194.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-15T04:08:33.560 INFO:teuthology.task.kernel:Running kernel on smithi194: 4.18.0-305.25.1.el8_4.x86_64 2023-11-15T04:08:33.560 DEBUG:teuthology.orchestra.run.smithi194:> sudo yum install -y kernel 2023-11-15T04:08:33.562 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-15T04:08:33.562 INFO:teuthology.task.kernel:Running kernel on smithi087: 4.18.0-305.25.1.el8_4.x86_64 2023-11-15T04:08:33.562 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum install -y kernel 2023-11-15T04:08:34.980 INFO:teuthology.orchestra.run.smithi087.stdout:Updating Subscription Management repositories. 2023-11-15T04:08:34.981 INFO:teuthology.orchestra.run.smithi087.stdout:Unable to read consumer identity 2023-11-15T04:08:35.007 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-11-15T04:08:35.008 INFO:teuthology.orchestra.run.smithi194.stdout:Unable to read consumer identity 2023-11-15T04:08:36.328 INFO:teuthology.orchestra.run.smithi087.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-11-15T04:08:36.414 INFO:teuthology.orchestra.run.smithi194.stdout:Copr repo for python3-asyncssh owned by ceph 35 kB/s | 3.5 kB 00:00 2023-11-15T04:08:37.790 INFO:teuthology.orchestra.run.smithi194.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-11-15T04:08:38.205 INFO:teuthology.orchestra.run.smithi087.stdout:Extra Packages for Enterprise Linux 9.5 MB/s | 16 MB 00:01 2023-11-15T04:08:41.082 INFO:teuthology.orchestra.run.smithi194.stdout:lab-extras 4.4 MB/s | 24 kB 00:00 2023-11-15T04:08:41.474 INFO:teuthology.orchestra.run.smithi087.stdout:lab-extras 4.8 MB/s | 24 kB 00:00 2023-11-15T04:08:41.856 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-15T04:08:41.857 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-15T04:08:41.857 INFO:teuthology.orchestra.run.smithi194.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-15T04:08:42.005 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-11-15T04:08:42.007 INFO:teuthology.orchestra.run.smithi194.stdout:Nothing to do. 2023-11-15T04:08:42.007 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-11-15T04:08:42.099 DEBUG:teuthology.orchestra.run.smithi194:> echo no | sudo yum reinstall kernel || true 2023-11-15T04:08:42.237 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-15T04:08:42.237 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-15T04:08:42.237 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-15T04:08:42.406 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-11-15T04:08:42.407 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2023-11-15T04:08:42.407 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-11-15T04:08:42.442 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-11-15T04:08:42.443 INFO:teuthology.orchestra.run.smithi194.stdout:Unable to read consumer identity 2023-11-15T04:08:42.510 DEBUG:teuthology.orchestra.run.smithi087:> echo no | sudo yum reinstall kernel || true 2023-11-15T04:08:42.735 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:00:01 ago on Wed 15 Nov 2023 04:08:41 AM UTC. 2023-11-15T04:08:42.855 INFO:teuthology.orchestra.run.smithi087.stdout:Updating Subscription Management repositories. 2023-11-15T04:08:42.856 INFO:teuthology.orchestra.run.smithi087.stdout:Unable to read consumer identity 2023-11-15T04:08:42.876 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T04:08:42.876 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T04:08:42.876 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T04:08:42.899 INFO:teuthology.orchestra.run.smithi194.stderr:Error: No packages marked for reinstall. 2023-11-15T04:08:42.950 DEBUG:teuthology.orchestra.run.smithi194:> sudo yum reinstall -y kernel || true 2023-11-15T04:08:43.142 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:02 ago on Wed 15 Nov 2023 04:08:41 AM UTC. 2023-11-15T04:08:43.278 INFO:teuthology.orchestra.run.smithi087.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T04:08:43.278 INFO:teuthology.orchestra.run.smithi087.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T04:08:43.279 INFO:teuthology.orchestra.run.smithi087.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T04:08:43.291 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-11-15T04:08:43.291 INFO:teuthology.orchestra.run.smithi194.stdout:Unable to read consumer identity 2023-11-15T04:08:43.310 INFO:teuthology.orchestra.run.smithi087.stderr:Error: No packages marked for reinstall. 2023-11-15T04:08:43.359 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum reinstall -y kernel || true 2023-11-15T04:08:43.574 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:00:02 ago on Wed 15 Nov 2023 04:08:41 AM UTC. 2023-11-15T04:08:43.705 INFO:teuthology.orchestra.run.smithi087.stdout:Updating Subscription Management repositories. 2023-11-15T04:08:43.705 INFO:teuthology.orchestra.run.smithi087.stdout:Unable to read consumer identity 2023-11-15T04:08:43.717 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T04:08:43.717 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T04:08:43.717 INFO:teuthology.orchestra.run.smithi194.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T04:08:43.731 INFO:teuthology.orchestra.run.smithi194.stderr:Error: No packages marked for reinstall. 2023-11-15T04:08:43.781 DEBUG:teuthology.orchestra.run.smithi194:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T04:08:43.906 INFO:teuthology.orchestra.run.smithi194.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:43.906 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:43.907 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:43.907 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T04:08:43.907 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T04:08:43.908 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T04:08:43.908 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T04:08:43.908 DEBUG:teuthology.orchestra.run.smithi194:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T04:08:43.988 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:02 ago on Wed 15 Nov 2023 04:08:41 AM UTC. 2023-11-15T04:08:44.035 INFO:teuthology.orchestra.run.smithi194.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:44.035 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:44.036 DEBUG:teuthology.orchestra.run.smithi194:> sudo rpm -qi grub2-tools 2023-11-15T04:08:44.063 INFO:teuthology.orchestra.run.smithi194.stdout:Name : grub2-tools 2023-11-15T04:08:44.063 INFO:teuthology.orchestra.run.smithi194.stdout:Epoch : 1 2023-11-15T04:08:44.063 INFO:teuthology.orchestra.run.smithi194.stdout:Version : 2.02 2023-11-15T04:08:44.064 INFO:teuthology.orchestra.run.smithi194.stdout:Release : 99.el8_4.1 2023-11-15T04:08:44.064 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: x86_64 2023-11-15T04:08:44.064 INFO:teuthology.orchestra.run.smithi194.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-15T04:08:44.064 INFO:teuthology.orchestra.run.smithi194.stdout:Group : System Environment/Base 2023-11-15T04:08:44.065 INFO:teuthology.orchestra.run.smithi194.stdout:Size : 9264631 2023-11-15T04:08:44.065 INFO:teuthology.orchestra.run.smithi194.stdout:License : GPLv3+ 2023-11-15T04:08:44.065 INFO:teuthology.orchestra.run.smithi194.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-15T04:08:44.065 INFO:teuthology.orchestra.run.smithi194.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-15T04:08:44.065 INFO:teuthology.orchestra.run.smithi194.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-15T04:08:44.066 INFO:teuthology.orchestra.run.smithi194.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-15T04:08:44.066 INFO:teuthology.orchestra.run.smithi194.stdout:Relocations : (not relocatable) 2023-11-15T04:08:44.066 INFO:teuthology.orchestra.run.smithi194.stdout:Packager : Red Hat, Inc. 2023-11-15T04:08:44.066 INFO:teuthology.orchestra.run.smithi194.stdout:Vendor : Red Hat, Inc. 2023-11-15T04:08:44.066 INFO:teuthology.orchestra.run.smithi194.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T04:08:44.067 INFO:teuthology.orchestra.run.smithi194.stdout:Summary : Support tools for GRUB. 2023-11-15T04:08:44.067 INFO:teuthology.orchestra.run.smithi194.stdout:Description : 2023-11-15T04:08:44.067 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:08:44.067 INFO:teuthology.orchestra.run.smithi194.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T04:08:44.067 INFO:teuthology.orchestra.run.smithi194.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T04:08:44.068 INFO:teuthology.orchestra.run.smithi194.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T04:08:44.068 INFO:teuthology.orchestra.run.smithi194.stdout:hardware devices. 2023-11-15T04:08:44.068 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:08:44.068 INFO:teuthology.orchestra.run.smithi194.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T04:08:44.069 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T04:08:44.070 INFO:teuthology.task.kernel:Updating grub on smithi194 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:44.070 DEBUG:teuthology.orchestra.run.smithi194:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T04:08:44.127 INFO:teuthology.orchestra.run.smithi087.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T04:08:44.127 INFO:teuthology.orchestra.run.smithi087.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T04:08:44.128 INFO:teuthology.orchestra.run.smithi087.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T04:08:44.140 INFO:teuthology.orchestra.run.smithi087.stderr:Error: No packages marked for reinstall. 2023-11-15T04:08:44.191 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T04:08:44.320 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:44.321 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:44.321 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:44.321 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T04:08:44.322 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T04:08:44.322 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T04:08:44.322 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi087.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T04:08:44.323 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T04:08:44.452 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:44.452 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:44.453 DEBUG:teuthology.orchestra.run.smithi087:> sudo rpm -qi grub2-tools 2023-11-15T04:08:44.480 INFO:teuthology.orchestra.run.smithi087.stdout:Name : grub2-tools 2023-11-15T04:08:44.480 INFO:teuthology.orchestra.run.smithi087.stdout:Epoch : 1 2023-11-15T04:08:44.481 INFO:teuthology.orchestra.run.smithi087.stdout:Version : 2.02 2023-11-15T04:08:44.481 INFO:teuthology.orchestra.run.smithi087.stdout:Release : 99.el8_4.1 2023-11-15T04:08:44.481 INFO:teuthology.orchestra.run.smithi087.stdout:Architecture: x86_64 2023-11-15T04:08:44.481 INFO:teuthology.orchestra.run.smithi087.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-15T04:08:44.481 INFO:teuthology.orchestra.run.smithi087.stdout:Group : System Environment/Base 2023-11-15T04:08:44.482 INFO:teuthology.orchestra.run.smithi087.stdout:Size : 9264631 2023-11-15T04:08:44.482 INFO:teuthology.orchestra.run.smithi087.stdout:License : GPLv3+ 2023-11-15T04:08:44.482 INFO:teuthology.orchestra.run.smithi087.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-15T04:08:44.482 INFO:teuthology.orchestra.run.smithi087.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-15T04:08:44.482 INFO:teuthology.orchestra.run.smithi087.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-15T04:08:44.483 INFO:teuthology.orchestra.run.smithi087.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-15T04:08:44.483 INFO:teuthology.orchestra.run.smithi087.stdout:Relocations : (not relocatable) 2023-11-15T04:08:44.483 INFO:teuthology.orchestra.run.smithi087.stdout:Packager : Red Hat, Inc. 2023-11-15T04:08:44.484 INFO:teuthology.orchestra.run.smithi087.stdout:Vendor : Red Hat, Inc. 2023-11-15T04:08:44.484 INFO:teuthology.orchestra.run.smithi087.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T04:08:44.484 INFO:teuthology.orchestra.run.smithi087.stdout:Summary : Support tools for GRUB. 2023-11-15T04:08:44.484 INFO:teuthology.orchestra.run.smithi087.stdout:Description : 2023-11-15T04:08:44.484 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:08:44.485 INFO:teuthology.orchestra.run.smithi087.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T04:08:44.485 INFO:teuthology.orchestra.run.smithi087.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T04:08:44.485 INFO:teuthology.orchestra.run.smithi087.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T04:08:44.485 INFO:teuthology.orchestra.run.smithi087.stdout:hardware devices. 2023-11-15T04:08:44.485 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:08:44.485 INFO:teuthology.orchestra.run.smithi087.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T04:08:44.486 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T04:08:44.487 INFO:teuthology.task.kernel:Updating grub on smithi087 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:44.487 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T04:08:45.426 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2023-11-15T04:08:45.813 INFO:teuthology.orchestra.run.smithi087.stderr:Generating grub configuration file ... 2023-11-15T04:08:47.364 INFO:teuthology.orchestra.run.smithi194.stderr:done 2023-11-15T04:08:47.366 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2023-11-15T04:08:47.380 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.Dny6RhGuzm 2023-11-15T04:08:47.381 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Dny6RhGuzm 2023-11-15T04:08:47.450 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.Dny6RhGuzm 2023-11-15T04:08:47.615 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.Dny6RhGuzm is 6KB 2023-11-15T04:08:47.664 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.Dny6RhGuzm 2023-11-15T04:08:47.677 DEBUG:teuthology.orchestra.run.smithi194:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T04:08:47.750 INFO:teuthology.orchestra.run.smithi194.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-15T04:08:47.750 INFO:teuthology.orchestra.run.smithi194.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-15T04:08:47.751 INFO:teuthology.orchestra.run.smithi194.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-15T04:08:47.751 INFO:teuthology.orchestra.run.smithi194.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-15T04:08:47.752 DEBUG:teuthology.orchestra.run.smithi194:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:47.903 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2023-11-15T04:08:47.963 INFO:teuthology.orchestra.run.smithi087.stderr:done 2023-11-15T04:08:47.965 DEBUG:teuthology.orchestra.run.smithi087:> mktemp 2023-11-15T04:08:48.002 INFO:teuthology.orchestra.run.smithi087.stdout:/tmp/tmp.K32KltLU2W 2023-11-15T04:08:48.003 DEBUG:teuthology.orchestra.run.smithi087:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.K32KltLU2W 2023-11-15T04:08:48.074 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0666 /tmp/tmp.K32KltLU2W 2023-11-15T04:08:48.230 DEBUG:teuthology.orchestra.remote:smithi087:/tmp/tmp.K32KltLU2W is 6KB 2023-11-15T04:08:48.248 DEBUG:teuthology.orchestra.run.smithi087:> rm -fr /tmp/tmp.K32KltLU2W 2023-11-15T04:08:48.261 DEBUG:teuthology.orchestra.run.smithi087:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T04:08:48.330 INFO:teuthology.orchestra.run.smithi087.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-15T04:08:48.331 INFO:teuthology.orchestra.run.smithi087.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-15T04:08:48.331 INFO:teuthology.orchestra.run.smithi087.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-15T04:08:48.331 INFO:teuthology.orchestra.run.smithi087.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-15T04:08:48.332 DEBUG:teuthology.orchestra.run.smithi087:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-15T04:08:48.482 DEBUG:teuthology.orchestra.run.smithi087:> sudo shutdown -r now 2023-11-15T04:09:17.934 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T04:09:17.935 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-11-15T04:09:17.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:09:18.486 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T04:09:18.486 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-15T04:09:18.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:09:36.379 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2023-11-15T04:09:36.890 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2023-11-15T04:09:45.386 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-11-15T04:09:45.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:09:45.892 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-15T04:09:45.893 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:09:48.445 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2023-11-15T04:09:48.954 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.87 2023-11-15T04:10:00.456 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-11-15T04:10:00.457 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:10:00.956 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-15T04:10:00.957 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:10:18.878 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2023-11-15T04:10:33.751 DEBUG:teuthology.orchestra.run.smithi087:> true 2023-11-15T04:10:33.880 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-11-15T04:10:33.881 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:10:34.248 DEBUG:teuthology.orchestra.run.smithi194:> true 2023-11-15T04:10:34.631 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-11-15T04:10:34.631 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-15T04:10:34.631 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-11-15T04:10:34.646 INFO:teuthology.orchestra.run.smithi194.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-15T04:10:34.647 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-15T04:10:34.647 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T04:10:34.647 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-15T04:10:34.949 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-15T04:10:34.950 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-15T04:10:34.950 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2023-11-15T04:10:34.968 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-15T04:10:34.969 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-15T04:10:34.969 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T04:10:34.969 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-15T04:10:35.648 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T04:10:35.648 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T04:10:35.739 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2023-11-15T04:10:35.752 DEBUG:teuthology.parallel:result is None 2023-11-15T04:10:35.971 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T04:10:35.971 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T04:10:36.043 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2023-11-15T04:10:36.144 DEBUG:teuthology.parallel:result is None 2023-11-15T04:10:36.144 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T04:10:36.154 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T04:10:36.154 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T04:10:36.157 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T04:10:36.171 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T04:10:36.225 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T04:10:36.239 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T04:10:36.240 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T04:10:36.242 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T04:10:36.305 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T04:10:36.317 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T04:10:36.317 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T04:10:36.320 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T04:10:36.354 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T04:10:36.364 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T04:10:36.444 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T04:10:36.475 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T04:10:36.481 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T04:10:36.493 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T04:10:36.493 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T04:10:36.495 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T04:10:36.949 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T04:10:36.958 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T04:10:36.959 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T04:10:36.961 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T04:10:37.284 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T04:10:37.327 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T04:10:37.368 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T04:10:37.451 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T04:10:37.490 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:10:37.490 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T04:10:37.553 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T04:10:37.867 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T04:10:38.278 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T04:10:38.543 DEBUG:teuthology.orchestra.run.smithi194:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T04:10:38.747 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-11-15T04:10:38.748 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T04:10:38.778 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2023-11-15T04:10:38.781 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2023-11-15T04:10:38.824 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T04:10:38.869 INFO:teuthology.orchestra.run.smithi194.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T04:10:39.138 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T04:10:39.146 INFO:teuthology.task.internal:Starting timer... 2023-11-15T04:10:39.147 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T04:10:39.211 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T04:10:39.261 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-15T04:10:39.261 DEBUG:teuthology.orchestra.run.smithi087:> sudo service auditd rotate 2023-11-15T04:10:39.312 INFO:teuthology.orchestra.run.smithi087.stdout:Rotating logs: [ OK ] 2023-11-15T04:10:39.312 DEBUG:teuthology.orchestra.run.smithi194:> sudo service auditd rotate 2023-11-15T04:10:39.409 INFO:teuthology.orchestra.run.smithi194.stdout:Rotating logs: [ OK ] 2023-11-15T04:10:39.411 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T04:10:39.411 DEBUG:teuthology.orchestra.run.smithi087:> /usr/sbin/getenforce 2023-11-15T04:10:39.427 INFO:teuthology.orchestra.run.smithi087.stdout:Permissive 2023-11-15T04:10:39.427 DEBUG:teuthology.orchestra.run.smithi194:> /usr/sbin/getenforce 2023-11-15T04:10:39.584 INFO:teuthology.orchestra.run.smithi194.stdout:Permissive 2023-11-15T04:10:39.584 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi087.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi194.front.sepia.ceph.com': 'permissive'} 2023-11-15T04:10:39.584 DEBUG:teuthology.orchestra.run.smithi087:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T04:10:39.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:10:39.611 DEBUG:teuthology.orchestra.run.smithi194:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T04:10:39.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:10:39.637 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T04:10:39.638 DEBUG:teuthology.orchestra.run.smithi087:> sudo /usr/sbin/setenforce permissive 2023-11-15T04:10:39.677 DEBUG:teuthology.orchestra.run.smithi194:> sudo /usr/sbin/setenforce permissive 2023-11-15T04:10:39.746 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T04:10:39.756 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-15T04:10:39.765 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-15T04:10:39.913 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T04:10:39.934 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-15T04:10:39.936 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi087.front.sepia.ceph.com,smithi194.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T04:19:03.089 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi087.front.sepia.ceph.com'), Remote(name='ubuntu@smithi194.front.sepia.ceph.com')] 2023-11-15T04:19:03.090 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-15T04:19:03.091 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:19:03.160 DEBUG:teuthology.orchestra.run.smithi087:> true 2023-11-15T04:19:03.229 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2023-11-15T04:19:03.230 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-11-15T04:19:03.231 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T04:19:03.300 DEBUG:teuthology.orchestra.run.smithi194:> true 2023-11-15T04:19:03.366 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-11-15T04:19:03.367 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T04:19:03.377 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T04:19:03.378 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T04:19:03.378 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T04:19:03.381 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T04:19:03.381 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T04:19:03.406 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T04:19:03.421 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T04:19:03.436 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T04:19:03.449 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T04:19:03.451 INFO:teuthology.orchestra.run.smithi087.stderr:sudo: ntpd: command not found 2023-11-15T04:19:03.462 INFO:teuthology.orchestra.run.smithi087.stdout:506 Cannot talk to daemon 2023-11-15T04:19:03.475 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T04:19:03.487 INFO:teuthology.orchestra.run.smithi194.stderr:sudo: ntpd: command not found 2023-11-15T04:19:03.488 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T04:19:03.497 INFO:teuthology.orchestra.run.smithi194.stdout:506 Cannot talk to daemon 2023-11-15T04:19:03.511 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T04:19:03.524 INFO:teuthology.orchestra.run.smithi194.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T04:19:03.553 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2023-11-15T04:19:03.556 INFO:teuthology.orchestra.run.smithi087.stdout:210 Number of sources = 4 2023-11-15T04:19:03.557 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T04:19:03.557 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2023-11-15T04:19:03.557 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:19:03.557 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:19:03.558 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:19:03.558 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:19:03.592 INFO:teuthology.orchestra.run.smithi194.stderr:bash: ntpq: command not found 2023-11-15T04:19:03.595 INFO:teuthology.orchestra.run.smithi194.stdout:210 Number of sources = 4 2023-11-15T04:19:03.595 INFO:teuthology.orchestra.run.smithi194.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T04:19:03.595 INFO:teuthology.orchestra.run.smithi194.stdout:=============================================================================== 2023-11-15T04:19:03.596 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:19:03.596 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:19:03.596 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:19:03.596 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:19:03.597 INFO:teuthology.run_tasks:Running task pexec... 2023-11-15T04:19:03.607 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-15T04:19:03.607 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi087.front.sepia.ceph.com 2023-11-15T04:19:03.608 DEBUG:teuthology.orchestra.run.smithi087:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T04:19:03.608 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi194.front.sepia.ceph.com 2023-11-15T04:19:03.609 DEBUG:teuthology.orchestra.run.smithi194:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T04:19:03.998 INFO:teuthology.orchestra.run.smithi087.stdout:Updating Subscription Management repositories. 2023-11-15T04:19:04.028 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-11-15T04:19:05.636 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:34 ago on Wed 15 Nov 2023 04:17:31 AM UTC. 2023-11-15T04:19:05.655 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:01:31 ago on Wed 15 Nov 2023 04:17:34 AM UTC. 2023-11-15T04:19:07.654 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-11-15T04:19:07.656 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-15T04:19:07.656 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2023-11-15T04:19:07.656 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-15T04:19:07.656 INFO:teuthology.orchestra.run.smithi087.stdout:Resetting modules: 2023-11-15T04:19:07.656 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools 2023-11-15T04:19:07.657 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:19:07.657 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-11-15T04:19:07.657 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2023-11-15T04:19:07.657 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:19:07.704 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-11-15T04:19:07.705 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-11-15T04:19:07.706 INFO:teuthology.orchestra.run.smithi194.stdout: Package Architecture Version Repository Size 2023-11-15T04:19:07.706 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-11-15T04:19:07.706 INFO:teuthology.orchestra.run.smithi194.stdout:Resetting modules: 2023-11-15T04:19:07.706 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools 2023-11-15T04:19:07.706 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:19:07.707 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction Summary 2023-11-15T04:19:07.707 INFO:teuthology.orchestra.run.smithi194.stdout:================================================================================ 2023-11-15T04:19:07.707 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:19:08.564 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:37 ago on Wed 15 Nov 2023 04:17:31 AM UTC. 2023-11-15T04:19:08.665 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:01:34 ago on Wed 15 Nov 2023 04:17:34 AM UTC. 2023-11-15T04:19:13.766 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-11-15T04:19:14.042 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-11-15T04:19:14.225 INFO:teuthology.orchestra.run.smithi194.stdout:Updating Subscription Management repositories. 2023-11-15T04:19:14.487 INFO:teuthology.orchestra.run.smithi087.stdout:Updating Subscription Management repositories. 2023-11-15T04:19:15.787 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:01:41 ago on Wed 15 Nov 2023 04:17:34 AM UTC. 2023-11-15T04:19:16.296 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:01:44 ago on Wed 15 Nov 2023 04:17:31 AM UTC. 2023-11-15T04:19:17.852 INFO:teuthology.orchestra.run.smithi194.stdout:Dependencies resolved. 2023-11-15T04:19:17.903 INFO:teuthology.orchestra.run.smithi194.stdout:========================================================================================================================== 2023-11-15T04:19:17.903 INFO:teuthology.orchestra.run.smithi194.stdout: Package Arch Version Repository Size 2023-11-15T04:19:17.903 INFO:teuthology.orchestra.run.smithi194.stdout:========================================================================================================================== 2023-11-15T04:19:17.903 INFO:teuthology.orchestra.run.smithi194.stdout:Installing group/module packages: 2023-11-15T04:19:17.904 INFO:teuthology.orchestra.run.smithi194.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-11-15T04:19:17.904 INFO:teuthology.orchestra.run.smithi194.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-15T04:19:17.904 INFO:teuthology.orchestra.run.smithi194.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-15T04:19:17.904 INFO:teuthology.orchestra.run.smithi194.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-11-15T04:19:17.904 INFO:teuthology.orchestra.run.smithi194.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-15T04:19:17.905 INFO:teuthology.orchestra.run.smithi194.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T04:19:17.905 INFO:teuthology.orchestra.run.smithi194.stdout:Installing dependencies: 2023-11-15T04:19:17.905 INFO:teuthology.orchestra.run.smithi194.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-15T04:19:17.905 INFO:teuthology.orchestra.run.smithi194.stdout:Downgrading: 2023-11-15T04:19:17.906 INFO:teuthology.orchestra.run.smithi194.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T04:19:17.906 INFO:teuthology.orchestra.run.smithi194.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-11-15T04:19:17.906 INFO:teuthology.orchestra.run.smithi194.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-11-15T04:19:17.906 INFO:teuthology.orchestra.run.smithi194.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-15T04:19:17.907 INFO:teuthology.orchestra.run.smithi194.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-15T04:19:17.907 INFO:teuthology.orchestra.run.smithi194.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-15T04:19:17.907 INFO:teuthology.orchestra.run.smithi194.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-15T04:19:17.907 INFO:teuthology.orchestra.run.smithi194.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-11-15T04:19:17.907 INFO:teuthology.orchestra.run.smithi194.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-11-15T04:19:17.908 INFO:teuthology.orchestra.run.smithi194.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-15T04:19:17.908 INFO:teuthology.orchestra.run.smithi194.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-11-15T04:19:17.908 INFO:teuthology.orchestra.run.smithi194.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T04:19:17.908 INFO:teuthology.orchestra.run.smithi194.stdout:Installing module profiles: 2023-11-15T04:19:17.908 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools/common 2023-11-15T04:19:17.908 INFO:teuthology.orchestra.run.smithi194.stdout:Enabling module streams: 2023-11-15T04:19:17.909 INFO:teuthology.orchestra.run.smithi194.stdout: container-tools 3.0 2023-11-15T04:19:17.909 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:19:17.909 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction Summary 2023-11-15T04:19:17.909 INFO:teuthology.orchestra.run.smithi194.stdout:========================================================================================================================== 2023-11-15T04:19:17.909 INFO:teuthology.orchestra.run.smithi194.stdout:Install 7 Packages 2023-11-15T04:19:17.910 INFO:teuthology.orchestra.run.smithi194.stdout:Downgrade 12 Packages 2023-11-15T04:19:17.910 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:19:17.911 INFO:teuthology.orchestra.run.smithi194.stdout:Total download size: 51 M 2023-11-15T04:19:17.911 INFO:teuthology.orchestra.run.smithi194.stdout:Downloading Packages: 2023-11-15T04:19:18.073 INFO:teuthology.orchestra.run.smithi194.stdout:(1/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 415 kB/s | 69 kB 00:00 2023-11-15T04:19:18.078 INFO:teuthology.orchestra.run.smithi194.stdout:(2/19): container-selinux-2.167.0-1.module+el8. 300 kB/s | 52 kB 00:00 2023-11-15T04:19:18.193 INFO:teuthology.orchestra.run.smithi194.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 4.2 MB/s | 511 kB 00:00 2023-11-15T04:19:18.311 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2023-11-15T04:19:18.361 INFO:teuthology.orchestra.run.smithi087.stdout:========================================================================================================================== 2023-11-15T04:19:18.361 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2023-11-15T04:19:18.362 INFO:teuthology.orchestra.run.smithi087.stdout:========================================================================================================================== 2023-11-15T04:19:18.362 INFO:teuthology.orchestra.run.smithi087.stdout:Installing group/module packages: 2023-11-15T04:19:18.362 INFO:teuthology.orchestra.run.smithi087.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-11-15T04:19:18.362 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-15T04:19:18.362 INFO:teuthology.orchestra.run.smithi087.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-15T04:19:18.363 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-11-15T04:19:18.363 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-15T04:19:18.363 INFO:teuthology.orchestra.run.smithi087.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T04:19:18.363 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2023-11-15T04:19:18.363 INFO:teuthology.orchestra.run.smithi087.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-15T04:19:18.364 INFO:teuthology.orchestra.run.smithi087.stdout:Downgrading: 2023-11-15T04:19:18.364 INFO:teuthology.orchestra.run.smithi087.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T04:19:18.364 INFO:teuthology.orchestra.run.smithi087.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-11-15T04:19:18.364 INFO:teuthology.orchestra.run.smithi087.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-11-15T04:19:18.364 INFO:teuthology.orchestra.run.smithi087.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-11-15T04:19:18.365 INFO:teuthology.orchestra.run.smithi087.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-15T04:19:18.365 INFO:teuthology.orchestra.run.smithi087.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-11-15T04:19:18.365 INFO:teuthology.orchestra.run.smithi087.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-11-15T04:19:18.365 INFO:teuthology.orchestra.run.smithi087.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-11-15T04:19:18.365 INFO:teuthology.orchestra.run.smithi087.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-11-15T04:19:18.366 INFO:teuthology.orchestra.run.smithi087.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-11-15T04:19:18.366 INFO:teuthology.orchestra.run.smithi087.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-11-15T04:19:18.366 INFO:teuthology.orchestra.run.smithi087.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T04:19:18.366 INFO:teuthology.orchestra.run.smithi087.stdout:Installing module profiles: 2023-11-15T04:19:18.366 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools/common 2023-11-15T04:19:18.366 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling module streams: 2023-11-15T04:19:18.367 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools 3.0 2023-11-15T04:19:18.367 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:19:18.367 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2023-11-15T04:19:18.367 INFO:teuthology.orchestra.run.smithi087.stdout:========================================================================================================================== 2023-11-15T04:19:18.367 INFO:teuthology.orchestra.run.smithi087.stdout:Install 7 Packages 2023-11-15T04:19:18.368 INFO:teuthology.orchestra.run.smithi087.stdout:Downgrade 12 Packages 2023-11-15T04:19:18.368 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:19:18.368 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 51 M 2023-11-15T04:19:18.369 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2023-11-15T04:19:18.390 INFO:teuthology.orchestra.run.smithi194.stdout:(4/19): containernetworking-plugins-0.9.1-1.mod 42 MB/s | 20 MB 00:00 2023-11-15T04:19:18.435 INFO:teuthology.orchestra.run.smithi087.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 739 kB/s | 52 kB 00:00 2023-11-15T04:19:18.436 INFO:teuthology.orchestra.run.smithi194.stdout:(5/19): conmon-2.0.26-1.module+el8.4.0+11818+34 211 kB/s | 51 kB 00:00 2023-11-15T04:19:18.473 INFO:teuthology.orchestra.run.smithi194.stdout:(6/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 7.8 MB/s | 3.1 MB 00:00 2023-11-15T04:19:18.515 INFO:teuthology.orchestra.run.smithi087.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 460 kB/s | 69 kB 00:00 2023-11-15T04:19:18.554 INFO:teuthology.orchestra.run.smithi194.stdout:(7/19): podman-docker-3.0.1-7.module+el8.4.0+12 336 kB/s | 56 kB 00:00 2023-11-15T04:19:18.565 INFO:teuthology.orchestra.run.smithi087.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 3.8 MB/s | 511 kB 00:00 2023-11-15T04:19:18.598 INFO:teuthology.orchestra.run.smithi194.stdout:(8/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 315 kB/s | 51 kB 00:00 2023-11-15T04:19:18.687 INFO:teuthology.orchestra.run.smithi087.stdout:(4/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 18 MB/s | 3.1 MB 00:00 2023-11-15T04:19:18.692 INFO:teuthology.orchestra.run.smithi087.stdout:(5/19): conmon-2.0.26-1.module+el8.4.0+11818+34 403 kB/s | 51 kB 00:00 2023-11-15T04:19:18.731 INFO:teuthology.orchestra.run.smithi194.stdout:(9/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 279 kB/s | 72 kB 00:00 2023-11-15T04:19:18.757 INFO:teuthology.orchestra.run.smithi194.stdout:(10/19): podman-catatonit-3.0.1-7.module+el8.4. 1.5 MB/s | 320 kB 00:00 2023-11-15T04:19:18.758 INFO:teuthology.orchestra.run.smithi087.stdout:(6/19): podman-docker-3.0.1-7.module+el8.4.0+12 783 kB/s | 56 kB 00:00 2023-11-15T04:19:18.785 INFO:teuthology.orchestra.run.smithi087.stdout:(7/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 551 kB/s | 51 kB 00:00 2023-11-15T04:19:18.842 INFO:teuthology.orchestra.run.smithi194.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 482 kB/s | 41 kB 00:00 2023-11-15T04:19:18.927 INFO:teuthology.orchestra.run.smithi087.stdout:(8/19): containernetworking-plugins-0.9.1-1.mod 36 MB/s | 20 MB 00:00 2023-11-15T04:19:18.928 INFO:teuthology.orchestra.run.smithi087.stdout:(9/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 423 kB/s | 72 kB 00:00 2023-11-15T04:19:18.938 INFO:teuthology.orchestra.run.smithi194.stdout:(12/19): podman-3.0.1-7.module+el8.4.0+12906+0c 35 MB/s | 12 MB 00:00 2023-11-15T04:19:18.965 INFO:teuthology.orchestra.run.smithi194.stdout:(13/19): containers-common-1.2.2-8.module+el8.4 391 kB/s | 91 kB 00:00 2023-11-15T04:19:18.966 INFO:teuthology.orchestra.run.smithi087.stdout:(10/19): podman-catatonit-3.0.1-7.module+el8.4. 1.7 MB/s | 320 kB 00:00 2023-11-15T04:19:19.002 INFO:teuthology.orchestra.run.smithi194.stdout:(14/19): udica-0.2.4-1.module+el8.4.0+11818+341 317 kB/s | 51 kB 00:00 2023-11-15T04:19:19.067 INFO:teuthology.orchestra.run.smithi087.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 402 kB/s | 41 kB 00:00 2023-11-15T04:19:19.071 INFO:teuthology.orchestra.run.smithi087.stdout:(12/19): containers-common-1.2.2-8.module+el8.4 640 kB/s | 91 kB 00:00 2023-11-15T04:19:19.120 INFO:teuthology.orchestra.run.smithi194.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 6.9 MB/s | 1.1 MB 00:00 2023-11-15T04:19:19.159 INFO:teuthology.orchestra.run.smithi087.stdout:(13/19): udica-0.2.4-1.module+el8.4.0+11818+341 552 kB/s | 51 kB 00:00 2023-11-15T04:19:19.213 INFO:teuthology.orchestra.run.smithi194.stdout:(16/19): buildah-1.19.7-1.module+el8.4.0+11818+ 27 MB/s | 7.4 MB 00:00 2023-11-15T04:19:19.228 INFO:teuthology.orchestra.run.smithi087.stdout:(14/19): podman-3.0.1-7.module+el8.4.0+12906+0c 39 MB/s | 12 MB 00:00 2023-11-15T04:19:19.317 INFO:teuthology.orchestra.run.smithi087.stdout:(15/19): buildah-1.19.7-1.module+el8.4.0+11818+ 30 MB/s | 7.4 MB 00:00 2023-11-15T04:19:19.445 INFO:teuthology.orchestra.run.smithi087.stdout:(16/19): cockpit-podman-29-2.module+el8.4.0+118 3.7 MB/s | 1.1 MB 00:00 2023-11-15T04:19:19.490 INFO:teuthology.orchestra.run.smithi087.stdout:(17/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 24 MB/s | 6.3 MB 00:00 2023-11-15T04:19:19.514 INFO:teuthology.orchestra.run.smithi194.stdout:(17/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 12 MB/s | 6.3 MB 00:00 2023-11-15T04:19:19.600 INFO:teuthology.orchestra.run.smithi194.stdout:(18/19): crun-0.18-2.module+el8.4.0+11818+34146 385 kB/s | 185 kB 00:00 2023-11-15T04:19:19.650 INFO:teuthology.orchestra.run.smithi087.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 77 kB/s | 16 kB 00:00 2023-11-15T04:19:19.685 INFO:teuthology.orchestra.run.smithi194.stdout:(19/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 33 kB/s | 16 kB 00:00 2023-11-15T04:19:19.686 INFO:teuthology.orchestra.run.smithi194.stdout:-------------------------------------------------------------------------------- 2023-11-15T04:19:19.686 INFO:teuthology.orchestra.run.smithi194.stdout:Total 29 MB/s | 51 MB 00:01 2023-11-15T04:19:19.701 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction check 2023-11-15T04:19:19.709 INFO:teuthology.orchestra.run.smithi087.stdout:(19/19): crun-0.18-2.module+el8.4.0+11818+34146 471 kB/s | 185 kB 00:00 2023-11-15T04:19:19.710 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2023-11-15T04:19:19.710 INFO:teuthology.orchestra.run.smithi087.stdout:Total 38 MB/s | 51 MB 00:01 2023-11-15T04:19:19.726 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2023-11-15T04:19:19.743 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction check succeeded. 2023-11-15T04:19:19.744 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction test 2023-11-15T04:19:19.769 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2023-11-15T04:19:19.769 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2023-11-15T04:19:20.578 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2023-11-15T04:19:20.587 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2023-11-15T04:19:20.599 INFO:teuthology.orchestra.run.smithi194.stdout:Transaction test succeeded. 2023-11-15T04:19:20.604 INFO:teuthology.orchestra.run.smithi194.stdout:Running transaction 2023-11-15T04:19:21.727 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2023-11-15T04:19:21.783 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-15T04:19:21.968 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T04:19:21.978 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T04:19:21.994 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T04:19:22.106 INFO:teuthology.orchestra.run.smithi194.stdout: Preparing : 1/1 2023-11-15T04:19:22.143 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T04:19:22.188 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-15T04:19:22.410 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T04:19:22.419 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T04:19:22.436 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T04:19:22.568 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T04:19:37.812 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T04:19:38.019 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-15T04:19:38.221 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-15T04:19:38.586 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T04:19:38.797 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-15T04:19:38.813 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-15T04:19:39.010 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-15T04:19:39.066 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-15T04:19:39.197 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-15T04:19:39.455 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-15T04:19:39.455 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-15T04:19:39.455 INFO:teuthology.orchestra.run.smithi087.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-15T04:19:39.456 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:19:39.677 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-15T04:19:39.975 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-15T04:19:40.182 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-15T04:19:40.420 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-15T04:19:40.420 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-15T04:19:40.421 INFO:teuthology.orchestra.run.smithi194.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-15T04:19:40.421 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:19:41.702 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-15T04:19:42.693 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-15T04:19:43.253 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-15T04:19:43.566 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-15T04:19:43.832 INFO:teuthology.orchestra.run.smithi087.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T04:19:43.985 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-15T04:19:44.280 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-15T04:19:44.592 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-15T04:19:44.770 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-15T04:19:44.869 INFO:teuthology.orchestra.run.smithi194.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T04:19:45.009 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-15T04:19:45.484 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-15T04:19:45.664 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-15T04:19:45.818 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-15T04:19:45.849 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-15T04:19:46.041 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-15T04:19:46.174 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T04:19:46.313 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-15T04:19:46.550 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T04:19:46.565 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-15T04:19:46.738 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-15T04:19:46.753 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-15T04:19:46.754 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T04:19:46.900 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T04:19:46.949 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-15T04:19:47.079 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-15T04:19:47.166 INFO:teuthology.orchestra.run.smithi194.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-15T04:19:47.257 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-15T04:19:47.298 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T04:19:47.446 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-15T04:19:47.462 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-15T04:19:47.624 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-15T04:19:47.665 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T04:19:47.816 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-15T04:19:47.895 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-15T04:19:47.895 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T04:19:47.971 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-15T04:19:48.071 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T04:19:48.148 INFO:teuthology.orchestra.run.smithi087.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T04:19:48.261 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-15T04:19:48.481 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-15T04:19:48.600 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-15T04:19:48.679 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-15T04:19:48.865 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-15T04:19:49.082 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-15T04:19:49.171 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T04:19:49.171 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-15T04:19:49.172 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-15T04:19:49.172 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-15T04:19:49.173 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-15T04:19:49.173 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-15T04:19:49.173 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-15T04:19:49.174 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-15T04:19:49.174 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-15T04:19:49.174 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-15T04:19:49.175 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-15T04:19:49.175 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-15T04:19:49.175 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-15T04:19:49.175 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T04:19:49.176 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-15T04:19:49.176 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-15T04:19:49.176 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-15T04:19:49.177 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-15T04:19:49.177 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-15T04:19:49.177 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-15T04:19:49.178 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T04:19:49.178 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-15T04:19:49.178 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T04:19:49.178 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-15T04:19:49.178 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-15T04:19:49.179 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-15T04:19:49.179 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-15T04:19:49.179 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-15T04:19:49.180 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-15T04:19:49.180 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-15T04:19:49.180 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-15T04:19:49.245 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-15T04:19:49.455 INFO:teuthology.orchestra.run.smithi194.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T04:19:49.891 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-15T04:19:50.515 INFO:teuthology.orchestra.run.smithi194.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T04:19:50.515 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-15T04:19:50.515 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-15T04:19:50.516 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-15T04:19:50.516 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-15T04:19:50.516 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-15T04:19:50.516 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-15T04:19:50.516 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-15T04:19:50.517 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-15T04:19:50.517 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-15T04:19:50.517 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-15T04:19:50.517 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-15T04:19:50.517 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-15T04:19:50.518 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T04:19:50.518 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-15T04:19:50.518 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-15T04:19:50.518 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-15T04:19:50.518 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-15T04:19:50.519 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-15T04:19:50.519 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-15T04:19:50.519 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T04:19:50.519 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-15T04:19:50.519 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T04:19:50.519 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-15T04:19:50.520 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-15T04:19:50.520 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-15T04:19:50.520 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-15T04:19:50.520 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-15T04:19:50.520 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-15T04:19:50.521 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-15T04:19:50.521 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-15T04:19:50.596 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-15T04:19:50.596 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:02:19 ago on Wed 15 Nov 2023 04:17:31 AM UTC. 2023-11-15T04:19:51.897 INFO:teuthology.orchestra.run.smithi194.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-15T04:19:51.897 INFO:teuthology.orchestra.run.smithi194.stdout:Last metadata expiration check: 0:02:17 ago on Wed 15 Nov 2023 04:17:34 AM UTC. 2023-11-15T04:19:54.544 INFO:teuthology.orchestra.run.smithi087.stdout:Installed products updated. 2023-11-15T04:19:54.653 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:19:54.653 INFO:teuthology.orchestra.run.smithi087.stdout:Downgraded: 2023-11-15T04:19:54.653 INFO:teuthology.orchestra.run.smithi087.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:54.654 INFO:teuthology.orchestra.run.smithi087.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-15T04:19:54.654 INFO:teuthology.orchestra.run.smithi087.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:54.654 INFO:teuthology.orchestra.run.smithi087.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:54.654 INFO:teuthology.orchestra.run.smithi087.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:54.655 INFO:teuthology.orchestra.run.smithi087.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:54.655 INFO:teuthology.orchestra.run.smithi087.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:54.655 INFO:teuthology.orchestra.run.smithi087.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T04:19:54.656 INFO:teuthology.orchestra.run.smithi087.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T04:19:54.656 INFO:teuthology.orchestra.run.smithi087.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-15T04:19:54.656 INFO:teuthology.orchestra.run.smithi087.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-15T04:19:54.656 INFO:teuthology.orchestra.run.smithi087.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:54.656 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2023-11-15T04:19:54.657 INFO:teuthology.orchestra.run.smithi087.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:54.657 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-15T04:19:54.657 INFO:teuthology.orchestra.run.smithi087.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:54.657 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:54.657 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T04:19:54.658 INFO:teuthology.orchestra.run.smithi087.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T04:19:54.658 INFO:teuthology.orchestra.run.smithi087.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-15T04:19:54.658 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:19:54.658 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2023-11-15T04:19:54.823 DEBUG:teuthology.parallel:result is None 2023-11-15T04:19:56.615 INFO:teuthology.orchestra.run.smithi194.stdout:Installed products updated. 2023-11-15T04:19:56.737 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:19:56.737 INFO:teuthology.orchestra.run.smithi194.stdout:Downgraded: 2023-11-15T04:19:56.737 INFO:teuthology.orchestra.run.smithi194.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:56.738 INFO:teuthology.orchestra.run.smithi194.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-15T04:19:56.738 INFO:teuthology.orchestra.run.smithi194.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:56.738 INFO:teuthology.orchestra.run.smithi194.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:56.738 INFO:teuthology.orchestra.run.smithi194.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:56.739 INFO:teuthology.orchestra.run.smithi194.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:56.739 INFO:teuthology.orchestra.run.smithi194.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:56.739 INFO:teuthology.orchestra.run.smithi194.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T04:19:56.739 INFO:teuthology.orchestra.run.smithi194.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T04:19:56.739 INFO:teuthology.orchestra.run.smithi194.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-15T04:19:56.739 INFO:teuthology.orchestra.run.smithi194.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-15T04:19:56.740 INFO:teuthology.orchestra.run.smithi194.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:56.740 INFO:teuthology.orchestra.run.smithi194.stdout:Installed: 2023-11-15T04:19:56.740 INFO:teuthology.orchestra.run.smithi194.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:56.740 INFO:teuthology.orchestra.run.smithi194.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-15T04:19:56.740 INFO:teuthology.orchestra.run.smithi194.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:56.741 INFO:teuthology.orchestra.run.smithi194.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T04:19:56.741 INFO:teuthology.orchestra.run.smithi194.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T04:19:56.741 INFO:teuthology.orchestra.run.smithi194.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T04:19:56.741 INFO:teuthology.orchestra.run.smithi194.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-15T04:19:56.742 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:19:56.742 INFO:teuthology.orchestra.run.smithi194.stdout:Complete! 2023-11-15T04:19:56.900 DEBUG:teuthology.parallel:result is None 2023-11-15T04:19:56.901 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-15T04:19:56.915 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-15T04:19:56.916 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:19:56.916 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:19:56.933 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T04:19:56.934 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_1 2023-11-15T04:19:56.989 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T04:19:56.990 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:19:56.990 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 213965 Links: 1 2023-11-15T04:19:56.990 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:19:56.990 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T04:19:56.990 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-15 04:19:48.789247679 +0000 2023-11-15T04:19:56.991 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-15 04:18:30.686096121 +0000 2023-11-15T04:19:56.991 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-15 04:18:30.686096121 +0000 2023-11-15T04:19:56.991 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-15T04:19:56.991 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T04:19:57.053 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-15T04:19:57.054 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-15T04:19:57.054 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000250138 s, 2.0 MB/s 2023-11-15T04:19:57.055 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T04:19:57.112 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_2 2023-11-15T04:19:57.166 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T04:19:57.167 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:19:57.167 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 222353 Links: 1 2023-11-15T04:19:57.167 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:19:57.167 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T04:19:57.168 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-15 04:19:48.789247679 +0000 2023-11-15T04:19:57.168 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-15 04:18:31.186084567 +0000 2023-11-15T04:19:57.168 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-15 04:18:31.186084567 +0000 2023-11-15T04:19:57.168 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-15T04:19:57.169 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T04:19:57.230 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-15T04:19:57.230 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-15T04:19:57.230 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000232228 s, 2.2 MB/s 2023-11-15T04:19:57.231 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T04:19:57.287 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_3 2023-11-15T04:19:57.343 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T04:19:57.343 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:19:57.343 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 218806 Links: 1 2023-11-15T04:19:57.343 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:19:57.344 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T04:19:57.344 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-15 04:19:48.789247679 +0000 2023-11-15T04:19:57.344 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-15 04:18:31.678073198 +0000 2023-11-15T04:19:57.344 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-15 04:18:31.678073198 +0000 2023-11-15T04:19:57.344 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-15T04:19:57.345 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T04:19:57.405 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-15T04:19:57.406 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-15T04:19:57.406 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000202535 s, 2.5 MB/s 2023-11-15T04:19:57.407 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T04:19:57.463 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_4 2023-11-15T04:19:57.519 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T04:19:57.519 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:19:57.519 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 221574 Links: 1 2023-11-15T04:19:57.519 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:19:57.519 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T04:19:57.520 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-15 04:19:48.789247679 +0000 2023-11-15T04:19:57.520 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-15 04:18:32.190061367 +0000 2023-11-15T04:19:57.520 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-15 04:18:32.190061367 +0000 2023-11-15T04:19:57.520 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-15T04:19:57.521 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T04:19:57.581 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-15T04:19:57.581 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-15T04:19:57.582 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000195681 s, 2.6 MB/s 2023-11-15T04:19:57.583 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T04:19:57.638 DEBUG:teuthology.orchestra.run.smithi087:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T04:19:57.753 INFO:teuthology.orchestra.run.smithi087.stdout:loop 2023-11-15T04:19:57.754 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_1... 2023-11-15T04:19:57.755 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T04:19:57.788 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-11-15T04:19:57.822 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_11 2023-11-15T04:19:57.862 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_2... 2023-11-15T04:19:57.862 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T04:19:57.935 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-11-15T04:19:57.969 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_21 2023-11-15T04:19:58.007 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_3... 2023-11-15T04:19:58.007 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T04:19:58.080 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-11-15T04:19:58.114 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_31 2023-11-15T04:19:58.152 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_4... 2023-11-15T04:19:58.152 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T04:19:58.226 INFO:teuthology.orchestra.run.smithi087.stdout:1 2023-11-15T04:19:58.261 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_41 2023-11-15T04:19:58.303 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:19:58.303 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:19:58.358 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme list 2023-11-15T04:19:58.420 INFO:teuthology.orchestra.run.smithi087.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T04:19:58.421 INFO:teuthology.orchestra.run.smithi087.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T04:19:58.421 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme0n1 PHFT620400NQ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T04:19:58.421 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme1n1 862de9480296412148c4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T04:19:58.422 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme2n1 b062de0edac6a1085478 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T04:19:58.422 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme3n1 17675434d4e7a9e046d5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T04:19:58.422 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme4n1 19d2665d8c0772e8fccf Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T04:19:58.423 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T04:19:58.423 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:19:58.424 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/scratch_devs 2023-11-15T04:19:58.486 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-11-15T04:19:58.487 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:19:58.505 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-15T04:19:58.505 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_1 2023-11-15T04:19:58.563 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T04:19:58.563 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:19:58.564 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 216796 Links: 1 2023-11-15T04:19:58.564 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:19:58.564 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T04:19:58.565 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-11-15 04:19:50.091705850 +0000 2023-11-15T04:19:58.565 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-11-15 04:18:31.412341506 +0000 2023-11-15T04:19:58.565 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-11-15 04:18:31.412341506 +0000 2023-11-15T04:19:58.566 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-11-15T04:19:58.566 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T04:19:58.631 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-11-15T04:19:58.631 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-11-15T04:19:58.631 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000285937 s, 1.8 MB/s 2023-11-15T04:19:58.632 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T04:19:58.690 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_2 2023-11-15T04:19:58.748 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T04:19:58.749 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:19:58.749 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 215790 Links: 1 2023-11-15T04:19:58.750 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:19:58.750 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T04:19:58.750 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-11-15 04:19:50.092705830 +0000 2023-11-15T04:19:58.751 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-11-15 04:18:31.919331099 +0000 2023-11-15T04:19:58.751 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-11-15 04:18:31.919331099 +0000 2023-11-15T04:19:58.751 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-11-15T04:19:58.752 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T04:19:58.815 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-11-15T04:19:58.815 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-11-15T04:19:58.815 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000213314 s, 2.4 MB/s 2023-11-15T04:19:58.816 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T04:19:58.872 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_3 2023-11-15T04:19:58.929 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T04:19:58.929 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:19:58.929 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 219820 Links: 1 2023-11-15T04:19:58.930 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:19:58.930 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T04:19:58.930 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-11-15 04:19:50.092705830 +0000 2023-11-15T04:19:58.930 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-11-15 04:18:32.429320630 +0000 2023-11-15T04:19:58.931 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-11-15 04:18:32.429320630 +0000 2023-11-15T04:19:58.931 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-11-15T04:19:58.932 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T04:19:58.993 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-11-15T04:19:58.994 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-11-15T04:19:58.994 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000232333 s, 2.2 MB/s 2023-11-15T04:19:58.996 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T04:19:59.053 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_4 2023-11-15T04:19:59.108 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T04:19:59.109 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T04:19:59.109 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 219066 Links: 1 2023-11-15T04:19:59.109 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T04:19:59.109 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T04:19:59.110 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-11-15 04:19:50.092705830 +0000 2023-11-15T04:19:59.110 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-11-15 04:18:32.937310203 +0000 2023-11-15T04:19:59.110 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-11-15 04:18:32.937310203 +0000 2023-11-15T04:19:59.110 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-11-15T04:19:59.111 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T04:19:59.172 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-11-15T04:19:59.172 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-11-15T04:19:59.173 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000170269 s, 3.0 MB/s 2023-11-15T04:19:59.174 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T04:19:59.230 DEBUG:teuthology.orchestra.run.smithi194:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-15T04:19:59.353 INFO:teuthology.orchestra.run.smithi194.stdout:loop 2023-11-15T04:19:59.354 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_1... 2023-11-15T04:19:59.355 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-15T04:19:59.387 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-11-15T04:19:59.422 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_11 2023-11-15T04:19:59.462 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_2... 2023-11-15T04:19:59.462 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-15T04:19:59.536 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-11-15T04:19:59.571 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_21 2023-11-15T04:19:59.609 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_3... 2023-11-15T04:19:59.610 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-15T04:19:59.682 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-11-15T04:19:59.716 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_31 2023-11-15T04:19:59.754 INFO:tasks.nvme_loop:Connecting nvme_loop smithi194:/dev/vg_nvme/lv_4... 2023-11-15T04:19:59.755 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-15T04:19:59.827 INFO:teuthology.orchestra.run.smithi194.stdout:1 2023-11-15T04:19:59.862 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/vg_nvme/lv_41 2023-11-15T04:19:59.900 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-11-15T04:19:59.900 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:19:59.955 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme list 2023-11-15T04:20:00.018 INFO:teuthology.orchestra.run.smithi194.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T04:20:00.019 INFO:teuthology.orchestra.run.smithi194.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T04:20:00.019 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme0n1 CVFT6240002A400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T04:20:00.019 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme1n1 f5727eb5863c32809f1d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T04:20:00.019 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme2n1 537e8fb7f9dc754183be Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T04:20:00.019 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme3n1 d0e1f51c6ad9754cf3d6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T04:20:00.020 INFO:teuthology.orchestra.run.smithi194.stdout:/dev/nvme4n1 90923129832ea7e48de9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T04:20:00.021 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T04:20:00.021 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-11-15T04:20:00.021 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/scratch_devs 2023-11-15T04:20:00.086 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T04:20:00.170 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T04:20:00.170 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T04:20:00.171 INFO:tasks.cephadm:Cluster fsid is 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:20:00.171 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T04:20:00.172 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T04:20:00.172 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi087': '172.21.15.87', 'mon.smithi194': '172.21.15.194'} 2023-11-15T04:20:00.172 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T04:20:00.173 DEBUG:teuthology.orchestra.run.smithi087:> sudo hostname $(hostname -s) 2023-11-15T04:20:00.203 DEBUG:teuthology.orchestra.run.smithi194:> sudo hostname $(hostname -s) 2023-11-15T04:20:00.228 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 620f25c1794f62207424fc9319427943fb8d1fae)... 2023-11-15T04:20:00.229 DEBUG:teuthology.orchestra.run.smithi087:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T04:20:00.381 INFO:teuthology.orchestra.run.smithi087.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 15 04:20 /home/ubuntu/cephtest/cephadm 2023-11-15T04:20:00.382 DEBUG:teuthology.orchestra.run.smithi194:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T04:20:00.519 INFO:teuthology.orchestra.run.smithi194.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 15 04:20 /home/ubuntu/cephtest/cephadm 2023-11-15T04:20:00.520 DEBUG:teuthology.orchestra.run.smithi087:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T04:20:00.537 DEBUG:teuthology.orchestra.run.smithi194:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T04:20:00.561 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /etc/ceph 2023-11-15T04:20:00.607 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /etc/ceph 2023-11-15T04:20:00.631 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 777 /etc/ceph 2023-11-15T04:20:00.675 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 777 /etc/ceph 2023-11-15T04:20:00.699 INFO:tasks.cephadm:Writing seed config... 2023-11-15T04:20:00.700 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T04:20:00.701 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T04:20:00.701 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T04:20:00.702 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T04:20:00.702 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T04:20:00.702 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T04:20:00.703 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T04:20:00.703 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T04:20:00.704 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:20:00.704 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T04:20:00.732 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-15T04:20:00.732 DEBUG:teuthology.orchestra.run.smithi087:mon.smithi087> sudo journalctl -f -n 0 -u ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mon.smithi087.service 2023-11-15T04:20:00.774 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T04:20:00.774 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae -v bootstrap --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.87 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:20:00.800 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:-- Logs begin at Wed 2023-11-15 04:10:10 UTC. -- 2023-11-15T04:20:01.121 INFO:teuthology.orchestra.run.smithi087.stderr:-------------------------------------------------------------------------------- 2023-11-15T04:20:01.121 INFO:teuthology.orchestra.run.smithi087.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae', '-v', 'bootstrap', '--fsid', '3dcf7d7a-836e-11ee-8dbe-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.87', '--skip-admin-label'] 2023-11-15T04:20:02.355 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: 3.0.1 2023-11-15T04:20:02.371 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying podman|docker is present... 2023-11-15T04:20:02.424 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: 3.0.1 2023-11-15T04:20:02.441 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying lvm2 is present... 2023-11-15T04:20:02.442 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying time synchronization is in place... 2023-11-15T04:20:02.449 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T04:20:02.455 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-11-15T04:20:02.461 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: enabled 2023-11-15T04:20:02.467 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: active 2023-11-15T04:20:02.467 INFO:teuthology.orchestra.run.smithi087.stderr:Unit chronyd.service is enabled and running 2023-11-15T04:20:02.468 INFO:teuthology.orchestra.run.smithi087.stderr:Repeating the final host check... 2023-11-15T04:20:02.515 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: 3.0.1 2023-11-15T04:20:02.534 INFO:teuthology.orchestra.run.smithi087.stderr:podman (/bin/podman) version 3.0.1 is present 2023-11-15T04:20:02.535 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl is present 2023-11-15T04:20:02.535 INFO:teuthology.orchestra.run.smithi087.stderr:lvcreate is present 2023-11-15T04:20:02.540 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T04:20:02.545 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-11-15T04:20:02.551 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: enabled 2023-11-15T04:20:02.557 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: active 2023-11-15T04:20:02.559 INFO:teuthology.orchestra.run.smithi087.stderr:Unit chronyd.service is enabled and running 2023-11-15T04:20:02.559 INFO:teuthology.orchestra.run.smithi087.stderr:Host looks OK 2023-11-15T04:20:02.560 INFO:teuthology.orchestra.run.smithi087.stderr:Cluster fsid: 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:20:02.560 INFO:teuthology.orchestra.run.smithi087.stderr:Acquiring lock 140300689002624 on /run/cephadm/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7.lock 2023-11-15T04:20:02.560 INFO:teuthology.orchestra.run.smithi087.stderr:Lock 140300689002624 acquired on /run/cephadm/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7.lock 2023-11-15T04:20:02.561 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying IP 172.21.15.87 port 3300 ... 2023-11-15T04:20:02.562 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying IP 172.21.15.87 port 6789 ... 2023-11-15T04:20:02.562 INFO:teuthology.orchestra.run.smithi087.stderr:Base mon IP(s) is [172.21.15.87:3300, 172.21.15.87:6789], mon addrv is [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2023-11-15T04:20:02.564 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-15T04:20:02.564 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.87 metric 100 2023-11-15T04:20:02.565 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-15T04:20:02.565 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-15T04:20:02.566 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2023-11-15T04:20:02.568 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T04:20:02.569 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-15T04:20:02.569 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T04:20:02.569 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-15T04:20:02.570 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d5f5/64 scope link 2023-11-15T04:20:02.570 INFO:teuthology.orchestra.run.smithi087.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T04:20:02.571 INFO:teuthology.orchestra.run.smithi087.stderr:Mon IP `172.21.15.87` is in CIDR network `172.21.0.0/20` 2023-11-15T04:20:02.572 INFO:teuthology.orchestra.run.smithi087.stderr:Mon IP `172.21.15.87` is in CIDR network `172.21.0.0/20` 2023-11-15T04:20:02.572 INFO:teuthology.orchestra.run.smithi087.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-15T04:20:02.572 INFO:teuthology.orchestra.run.smithi087.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T04:20:02.573 INFO:teuthology.orchestra.run.smithi087.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T04:20:02.645 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T04:20:02.746 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Getting image source signatures 2023-11-15T04:20:02.919 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Copying blob sha256:ef3cef4bbbe4c81d403ac704d59c5f6a5c2725c728c01ed1fc2c9d9798719df6 2023-11-15T04:20:02.969 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Copying blob sha256:9ed66b813839402af6169f56a47e2708c68f9b594b29345f067cd20c366c9492 2023-11-15T04:20:20.417 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Copying config sha256:d02b7545bf4f1218c0aaabdcc289ef466b8e55d3659c0d657e12d6be0bfe3aaf 2023-11-15T04:20:20.467 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Writing manifest to image destination 2023-11-15T04:20:20.467 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: Storing signatures 2023-11-15T04:20:31.064 INFO:teuthology.orchestra.run.smithi087.stderr:/bin/podman: d02b7545bf4f1218c0aaabdcc289ef466b8e55d3659c0d657e12d6be0bfe3aaf 2023-11-15T04:20:31.663 INFO:teuthology.orchestra.run.smithi087.stderr:ceph: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T04:20:42.375 INFO:teuthology.orchestra.run.smithi087.stderr:Ceph version: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T04:20:42.375 INFO:teuthology.orchestra.run.smithi087.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T04:20:42.740 INFO:teuthology.orchestra.run.smithi087.stderr:stat: 167 167 2023-11-15T04:20:43.166 INFO:teuthology.orchestra.run.smithi087.stderr:Creating initial keys... 2023-11-15T04:20:43.548 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-authtool: AQAbR1RlxmzTHxAABsk6+Lh6M004c0SDLi/IVQ== 2023-11-15T04:20:44.339 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-authtool: AQAcR1Rlc+2OExAAkmgBbhqPeBrITvQxwA+l1g== 2023-11-15T04:20:45.114 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-authtool: AQAdR1Rlzir7BRAAVlbZChqwwIcpy/5Yb0wKOg== 2023-11-15T04:20:45.524 INFO:teuthology.orchestra.run.smithi087.stderr:Creating initial monmap... 2023-11-15T04:20:45.889 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T04:20:45.890 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:20:45.890 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T04:20:46.330 INFO:teuthology.orchestra.run.smithi087.stderr:monmaptool for smithi087 [v2:172.21.15.87:3300,v1:172.21.15.87:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T04:20:46.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: set fsid to 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:20:46.331 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T04:20:46.331 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:20:46.331 INFO:teuthology.orchestra.run.smithi087.stderr:Creating mon... 2023-11-15T04:20:46.775 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.743+0000 7f6513285880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T04:20:46.775 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.743+0000 7f6513285880 1 imported monmap: 2023-11-15T04:20:46.776 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T04:20:46.776 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:20:46.776 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T04:20:45.883350+0000 2023-11-15T04:20:46.776 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: created 2023-11-15T04:20:45.883350+0000 2023-11-15T04:20:46.776 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T04:20:46.777 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T04:20:46.777 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon.smithi087 2023-11-15T04:20:46.777 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.777 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.743+0000 7f6513285880 0 /usr/bin/ceph-mon: set fsid to 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:20:46.777 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T04:20:46.777 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.778 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T04:20:46.778 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T04:20:46.778 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: DB SUMMARY 2023-11-15T04:20:46.778 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.778 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi087/store.db dir, Total Num: 0, files: 2023-11-15T04:20:46.779 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.779 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi087/store.db: 2023-11-15T04:20:46.779 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.779 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T04:20:46.779 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.create_if_missing: 1 2023-11-15T04:20:46.780 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T04:20:46.780 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.env: 0x55715a193080 2023-11-15T04:20:46.780 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.fs: Posix File System 2023-11-15T04:20:46.780 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.info_log: 0x55715c6ed380 2023-11-15T04:20:46.781 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T04:20:46.781 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.statistics: (nil) 2023-11-15T04:20:46.781 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.use_fsync: 0 2023-11-15T04:20:46.781 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T04:20:46.781 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T04:20:46.781 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T04:20:46.782 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T04:20:46.782 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T04:20:46.782 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T04:20:46.782 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T04:20:46.783 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T04:20:46.783 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T04:20:46.783 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T04:20:46.784 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T04:20:46.784 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.db_log_dir: 2023-11-15T04:20:46.784 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi087/store.db 2023-11-15T04:20:46.785 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T04:20:46.785 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T04:20:46.785 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T04:20:46.785 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T04:20:46.785 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T04:20:46.786 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T04:20:46.786 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T04:20:46.786 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T04:20:46.786 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T04:20:46.787 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T04:20:46.787 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.write_buffer_manager: 0x55715c6f3980 2023-11-15T04:20:46.787 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T04:20:46.787 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T04:20:46.787 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T04:20:46.789 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T04:20:46.789 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T04:20:46.790 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T04:20:46.790 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T04:20:46.790 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T04:20:46.790 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T04:20:46.790 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.unordered_write: 0 2023-11-15T04:20:46.791 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T04:20:46.791 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T04:20:46.791 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T04:20:46.791 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T04:20:46.791 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.row_cache: None 2023-11-15T04:20:46.792 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.wal_filter: None 2023-11-15T04:20:46.792 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T04:20:46.792 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T04:20:46.792 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T04:20:46.792 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T04:20:46.793 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T04:20:46.793 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T04:20:46.793 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T04:20:46.793 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T04:20:46.793 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T04:20:46.793 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T04:20:46.794 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T04:20:46.794 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T04:20:46.795 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T04:20:46.795 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T04:20:46.795 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T04:20:46.795 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T04:20:46.795 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T04:20:46.796 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T04:20:46.796 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T04:20:46.796 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T04:20:46.796 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T04:20:46.796 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.max_open_files: -1 2023-11-15T04:20:46.797 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T04:20:46.797 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T04:20:46.797 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T04:20:46.797 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T04:20:46.797 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Compression algorithms supported: 2023-11-15T04:20:46.798 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T04:20:46.798 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: kZSTD supported: 0 2023-11-15T04:20:46.798 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T04:20:46.798 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T04:20:46.798 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T04:20:46.799 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T04:20:46.799 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T04:20:46.799 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T04:20:46.799 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.744+0000 7f6513285880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T04:20:46.800 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T04:20:46.800 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.800 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi087/store.db/MANIFEST-000001 2023-11-15T04:20:46.800 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.800 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T04:20:46.800 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.801 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T04:20:46.801 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.merge_operator: 2023-11-15T04:20:46.801 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_filter: None 2023-11-15T04:20:46.801 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T04:20:46.801 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T04:20:46.802 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T04:20:46.802 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55715c5fdd30) 2023-11-15T04:20:46.802 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T04:20:46.802 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T04:20:46.802 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T04:20:46.803 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T04:20:46.803 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T04:20:46.803 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T04:20:46.803 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T04:20:46.803 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T04:20:46.803 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T04:20:46.804 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T04:20:46.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T04:20:46.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_cache: 0x55715c636d10 2023-11-15T04:20:46.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T04:20:46.805 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T04:20:46.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T04:20:46.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T04:20:46.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T04:20:46.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T04:20:46.806 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T04:20:46.807 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T04:20:46.807 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T04:20:46.807 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T04:20:46.807 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T04:20:46.807 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T04:20:46.808 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T04:20:46.808 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T04:20:46.808 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T04:20:46.808 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T04:20:46.808 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T04:20:46.808 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T04:20:46.809 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T04:20:46.809 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T04:20:46.809 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T04:20:46.809 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T04:20:46.809 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.809 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T04:20:46.810 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T04:20:46.810 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compression: NoCompression 2023-11-15T04:20:46.810 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T04:20:46.810 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T04:20:46.810 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T04:20:46.811 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.num_levels: 7 2023-11-15T04:20:46.811 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T04:20:46.811 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T04:20:46.811 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T04:20:46.811 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T04:20:46.812 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T04:20:46.812 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T04:20:46.812 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T04:20:46.812 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:20:46.812 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T04:20:46.812 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T04:20:46.813 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T04:20:46.813 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T04:20:46.813 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T04:20:46.813 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:20:46.814 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T04:20:46.814 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T04:20:46.814 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T04:20:46.815 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T04:20:46.815 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T04:20:46.815 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T04:20:46.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T04:20:46.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T04:20:46.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T04:20:46.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T04:20:46.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T04:20:46.816 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T04:20:46.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T04:20:46.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T04:20:46.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T04:20:46.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T04:20:46.817 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T04:20:46.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T04:20:46.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T04:20:46.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T04:20:46.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T04:20:46.818 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T04:20:46.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T04:20:46.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T04:20:46.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T04:20:46.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T04:20:46.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T04:20:46.819 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T04:20:46.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T04:20:46.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T04:20:46.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T04:20:46.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T04:20:46.820 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T04:20:46.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T04:20:46.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T04:20:46.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T04:20:46.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T04:20:46.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T04:20:46.821 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T04:20:46.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T04:20:46.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T04:20:46.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T04:20:46.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T04:20:46.822 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T04:20:46.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T04:20:46.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.ttl: 2592000 2023-11-15T04:20:46.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T04:20:46.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi087/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T04:20:46.823 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.745+0000 7f6513285880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T04:20:46.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.746+0000 7f6513285880 4 rocksdb: DB pointer 0x55715c701800 2023-11-15T04:20:46.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.746+0000 7f64fc10b700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T04:20:46.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.746+0000 7f64fc10b700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T04:20:46.824 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T04:20:46.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:20:46.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T04:20:46.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T04:20:46.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:20:46.825 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T04:20:46.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T04:20:46.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:20:46.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:20:46.826 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:20:46.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:20:46.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T04:20:46.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T04:20:46.827 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:20:46.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:20:46.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:20:46.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:20:46.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:20:46.828 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:20:46.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:20:46.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:20:46.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:20:46.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:20:46.829 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:20:46.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T04:20:46.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:20:46.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:20:46.830 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:20:46.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:20:46.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T04:20:46.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T04:20:46.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.831 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T04:20:46.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:20:46.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:20:46.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:20:46.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:20:46.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:20:46.832 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:20:46.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:20:46.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:20:46.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:20:46.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:20:46.833 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T04:20:46.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:20:46.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: 2023-11-15T04:20:46.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.748+0000 7f6513285880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T04:20:46.834 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.748+0000 7f6513285880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T04:20:46.835 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph-mon: debug 2023-11-15T04:20:46.748+0000 7f6513285880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi087 for mon.smithi087 2023-11-15T04:20:47.224 INFO:teuthology.orchestra.run.smithi087.stderr:create mon.smithi087 on 2023-11-15T04:20:47.338 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-15T04:20:47.439 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7.target. 2023-11-15T04:20:47.439 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7.target. 2023-11-15T04:20:47.660 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Failed to reset failed state of unit ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mon.smithi087.service: Unit ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mon.smithi087.service not loaded. 2023-11-15T04:20:47.667 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Created symlink /etc/systemd/system/ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7.target.wants/ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mon.smithi087.service → /etc/systemd/system/ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T04:20:47.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:47 smithi087 systemd[1]: Starting Ceph mon.smithi087 for 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7... 2023-11-15T04:20:48.396 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: disabled 2023-11-15T04:20:48.403 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-11-15T04:20:48.404 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2023-11-15T04:20:48.404 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T04:20:48.405 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mon to start... 2023-11-15T04:20:48.405 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mon... 2023-11-15T04:20:48.640 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:48 smithi087 bash[83380]: d1108c0d04ee12fc734c3918dac755e04be3fc5d1f1c8255b2b21516c96536c4 2023-11-15T04:20:48.640 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:48 smithi087 systemd[1]: Started Ceph mon.smithi087 for 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7. 2023-11-15T04:20:48.640 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:48 smithi087 conmon[83421]: cluster 2023-11-15T04:20:48.400415+0000 mon.smithi087 (mon.0) 0 : [INF] mkfs 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:20:48.640 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:48 smithi087 conmon[83421]: cluster 2023-11-15T04:20: 2023-11-15T04:20:48.641 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:48 smithi087 conmon[83421]: 48.372482+0000 mon.smithi087 (mon.0) 1 : cluster [INF] mon.smithi087 is new leader, mons smithi087 in quorum (ranks 0) 2023-11-15T04:20:48.945 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: cluster: 2023-11-15T04:20:48.946 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: id: 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:20:48.947 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T04:20:48.947 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:20:48.947 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: services: 2023-11-15T04:20:48.947 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi087 (age 0.556714s) 2023-11-15T04:20:48.948 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T04:20:48.948 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T04:20:48.948 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:20:48.948 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: data: 2023-11-15T04:20:48.948 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T04:20:48.948 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T04:20:48.949 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T04:20:48.949 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: pgs: 2023-11-15T04:20:48.949 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:20:49.625 INFO:teuthology.orchestra.run.smithi087.stderr:mon is available 2023-11-15T04:20:49.625 INFO:teuthology.orchestra.run.smithi087.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T04:20:49.823 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:49 smithi087 conmon[83421]: cluster 2023-11-15T04:20:48.387992+0000 mon.smithi087 (mon.0) 2 : cluster [INF] mon.smithi087 is new leader, mons smithi087 in quorum (ranks 0) 2023-11-15T04:20:49.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:49 smithi087 conmon[83421]: cluster 2023-11-15T04:20:48.388301+0000 mon.smithi087 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} removed_ranks: {} 2023-11-15T04:20:49.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:49 smithi087 conmon[83421]: cluster 2023-11-15T04:20:48.401891+0000 mon.smithi087 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T04:20:49.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:49 smithi087 conmon[83421]: cluster 2023-11-15T04:20:48.404499+0000 mon.smithi087 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T04:20:49.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:49 smithi087 conmon[83421]: cluster 2023-11-15T04:20:48.404958+0000 mon.smithi087 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T04:20:49.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:49 smithi087 conmon[83421]: audit 2023-11-15T04:20:48.944648+0000 mon.smithi087 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.87:0/1494413046' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T04:20:50.164 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:20:50.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [global] 2023-11-15T04:20:50.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: fsid = 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:20:50.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.87:3300,v1:172.21.15.87:6789] 2023-11-15T04:20:50.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T04:20:50.165 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T04:20:50.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T04:20:50.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T04:20:50.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:20:50.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [mgr] 2023-11-15T04:20:50.166 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T04:20:50.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:20:50.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [osd] 2023-11-15T04:20:50.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T04:20:50.167 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T04:20:50.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:50 smithi087 conmon[83421]: audit 2023-11-15T04:20:50.160326+0000 mon.smithi087 (mon.0 2023-11-15T04:20:50.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:50 smithi087 conmon[83421]: ) 8 : audit [INF] from='client.? 172.21.15.87:0/2813073872' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T04:20:50.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:50 smithi087 conmon[83421]: audit 2023-11-15T04:20:50.162927+0000 mon.smithi087 (mon.0) 9 : audit [INF] from='client.? 172.21.15.87:0/2813073872' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T04:20:50.717 INFO:teuthology.orchestra.run.smithi087.stderr:Generating new minimal ceph.conf... 2023-11-15T04:20:51.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:51 smithi087 conmon[83421]: audit 2023-11-15T04:20:51.261610+0000 mon.smithi087 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.87:0/1039331257' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:20:51.766 INFO:teuthology.orchestra.run.smithi087.stderr:Restarting the monitor... 2023-11-15T04:20:52.083 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:51 smithi087 systemd[1]: Stopping Ceph mon.smithi087 for 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7... 2023-11-15T04:20:52.084 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:51 smithi087 bash[83932]: Error: no container with name or ID ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-mon.smithi087 found: no such container 2023-11-15T04:20:52.084 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:52 smithi087 conmon[83421]: debug 2023-11-15T04:20:52.082+0000 7f5ef27f0700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi087 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T04:20:52.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:52 smithi087 conmon[83421]: debug 2023-11-15T04:20:52.082+0000 7f5ef27f0700 -1 mon.smithi087@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T04:20:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:52 smithi087 bash[84047]: d1108c0d04ee12fc734c3918dac755e04be3fc5d1f1c8255b2b21516c96536c4 2023-11-15T04:20:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:52 smithi087 systemd[1]: ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mon.smithi087.service: Succeeded. 2023-11-15T04:20:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:52 smithi087 systemd[1]: Stopped Ceph mon.smithi087 for 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7. 2023-11-15T04:20:53.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:52 smithi087 systemd[1]: Starting Ceph mon.smithi087 for 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7... 2023-11-15T04:20:53.528 INFO:teuthology.orchestra.run.smithi087.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-15T04:20:53.792 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.516+0000 7f75d278f880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T04:20:53.793 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.516+0000 7f75d278f880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T04:20:53.793 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.516+0000 7f75d278f880 0 pidfile_write: ignore empty --pid-file 2023-11-15T04:20:53.793 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 bash[84371]: 1e8fc17b29113db09a3c4d55110bb233847ba141a26494bce9ef1cc6270de995 2023-11-15T04:20:53.793 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.520+0000 7f75d278f880 0 load: jerasure load: lrc load: isa 2023-11-15T04:20:53.794 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T04:20:53.794 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.794 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T04:20:53.794 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T04:20:53.794 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: DB SUMMARY 2023-11-15T04:20:53.795 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.795 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T04:20:53.795 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.795 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T04:20:53.795 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.796 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T04:20:53.796 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.796 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi087/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T04:20:53.796 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.796 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi087/store.db: 000006.log size: 86503 ; 2023-11-15T04:20:53.797 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.797 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T04:20:53.797 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T04:20:53.797 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T04:20:53.797 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.env: 0x5564b0543080 2023-11-15T04:20:53.798 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.fs: Posix File System 2023-11-15T04:20:53.798 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.info_log: 0x5564b1139d20 2023-11-15T04:20:53.798 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T04:20:53.798 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.statistics: (nil) 2023-11-15T04:20:53.798 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.use_fsync: 0 2023-11-15T04:20:53.799 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T04:20:53.799 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T04:20:53.799 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T04:20:53.799 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T04:20:53.799 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T04:20:53.800 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T04:20:53.800 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T04:20:53.800 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T04:20:53.800 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T04:20:53.800 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T04:20:53.800 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T04:20:53.801 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.db_log_dir: 2023-11-15T04:20:53.801 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi087/store.db 2023-11-15T04:20:53.801 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T04:20:53.801 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T04:20:53.801 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T04:20:53.802 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T04:20:53.802 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T04:20:53.802 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T04:20:53.802 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T04:20:53.802 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T04:20:53.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T04:20:53.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T04:20:53.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.write_buffer_manager: 0x5564b1d90480 2023-11-15T04:20:53.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T04:20:53.803 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T04:20:53.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T04:20:53.804 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T04:20:53.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T04:20:53.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T04:20:53.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T04:20:53.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T04:20:53.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T04:20:53.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.unordered_write: 0 2023-11-15T04:20:53.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T04:20:53.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T04:20:53.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T04:20:53.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T04:20:53.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.row_cache: None 2023-11-15T04:20:53.807 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.wal_filter: None 2023-11-15T04:20:53.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T04:20:53.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T04:20:53.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T04:20:53.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T04:20:53.808 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T04:20:53.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T04:20:53.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T04:20:53.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T04:20:53.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T04:20:53.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T04:20:53.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T04:20:53.810 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T04:20:53.810 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T04:20:53.810 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T04:20:53.810 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T04:20:53.810 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T04:20:53.811 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T04:20:53.811 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T04:20:53.811 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T04:20:53.811 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T04:20:53.811 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T04:20:53.812 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.max_open_files: -1 2023-11-15T04:20:53.812 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T04:20:53.812 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T04:20:53.812 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T04:20:53.812 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T04:20:53.812 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Compression algorithms supported: 2023-11-15T04:20:53.813 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T04:20:53.813 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: kZSTD supported: 0 2023-11-15T04:20:53.813 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T04:20:53.813 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T04:20:53.813 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T04:20:53.814 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T04:20:53.814 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T04:20:53.814 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T04:20:53.814 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T04:20:53.814 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi087/store.db/MANIFEST-000005 2023-11-15T04:20:53.815 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.815 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T04:20:53.815 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.815 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T04:20:53.815 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.merge_operator: 2023-11-15T04:20:53.815 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.521+0000 7f75d278f880 4 rocksdb: Options.compaction_filter: None 2023-11-15T04:20:53.816 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T04:20:53.816 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T04:20:53.816 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T04:20:53.816 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5564b10e3d28) 2023-11-15T04:20:53.816 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: cache_index_and_filter_blocks: 1 2023-11-15T04:20:53.817 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T04:20:53.817 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T04:20:53.817 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: pin_top_level_index_and_filter: 1 2023-11-15T04:20:53.817 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: index_type: 0 2023-11-15T04:20:53.817 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: data_block_index_type: 0 2023-11-15T04:20:53.818 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: index_shortening: 1 2023-11-15T04:20:53.818 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T04:20:53.818 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: hash_index_allow_collision: 1 2023-11-15T04:20:53.818 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: checksum: 1 2023-11-15T04:20:53.818 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: no_block_cache: 0 2023-11-15T04:20:53.819 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: block_cache: 0x5564b111cf10 2023-11-15T04:20:53.819 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: block_cache_name: BinnedLRUCache 2023-11-15T04:20:53.819 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: block_cache_options: 2023-11-15T04:20:53.819 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: capacity : 536870912 2023-11-15T04:20:53.819 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: num_shard_bits : 4 2023-11-15T04:20:53.819 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: strict_capacity_limit : 0 2023-11-15T04:20:53.820 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: high_pri_pool_ratio: 0.000 2023-11-15T04:20:53.820 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: block_cache_compressed: (nil) 2023-11-15T04:20:53.820 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: persistent_cache: (nil) 2023-11-15T04:20:53.820 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: block_size: 4096 2023-11-15T04:20:53.821 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: block_size_deviation: 10 2023-11-15T04:20:53.821 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: block_restart_interval: 16 2023-11-15T04:20:53.821 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: index_block_restart_interval: 1 2023-11-15T04:20:53.821 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: metadata_block_size: 4096 2023-11-15T04:20:53.821 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: partition_filters: 0 2023-11-15T04:20:53.821 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: use_delta_encoding: 1 2023-11-15T04:20:53.822 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T04:20:53.822 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: whole_key_filtering: 1 2023-11-15T04:20:53.822 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: verify_compression: 0 2023-11-15T04:20:53.822 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: read_amp_bytes_per_bit: 0 2023-11-15T04:20:53.822 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: format_version: 2 2023-11-15T04:20:53.823 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: enable_index_compression: 1 2023-11-15T04:20:53.823 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: block_align: 0 2023-11-15T04:20:53.823 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.823 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T04:20:53.823 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T04:20:53.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compression: NoCompression 2023-11-15T04:20:53.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T04:20:53.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T04:20:53.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T04:20:53.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.num_levels: 7 2023-11-15T04:20:53.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T04:20:53.825 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T04:20:53.825 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T04:20:53.825 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T04:20:53.825 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T04:20:53.825 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T04:20:53.826 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T04:20:53.826 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:20:53.826 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T04:20:53.826 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T04:20:53.826 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T04:20:53.827 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T04:20:53.827 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T04:20:53.827 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T04:20:53.827 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T04:20:53.828 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T04:20:53.828 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T04:20:53.828 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T04:20:53.828 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T04:20:53.828 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T04:20:53.828 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T04:20:53.829 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T04:20:53.829 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T04:20:53.829 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T04:20:53.829 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T04:20:53.829 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T04:20:53.830 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T04:20:53.830 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T04:20:53.830 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T04:20:53.830 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T04:20:53.830 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T04:20:53.831 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T04:20:53.831 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T04:20:53.831 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T04:20:53.831 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T04:20:53.831 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T04:20:53.831 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T04:20:53.832 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T04:20:53.832 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T04:20:53.832 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T04:20:53.832 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T04:20:53.832 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T04:20:53.833 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T04:20:53.833 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T04:20:53.833 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T04:20:53.833 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T04:20:53.833 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T04:20:53.834 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T04:20:53.834 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T04:20:53.834 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T04:20:53.834 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T04:20:53.834 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T04:20:53.835 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T04:20:53.835 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T04:20:53.835 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T04:20:53.835 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T04:20:53.835 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T04:20:53.835 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T04:20:53.836 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T04:20:53.836 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.ttl: 2592000 2023-11-15T04:20:53.836 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T04:20:53.836 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi087/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-15T04:20:53.837 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.837 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T04:20:53.837 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.837 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700022053524342, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T04:20:53.837 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.522+0000 7f75d278f880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T04:20:53.837 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.523+0000 7f75d278f880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-15T04:20:53.838 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.523+0000 7f75d278f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700022053525212, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83376, "table_properties": {"data_size": 81643, "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": 9331, "raw_average_key_size": 47, "raw_value_size": 76155, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "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": 1700022053, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T04:20:53.838 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.523+0000 7f75d278f880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T04:20:53.838 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.838 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.524+0000 7f75d278f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700022053525636, "job": 1, "event": "recovery_finished"} 2023-11-15T04:20:53.838 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 systemd[1]: Started Ceph mon.smithi087 for 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7. 2023-11-15T04:20:53.839 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.524+0000 7f75d278f880 4 rocksdb: DB pointer 0x5564b11e7800 2023-11-15T04:20:53.839 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.524+0000 7f75b9594700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T04:20:53.839 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.524+0000 7f75b9594700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T04:20:53.839 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ** DB Stats ** 2023-11-15T04:20:53.839 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:20:53.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T04:20:53.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T04:20:53.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:20:53.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T04:20:53.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T04:20:53.840 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T04:20:53.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ** Compaction Stats [default] ** 2023-11-15T04:20:53.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:20:53.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:20:53.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.3 0.00 0.00 1 0.001 0 0 2023-11-15T04:20:53.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.3 0.00 0.00 1 0.001 0 0 2023-11-15T04:20:53.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.3 0.00 0.00 1 0.001 0 0 2023-11-15T04:20:53.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ** Compaction Stats [default] ** 2023-11-15T04:20:53.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:20:53.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:20:53.843 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 139.3 0.00 0.00 1 0.001 0 0 2023-11-15T04:20:53.843 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:20:53.843 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:20:53.843 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:20:53.843 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:20:53.844 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:20:53.844 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:20:53.844 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Cumulative compaction: 0.00 GB write, 27.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:20:53.844 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Interval compaction: 0.00 GB write, 27.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:20:53.844 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T04:20:53.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:20:53.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ** Compaction Stats [default] ** 2023-11-15T04:20:53.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:20:53.846 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:20:53.846 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.3 0.00 0.00 1 0.001 0 0 2023-11-15T04:20:53.846 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.3 0.00 0.00 1 0.001 0 0 2023-11-15T04:20:53.846 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-15T04:20:53.846 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.846 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ** Compaction Stats [default] ** 2023-11-15T04:20:53.847 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-15T04:20:53.847 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T04:20:53.847 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 139.3 0.00 0.00 1 0.001 0 0 2023-11-15T04:20:53.847 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T04:20:53.847 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T04:20:53.848 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T04:20:53.848 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T04:20:53.848 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T04:20:53.848 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T04:20:53.848 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Cumulative compaction: 0.00 GB write, 26.84 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:20:53.849 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T04:20:53.849 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-15T04:20:53.849 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.849 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T04:20:53.849 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.850 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.525+0000 7f75d278f880 0 starting mon.smithi087 rank 0 at public addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] at bind addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi087 fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:20:53.850 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.526+0000 7f75d278f880 1 mon.smithi087@-1(???) e1 preinit fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:20:53.850 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.526+0000 7f75d278f880 0 mon.smithi087@-1(???).mds e1 new map 2023-11-15T04:20:53.850 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.526+0000 7f75d278f880 0 mon.smithi087@-1(???).mds e1 print_map 2023-11-15T04:20:53.850 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: e1 2023-11-15T04:20:53.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T04:20:53.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-15T04:20:53.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: legacy client fscid: -1 2023-11-15T04:20:53.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: No filesystems configured 2023-11-15T04:20:53.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: 2023-11-15T04:20:53.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.526+0000 7f75d278f880 0 mon.smithi087@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T04:20:53.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.526+0000 7f75d278f880 0 mon.smithi087@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:20:53.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.526+0000 7f75d278f880 0 mon.smithi087@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:20:53.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.526+0000 7f75d278f880 0 mon.smithi087@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:20:53.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: audit 2023 2023-11-15T04:20:53.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: -11-15T04:20:51.261610+0000 mon.smithi087 ( 2023-11-15T04:20:53.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: mon.0) 10 : audit [DBG] from='client.? 172.21.15.87:0/1039331257' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:20:53.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: debug 2023-11-15T04:20:53.527+0000 7f75d278f880 1 mon.smithi087@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-15T04:20:53.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: cluster 2023-11-15T04:20:53.543218+0000 mon.smithi087 (mon.0) 1 : cluster [INF] mon.smithi087 is new leader, mons smithi087 in quorum (ranks 0) 2023-11-15T04:20:53.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: cluster 2023-11-15T04:20:53.543278+0000 mon.smithi087 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} removed_ranks: {} 2023-11-15T04:20:53.853 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: cluster 2023-11-15T04:20:53.543693+0000 mon.smithi087 (mon.0) 3 : cluster [DBG] fsmap 2023-11-15T04:20:53.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: cluster 2023-11-15T04:20:53.543726+0000 mon.smithi087 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T04:20:53.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: cluster 2023-11-15T04:20:53.544176+0000 mon.smithi087 (mon.0 2023-11-15T04:20:53.854 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:53 smithi087 conmon[84412]: ) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T04:20:54.624 INFO:teuthology.orchestra.run.smithi087.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T04:20:54.624 INFO:teuthology.orchestra.run.smithi087.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:20:54.624 INFO:teuthology.orchestra.run.smithi087.stderr:Creating mgr... 2023-11-15T04:20:54.625 INFO:teuthology.orchestra.run.smithi087.stderr:Verifying port 9283 ... 2023-11-15T04:20:54.749 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Failed to reset failed state of unit ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mgr.smithi087.fbbqjk.service: Unit ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mgr.smithi087.fbbqjk.service not loaded. 2023-11-15T04:20:54.756 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: Created symlink /etc/systemd/system/ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7.target.wants/ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mgr.smithi087.fbbqjk.service → /etc/systemd/system/ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T04:20:55.331 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:55 smithi087 conmon[84412]: audit 2023-11-15T04:20:54.064783+0000 mon.smithi087 (mon.0) 6 : audit [INF] from='client.? 172.21.15.87:0/719346989' entity='client.admin' 2023-11-15T04:20:55.488 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: disabled 2023-11-15T04:20:55.496 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-11-15T04:20:55.497 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2023-11-15T04:20:55.497 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T04:20:55.504 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: disabled 2023-11-15T04:20:55.512 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-11-15T04:20:55.513 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2023-11-15T04:20:55.513 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T04:20:55.514 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mgr to start... 2023-11-15T04:20:55.514 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mgr... 2023-11-15T04:20:56.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:20:56.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-11-15T04:20:56.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsid": "3dcf7d7a-836e-11ee-8dbe-212e2dc638e7", 2023-11-15T04:20:56.093 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "health": { 2023-11-15T04:20:56.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T04:20:56.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T04:20:56.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T04:20:56.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:56.094 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T04:20:56.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T04:20:56.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 0 2023-11-15T04:20:56.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-11-15T04:20:56.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T04:20:56.095 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "smithi087" 2023-11-15T04:20:56.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-11-15T04:20:56.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-15T04:20:56.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T04:20:56.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:20:56.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T04:20:56.096 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T04:20:56.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:56.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T04:20:56.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:20:56.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T04:20:56.097 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T04:20:56.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T04:20:56.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T04:20:56.101 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T04:20:56.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T04:20:56.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:56.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T04:20:56.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T04:20:56.102 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T04:20:56.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T04:20:56.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T04:20:56.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T04:20:56.103 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T04:20:56.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T04:20:56.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T04:20:56.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:56.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T04:20:56.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:20:56.104 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T04:20:56.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T04:20:56.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:56.105 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T04:20:56.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "available": false, 2023-11-15T04:20:56.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T04:20:56.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T04:20:56.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "iostat", 2023-11-15T04:20:56.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "nfs", 2023-11-15T04:20:56.106 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "restful" 2023-11-15T04:20:56.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-11-15T04:20:56.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:20:56.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:56.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T04:20:56.107 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:20:56.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modified": "2023-11-15T04:20:48.400865+0000", 2023-11-15T04:20:56.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:20:56.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:56.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T04:20:56.108 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-11-15T04:20:56.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:56 smithi087 conmon[84412]: audit 2023-11-15T04:20:56.090801 2023-11-15T04:20:56.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:56 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.87:0/3464985306' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T04:20:56.607 INFO:teuthology.orchestra.run.smithi087.stderr:mgr not available, waiting (1/15)... 2023-11-15T04:20:59.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:20:59.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-11-15T04:20:59.176 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsid": "3dcf7d7a-836e-11ee-8dbe-212e2dc638e7", 2023-11-15T04:20:59.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "health": { 2023-11-15T04:20:59.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T04:20:59.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T04:20:59.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T04:20:59.177 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:59.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T04:20:59.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T04:20:59.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 0 2023-11-15T04:20:59.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-11-15T04:20:59.178 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T04:20:59.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "smithi087" 2023-11-15T04:20:59.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-11-15T04:20:59.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-11-15T04:20:59.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T04:20:59.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:20:59.179 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T04:20:59.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T04:20:59.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:59.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T04:20:59.180 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:20:59.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T04:20:59.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T04:20:59.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T04:20:59.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T04:20:59.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T04:20:59.181 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T04:20:59.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:59.185 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T04:20:59.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T04:20:59.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T04:20:59.186 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T04:20:59.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T04:20:59.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T04:20:59.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T04:20:59.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T04:20:59.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T04:20:59.187 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:59.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T04:20:59.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:20:59.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T04:20:59.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T04:20:59.188 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:59.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T04:20:59.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "available": false, 2023-11-15T04:20:59.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T04:20:59.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T04:20:59.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "iostat", 2023-11-15T04:20:59.189 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "nfs", 2023-11-15T04:20:59.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "restful" 2023-11-15T04:20:59.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-11-15T04:20:59.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:20:59.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:59.190 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T04:20:59.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:20:59.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modified": "2023-11-15T04:20:48.400865+0000", 2023-11-15T04:20:59.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:20:59.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:20:59.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T04:20:59.191 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-11-15T04:20:59.656 INFO:teuthology.orchestra.run.smithi087.stderr:mgr not available, waiting (2/15)... 2023-11-15T04:20:59.805 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:59 smithi087 conmon[84412]: audit 2023-11-15T04:20:59.173750+0000 mon.smithi087 (mon.0) 8 : 2023-11-15T04:20:59.806 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:20:59 smithi087 conmon[84412]: audit [DBG] from='client.? 172.21.15.87:0/748281535' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T04:21:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: cluster 2023-11-15T04:21:00. 2023-11-15T04:21:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 855459+0000 mon.smithi087 (mon.0) 9 : cluster [INF] Activating manager daemon smithi087.fbbqjk 2023-11-15T04:21:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: cluster 2023-11-15T04:21:00.858005 2023-11-15T04:21:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi087.fbbqjk(active, starting, since 0.00263026s) 2023-11-15T04:21:01.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: audit 2023-11- 2023-11-15T04:21:01.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 15T04:21:00.858986+0000 mon.smithi087 (mon.0) 11 2023-11-15T04:21:01.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: : audit [DBG] from='mgr.14100 172.21.15.87:0/1238511351' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:21:01.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:01.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 2023-11-15T04:21:00.859197+0000 mon.smithi087 ( 2023-11-15T04:21:01.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.87:0/1238511351' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:21:01.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:01.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 2023-11-15T04:21:00.859384+0000 2023-11-15T04:21:01.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: mon.smithi087 (mon.0) 13 : audit 2023-11-15T04:21:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: [DBG] from='mgr.14100 172.21.15.87:0/1238511351' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:21:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 2023-11-15T04: 2023-11-15T04:21:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 21:00.859578+0000 mon.smithi087 (mon.0 2023-11-15T04:21:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: ) 14 : audit [DBG] from='mgr.14100 172.21.15.87:0/1238511351' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-15T04:21:01.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:21:01.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: -15T04:21:00.859718+0000 mon.smithi087 (mon.0 2023-11-15T04:21:01.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: ) 15 : audit [DBG] from='mgr.14100 172.21.15.87:0/1238511351' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr metadata", "who": "smithi087.fbbqjk", "id": "smithi087.fbbqjk"}]: dispatch 2023-11-15T04:21:01.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: cluster 2023-11-15T04:21:01.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 2023-11-15T04:21:00 2023-11-15T04:21:01.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: .873000+0000 mon.smithi087 (mon.0) 2023-11-15T04:21:01.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 16 : cluster [INF] Manager daemon smithi087.fbbqjk is now available 2023-11-15T04:21:01.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:21:01.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: -15T04:21:00.883871+0000 mon.smithi087 (mon.0) 17 2023-11-15T04:21:01.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: : audit [INF] from='mgr.14100 172.21.15.87:0/1238511351' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:01.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:21:01.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: -15T04:21:00.885393+0000 mon.smithi087 ( 2023-11-15T04:21:01.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.87:0/1238511351' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fbbqjk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:21:01.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 2023-11-15T04:21:01.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:00 2023-11-15T04:21:01.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: .888124+0000 mon.smithi087 (mon.0) 19 : audit [INF] 2023-11-15T04:21:01.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: from='mgr.14100 172.21.15.87:0/1238511351' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fbbqjk/trash_purge_schedule"}]: dispatch 2023-11-15T04:21:01.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:01.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 2023-11-15T 2023-11-15T04:21:01.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 04:21:00.893577+0000 mon.smithi087 2023-11-15T04:21:01.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: (mon.0) 20 : audit 2023-11-15T04:21:01.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: [INF] from='mgr.14100 172.21.15.87:0/1238511351' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:01.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:01.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: 2023-11-15T04 2023-11-15T04:21:01.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: :21:00.898799+0000 mon.smithi087 ( 2023-11-15T04:21:01.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: mon.0) 21 : audit [INF] 2023-11-15T04:21:01.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:00 smithi087 conmon[84412]: from='mgr.14100 172.21.15.87:0/1238511351' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:02.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:21:02.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-11-15T04:21:02.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsid": "3dcf7d7a-836e-11ee-8dbe-212e2dc638e7", 2023-11-15T04:21:02.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "health": { 2023-11-15T04:21:02.388 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T04:21:02.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T04:21:02.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T04:21:02.389 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:21:02.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T04:21:02.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T04:21:02.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 0 2023-11-15T04:21:02.390 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-11-15T04:21:02.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T04:21:02.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "smithi087" 2023-11-15T04:21:02.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-11-15T04:21:02.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-11-15T04:21:02.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T04:21:02.391 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:21:02.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T04:21:02.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T04:21:02.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:21:02.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T04:21:02.392 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:21:02.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T04:21:02.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T04:21:02.393 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T04:21:02.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T04:21:02.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T04:21:02.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T04:21:02.397 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:21:02.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T04:21:02.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T04:21:02.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T04:21:02.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T04:21:02.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T04:21:02.398 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T04:21:02.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T04:21:02.399 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T04:21:02.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T04:21:02.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:21:02.400 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T04:21:02.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:21:02.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T04:21:02.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T04:21:02.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:21:02.401 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T04:21:02.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "available": true, 2023-11-15T04:21:02.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T04:21:02.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T04:21:02.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "iostat", 2023-11-15T04:21:02.402 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "nfs", 2023-11-15T04:21:02.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "restful" 2023-11-15T04:21:02.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ], 2023-11-15T04:21:02.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:21:02.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:21:02.403 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T04:21:02.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T04:21:02.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "modified": "2023-11-15T04:20:48.400865+0000", 2023-11-15T04:21:02.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "services": {} 2023-11-15T04:21:02.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: }, 2023-11-15T04:21:02.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T04:21:02.404 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-11-15T04:21:02.948 INFO:teuthology.orchestra.run.smithi087.stderr:mgr is available 2023-11-15T04:21:03.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:02 smithi087 conmon[84412]: cluster 2023-11-15T04:21:01.860684+0000 mon.smithi087 (mon.0) 22 : 2023-11-15T04:21:03.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:02 smithi087 conmon[84412]: cluster [DBG] mgrmap e3: smithi087.fbbqjk(active, since 1.00531s) 2023-11-15T04:21:03.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:02 smithi087 conmon[84412]: audit 2023-11-15T04:21:02.385514+0000 mon.smithi087 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.87:0/3567422429' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T04:21:03.561 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:21:03.562 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [global] 2023-11-15T04:21:03.562 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: fsid = 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:21:03.562 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T04:21:03.562 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T04:21:03.562 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T04:21:03.563 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T04:21:03.563 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:21:03.563 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [mgr] 2023-11-15T04:21:03.563 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T04:21:03.563 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 2023-11-15T04:21:03.564 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: [osd] 2023-11-15T04:21:03.564 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T04:21:03.564 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T04:21:04.097 INFO:teuthology.orchestra.run.smithi087.stderr:Enabling cephadm module... 2023-11-15T04:21:04.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:03 smithi087 conmon[84412]: cluster 2023-11-15T04:21:02.861673+0000 mon.smithi087 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi087.fbbqjk(active, since 2s) 2023-11-15T04:21:04.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:03 smithi087 conmon[84412]: audit 2023-11-15T04:21:03.560069+0000 mon.smithi087 (mon.0) 25 : audit [INF] from='client.? 172.21.15.87:0/2547700364' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T04:21:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:04 smithi087 conmon[84412]: audit 2023-11-15T04:21:04.742962+0000 mon.smithi087 (mon.0) 26 : audit [INF] from='client.? 172.21.15.87:0/983348142' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T04:21:06.026 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-11-15T04:21:06.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T04:21:06.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "available": true, 2023-11-15T04:21:06.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "active_name": "smithi087.fbbqjk", 2023-11-15T04:21:06.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T04:21:06.027 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-11-15T04:21:06.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:05 smithi087 conmon[84412]: audit 2023-11-15T04:21:04.865104+0000 mon.smithi087 (mon.0) 27 : audit [INF] from='client.? 172.21.15.87:0/983348142' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T04:21:06.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:05 smithi087 conmon[84412]: cluster 2023-11-15T04:21:04.865169+0000 mon.smithi087 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi087.fbbqjk(active, since 4s) 2023-11-15T04:21:06.464 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for the mgr to restart... 2023-11-15T04:21:06.464 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mgr epoch 5... 2023-11-15T04:21:07.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:06 smithi087 conmon[84412]: audit 2023-11-15T04:21:06 2023-11-15T04:21:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:06 smithi087 conmon[84412]: .025812+0000 mon.smithi087 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.87:0/3770143435' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T04:21:10.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: cluster 2023-11-15T04:21:10.252450+0000 mon.smithi087 (mon.0) 30 2023-11-15T04:21:10.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: : cluster [INF] Active manager daemon smithi087.fbbqjk restarted 2023-11-15T04:21:10.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: cluster 2023-11-15T04:21:10.252680+0000 mon.smithi087 (mon.0) 31 : cluster [INF] Activating manager daemon smithi087.fbbqjk 2023-11-15T04:21:10.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: cluster 2023-11-15T04:21:10.255611 2023-11-15T04:21:10.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 32 : cluster 2023-11-15T04:21:10.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T04:21:10.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: cluster 2023-11-15T04:21:10.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 2023-11-15T04:21: 2023-11-15T04:21:10.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 10.255712+0000 mon.smithi087 (mon.0 2023-11-15T04:21:10.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: ) 33 : cluster [DBG] mgrmap e6: smithi087.fbbqjk(active, starting, since 0.00311028s) 2023-11-15T04:21:10.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:21:10.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 11-15T04:21:10.256678 2023-11-15T04:21:10.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 34 : 2023-11-15T04:21:10.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: audit [DBG] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-15T04:21:10.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:21:10.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 11-15T04:21:10. 2023-11-15T04:21:10.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 257287+0000 mon.smithi087 (mon.0) 35 2023-11-15T04:21:10.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: : audit [DBG] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr metadata", "who": "smithi087.fbbqjk", "id": "smithi087.fbbqjk"}]: dispatch 2023-11-15T04:21:10.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: audit 2023 2023-11-15T04:21:10.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: -11-15T04:21:10. 2023-11-15T04:21:10.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 257897+0000 mon.smithi087 (mon.0) 2023-11-15T04:21:10.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 36 : audit [DBG] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:21:10.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: audit 2023 2023-11-15T04:21:10.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: -11-15T04:21:10. 2023-11-15T04:21:10.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 258047+0000 mon.smithi087 (mon.0) 37 2023-11-15T04:21:10.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: : audit [DBG] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:21:10.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: audit 2023 2023-11-15T04:21:10.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: -11-15T04:21:10. 2023-11-15T04:21:10.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 258177+0000 mon.smithi087 (mon.0) 2023-11-15T04:21:10.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 38 : audit [DBG] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:21:10.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: cluster 2023 2023-11-15T04:21:10.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: -11-15T04:21:10 2023-11-15T04:21:10.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: .272054+0000 mon.smithi087 (mon.0) 2023-11-15T04:21:10.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 39 : cluster [INF] Manager daemon smithi087.fbbqjk is now available 2023-11-15T04:21:10.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: audit 2023 2023-11-15T04:21:10.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: -11-15T04:21:10 2023-11-15T04:21:10.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: .284473+0000 mon.smithi087 (mon.0) 2023-11-15T04:21:10.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:10 smithi087 conmon[84412]: 40 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:11.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-11-15T04:21:11.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T04:21:11.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T04:21:11.266 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-11-15T04:21:11.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:10.281757+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:21:11.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: 14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-15T04:21:11.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: audit 2023-11-15T04:21:10.370852+0000 mon.smithi087 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:11.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: audit 2023-11-15T04:21:10.371909+0000 mon.smithi087 (mon.0) 42 : audit 2023-11-15T04:21:11.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: [DBG] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:21:11.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: audit 2023-11-15T04:21 2023-11-15T04:21:11.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: :10.373358+0000 mon.smithi087 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:21:11.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:21:11.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: -15T04:21:10.375034+0000 mon.smithi087 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:21:11.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: audit 2023-11-15T04:21:10.386814+0000 2023-11-15T04:21:11.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: mon.smithi087 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fbbqjk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:21:11.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: audit 2023-11-15T04:21:10.389125+0000 2023-11-15T04:21:11.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: mon.smithi087 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fbbqjk/trash_purge_schedule"}]: dispatch 2023-11-15T04:21:11.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: cluster 2023-11-15T04:21:11. 2023-11-15T04:21:11.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:11 smithi087 conmon[84412]: 258527+0000 mon.smithi087 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi087.fbbqjk(active, since 1.00592s) 2023-11-15T04:21:11.788 INFO:teuthology.orchestra.run.smithi087.stderr:mgr epoch 5 is available 2023-11-15T04:21:11.789 INFO:teuthology.orchestra.run.smithi087.stderr:Setting orchestrator backend to cephadm... 2023-11-15T04:21:12.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:12 smithi087 conmon[84412]: audit 2023-11-15T04:21:11.257687+0000 mgr.smithi087.fbbqjk (mgr.14116 2023-11-15T04:21:12.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:12 smithi087 conmon[84412]: ) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T04:21:12.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:12 smithi087 conmon[84412]: audit 2023-11-15T04:21:11.264573+0000 mgr.smithi087.fbbqjk (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T04:21:13.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:13 smithi087 conmon[84412]: cluster 2023-11-15T04:21:12.373403+0000 mon.smithi087 (mon.0) 2023-11-15T04:21:13.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:13 smithi087 conmon[84412]: 48 : cluster [DBG] mgrmap e8: smithi087.fbbqjk(active, since 2s) 2023-11-15T04:21:13.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:13 smithi087 conmon[84412]: audit 2023-11-15T04:21:12.396893+0000 mgr.smithi087.fbbqjk (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:13.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:13 smithi087 conmon[84412]: audit 2023-11-15T04:21:12.401404+0000 mon.smithi087 2023-11-15T04:21:13.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:13 smithi087 conmon[84412]: (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:13.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:13 smithi087 conmon[84412]: audit 2023 2023-11-15T04:21:13.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:13 smithi087 conmon[84412]: -11-15T04:21:12.445711+0000 2023-11-15T04:21:13.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:13 smithi087 conmon[84412]: mon.smithi087 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:21:13.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:13 smithi087 conmon[84412]: 2023-11-15T04:21:13.634 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: value unchanged 2023-11-15T04:21:14.163 INFO:teuthology.orchestra.run.smithi087.stderr:Generating ssh key... 2023-11-15T04:21:14.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:14 smithi087 conmon[84412]: audit 2023-11-15T04:21:13.634239+0000 mgr.smithi087.fbbqjk (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:16.010 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWjvb0eeE6wXWvhoSfoznJE20AI/iCKLmpIKTevKNuSojhWBgD/ywc4LldJ85Zx4P9tswp6gASlET3/97VRIaoBlcHDcIfvQuy6wZpfFkgp75tbsApI5tO9dxwlP50Bhuw4bwut5q5idWv/9yr+/3hQhqXhiNhqaEJKfUc35w+8Qbl3+bLiR9OX51VHQIQycHe2hF86zXIfucSbAa/LiFhi+K+9PXdyLZu5u5Jcp1YM5GwYEssMXh/TmUxiqd5vUyVK15lA+ovN/uTbk0Uqz1g0zHLRyVO4SkVrNlz+zdXC1dUgaG2d21C6TshslktRiKjS/taN0U6fZDhi4xCs93kinGAdtsRt8x6n2fAHBgrEjU9AlhRefhivTbWVOasSpzCJxwL/f2LpiiShYpeYMNHAl9yNltjFlDFrhxsba4P8KRWb0QCkbx7genYFCqR5GAA+1UtRtb9XW+L07oeErhVBWTYaCuYZAQCHPX+Tz7rrJsVpLghpapyjcw+pWrV1Kk= ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:21:16.186 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:15 smithi087 conmon[84412]: audit 2023-11-15T04:21:14.755058+0000 mgr.smithi087.fbbqjk (mgr.14116 2023-11-15T04:21:16.186 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:15 smithi087 conmon[84412]: ) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:16.186 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:15 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:14.755268+0000 mgr.smithi087.fbbqjk (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-15T04:21:16.187 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:15 smithi087 conmon[84412]: audit 2023-11-15T04:21:14.905063+0000 mon.smithi087 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:16.187 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:15 smithi087 conmon[84412]: audit 2023-11-15T04:21:14.906807+0000 mon.smithi087 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:16.546 INFO:teuthology.orchestra.run.smithi087.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T04:21:16.547 INFO:teuthology.orchestra.run.smithi087.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T04:21:16.548 INFO:teuthology.orchestra.run.smithi087.stderr:Adding host smithi087... 2023-11-15T04:21:17.271 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:16 smithi087 conmon[84412]: audit 2023-11-15T04:21:16.010584 2023-11-15T04:21:17.272 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:16 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:17.808 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Added host 'smithi087' with addr '172.21.15.87' 2023-11-15T04:21:18.329 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying mon service with default placement... 2023-11-15T04:21:18.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:18 smithi087 conmon[84412]: audit 2023-11-15T04:21:17.174704+0000 mgr.smithi087.fbbqjk (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi087", "addr": "172.21.15.87", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:18.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:18 smithi087 conmon[84412]: audit 2023-11-15T04:21:17.806276+0000 mon.smithi087 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:18.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:18 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:17.806566+0000 mgr.smithi087.fbbqjk (mgr.14116) 10 : cephadm [INF] Added host smithi087 2023-11-15T04:21:18.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:18 smithi087 conmon[84412]: audit 2023-11-15T04:21:17.820147+0000 mon.smithi087 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:21:19.098 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T04:21:20.014 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying mgr service with default placement... 2023-11-15T04:21:20.345 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:20 smithi087 conmon[84412]: audit 2023-11-15T04:21:19.093337+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:21:20.346 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:20 smithi087 conmon[84412]: 14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:20.346 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:20 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:19.094450+0000 mgr.smithi087.fbbqjk (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T04:21:20.346 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:20 smithi087 conmon[84412]: audit 2023-11-15T04:21:19.098364+0000 mon.smithi087 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:20.853 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T04:21:21.545 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying crash service with default placement... 2023-11-15T04:21:21.548 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:21 smithi087 conmon[84412]: audit 2023-11-15T04:21:20.202237+0000 mon.smithi087 (mon 2023-11-15T04:21:21.549 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:21 smithi087 conmon[84412]: .0) 56 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:21.549 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:21 smithi087 conmon[84412]: audit 2023-11-15T04:21:20.470534+0000 mon.smithi087 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:21.549 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:21 smithi087 conmon[84412]: audit 2023-11-15T04:21:20.850025+0000 mgr.smithi087.fbbqjk (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:21.549 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:21 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:20.850874+0000 mgr.smithi087.fbbqjk (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T04:21:21.550 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:21 smithi087 conmon[84412]: audit 2023-11-15T04:21:20.853187+0000 mon.smithi087 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:22.322 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T04:21:23.094 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:22 smithi087 conmon[84412]: audit 2023-11-15T04:21:21.790944+0000 mon.smithi087 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:23.094 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:22 smithi087 conmon[84412]: audit 2023-11-15T04:21:22.321709+0000 mon.smithi087 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:23.462 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying prometheus service with default placement... 2023-11-15T04:21:24.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:23 smithi087 conmon[84412]: audit 2023-11-15T04:21:22.318488+0000 mgr.smithi087.fbbqjk (mgr.14116 2023-11-15T04:21:24.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:23 smithi087 conmon[84412]: ) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:24.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:23 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:22.319443+0000 mgr.smithi087.fbbqjk (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T04:21:24.156 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T04:21:24.744 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying grafana service with default placement... 2023-11-15T04:21:25.370 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T04:21:25.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:25 smithi087 conmon[84412]: audit 2023-11-15T04:21:24.152136+0000 mgr.smithi087.fbbqjk (mgr.14116 2023-11-15T04:21:25.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:25 smithi087 conmon[84412]: ) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:25.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:25 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:24.153002+0000 mgr.smithi087.fbbqjk (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-15T04:21:25.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:25 smithi087 conmon[84412]: audit 2023-11-15T04:21:24.156062+0000 mon.smithi087 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:25.920 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying node-exporter service with default placement... 2023-11-15T04:21:26.554 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T04:21:26.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:26 smithi087 conmon[84412]: audit 2023-11-15T04:21:25.366395 2023-11-15T04:21:26.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:26 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:26.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:26 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:25.367195+0000 mgr.smithi087.fbbqjk (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T04:21:26.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:26 smithi087 conmon[84412]: audit 2023-11-15T04: 2023-11-15T04:21:26.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:26 smithi087 conmon[84412]: 21:25.370229+0000 mon.smithi087 (mon.0) 2023-11-15T04:21:26.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:26 smithi087 conmon[84412]: 62 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:27.128 INFO:teuthology.orchestra.run.smithi087.stderr:Deploying alertmanager service with default placement... 2023-11-15T04:21:27.773 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T04:21:27.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:27 smithi087 conmon[84412]: audit 2023-11-15T04:21:26.549744+0000 mgr.smithi087.fbbqjk (mgr.14116 2023-11-15T04:21:27.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:27 smithi087 conmon[84412]: ) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:27.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:27 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:26.550585+0000 mgr.smithi087.fbbqjk (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T04:21:27.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:27 smithi087 conmon[84412]: audit 2023-11-15T04:21:26.553565+0000 mon.smithi087 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:29.051 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:28 smithi087 conmon[84412]: audit 2023-11-15T04:21:27.769961+0000 mgr.smithi087.fbbqjk (mgr.14116) 23 2023-11-15T04:21:29.051 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:28 smithi087 conmon[84412]: : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:29.051 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:28 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:27.770828+0000 mgr.smithi087.fbbqjk (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-15T04:21:29.052 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:28 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:21:29.052 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:28 smithi087 conmon[84412]: -15T04:21:27.773101+0000 mon.smithi087 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.87:0/4189904864' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:30.176 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:29 smithi087 conmon[84412]: audit 2023-11-15T04:21:28.899802+0000 mon.smithi087 (mon. 2023-11-15T04:21:30.177 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:29 smithi087 conmon[84412]: 0) 65 : audit [INF] from='client.? 172.21.15.87:0/2845345179' entity='client.admin' 2023-11-15T04:21:30.544 INFO:teuthology.orchestra.run.smithi087.stderr:Enabling the dashboard module... 2023-11-15T04:21:31.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:31 smithi087 conmon[84412]: audit 2023-11-15T04:21:30.049898+0000 mon.smithi087 (mon.0) 66 : audit [INF] from='client.? 172.21.15.87:0/2312801417' entity='client.admin' 2023-11-15T04:21:31.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:31 smithi087 conmon[84412]: cluster 2023-11-15T04:21:30.259188+0000 mgr.smithi087.fbbqjk (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:21:32.357 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:32 smithi087 conmon[84412]: audit 2023-11-15T04:21:31.180828+0000 mon.smithi087 (mon.0) 67 : audit 2023-11-15T04:21:32.357 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:32 smithi087 conmon[84412]: [INF] from='client.? 172.21.15.87:0/1328494134' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T04:21:33.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-11-15T04:21:33.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-15T04:21:33.264 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "available": true, 2023-11-15T04:21:33.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "active_name": "smithi087.fbbqjk", 2023-11-15T04:21:33.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T04:21:33.265 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-11-15T04:21:33.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:33 smithi087 conmon[84412]: audit 2023-11-15T04:21:32.054004+0000 mon.smithi087 (mon.0) 68 : 2023-11-15T04:21:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:33 smithi087 conmon[84412]: audit [INF] from='client.? 172.21.15.87:0/1328494134' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T04:21:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:33 smithi087 conmon[84412]: cluster 2023-11-15T04:21:32.054059+0000 mon.smithi087 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi087.fbbqjk(active, since 21s) 2023-11-15T04:21:33.860 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for the mgr to restart... 2023-11-15T04:21:33.861 INFO:teuthology.orchestra.run.smithi087.stderr:Waiting for mgr epoch 9... 2023-11-15T04:21:34.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:34 smithi087 conmon[84412]: audit 2023-11-15T04:21:33.263639+0000 mon.smithi087 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.87:0/4136967635' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T04:21:34.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:34 smithi087 conmon[84412]: 2023-11-15T04:21:37.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: cluster 2023-11-15T04:21:37.465446+0000 mon.smithi087 (mon.0) 71 2023-11-15T04:21:37.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: : cluster [INF] Active manager daemon smithi087.fbbqjk restarted 2023-11-15T04:21:37.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: cluster 2023-11-15T04:21:37.465681+0000 mon.smithi087 (mon.0) 72 : cluster [INF] Activating manager daemon smithi087.fbbqjk 2023-11-15T04:21:37.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: cluster 2023- 2023-11-15T04:21:37.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: 11-15T04:21:37.468450+0000 mon.smithi087 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-15T04:21:37.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: cluster 2023-11-15 2023-11-15T04:21:37.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: T04:21:37.468561+0000 mon.smithi087 (mon. 2023-11-15T04:21:37.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: 0) 74 : cluster [DBG] mgrmap e10: smithi087.fbbqjk(active, starting, since 0.00296877s) 2023-11-15T04:21:37.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:21:37.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: 04:21:37.469566+0000 mon.smithi087 (mon.0 2023-11-15T04:21:37.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: ) 75 : audit [DBG] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-15T04:21:37.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: audit 2023-11-15T04:21 2023-11-15T04:21:37.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: :37.470178+0000 mon.smithi087 (mon.0) 76 : 2023-11-15T04:21:37.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: audit [DBG] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr metadata", "who": "smithi087.fbbqjk", "id": "smithi087.fbbqjk"}]: dispatch 2023-11-15T04:21:37.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: audit 2023-11-15T04:21:37 2023-11-15T04:21:37.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: .470929+0000 mon.smithi087 (mon.0) 77 : audit 2023-11-15T04:21:37.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: [DBG] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:21:37.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: audit 2023-11-15T04:21:37. 2023-11-15T04:21:37.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: 471069+0000 mon.smithi087 (mon.0) 78 : audit [DBG] 2023-11-15T04:21:37.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:21:37.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: audit 2023-11-15T04:21:37.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: 2023-11-15T04:21:37.471188+0000 mon.smithi087 (mon. 2023-11-15T04:21:37.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: 0) 79 : audit [DBG] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:21:37.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: cluster 2023-11-15T 2023-11-15T04:21:37.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: 04:21:37.484944+0000 mon.smithi087 (mon.0 2023-11-15T04:21:37.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:37 smithi087 conmon[84412]: ) 80 : cluster [INF] Manager daemon smithi087.fbbqjk is now available 2023-11-15T04:21:38.482 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: { 2023-11-15T04:21:38.482 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-15T04:21:38.482 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T04:21:38.482 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: } 2023-11-15T04:21:38.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:38 smithi087 conmon[84412]: audit 2023-11-15T04:21:37.582251+0000 mon.smithi087 (mon. 2023-11-15T04:21:38.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:38 smithi087 conmon[84412]: 0) 81 : audit [DBG] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:21:38.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:38 smithi087 conmon[84412]: audit 2023-11-15T04:21:37.583629+0000 mon.smithi087 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:21:38.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:38 smithi087 conmon[84412]: audit 2023-11-15T04:21:37.608636+0000 mon.smithi087 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fbbqjk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:21:38.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:38 smithi087 conmon[84412]: audit 2023-11-15T04:21:37.610852+0000 mon.smithi087 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fbbqjk/trash_purge_schedule"}]: dispatch 2023-11-15T04:21:38.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:38 smithi087 conmon[84412]: cluster 2023-11-15T04:21:38.470501+0000 mon.smithi087 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi087.fbbqjk(active, since 1.00491s) 2023-11-15T04:21:39.168 INFO:teuthology.orchestra.run.smithi087.stderr:mgr epoch 9 is available 2023-11-15T04:21:39.168 INFO:teuthology.orchestra.run.smithi087.stderr:Generating a dashboard self-signed certificate... 2023-11-15T04:21:39.871 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:39 smithi087 conmon[84412]: audit 2023-11-15T04:21:38.470119+0000 mgr.smithi087.fbbqjk 2023-11-15T04:21:39.871 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:39 smithi087 conmon[84412]: (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T04:21:39.871 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:39 smithi087 conmon[84412]: audit 2023-11-15T04:21:38.481652+0000 mgr.smithi087.fbbqjk (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T04:21:39.871 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:39 smithi087 conmon[84412]: audit 2023-11-15T04:21:39.156193+0000 mon.smithi087 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:40.053 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T04:21:40.829 INFO:teuthology.orchestra.run.smithi087.stderr:Creating initial admin user... 2023-11-15T04:21:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:41 smithi087 conmon[84412]: audit 2023-11-15T04:21:39.871979+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:21:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:41 smithi087 conmon[84412]: .14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:41 smithi087 conmon[84412]: audit 2023-11-15T04:21:40.051538+0000 mon.smithi087 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:41 smithi087 conmon[84412]: audit 2023-11-15T04:21:40.053364+0000 mon.smithi087 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:41.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:41 smithi087 conmon[84412]: cluster 2023-11-15T04:21:40.157839+0000 mon.smithi087 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi087.fbbqjk(active, since 2s) 2023-11-15T04:21:41.691 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$irMcdyIFx0zxAOR9WLF7Iespuzb1RmFlXJKQYwiQFBdbFf.Rpo5sq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700022101, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T04:21:42.209 INFO:teuthology.orchestra.run.smithi087.stderr:Fetching dashboard port number... 2023-11-15T04:21:42.855 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: 8443 2023-11-15T04:21:42.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:42 smithi087 conmon[84412]: audit 2023-11-15T04:21:41 2023-11-15T04:21:42.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:42 smithi087 conmon[84412]: .472745+0000 mgr.smithi087.fbbqjk (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:42.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:42 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:21:42.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:42 smithi087 conmon[84412]: 11-15T04:21:41.691276+0000 mon.smithi087 (mon. 2023-11-15T04:21:42.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:42 smithi087 conmon[84412]: 0) 90 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:42.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:42 smithi087 conmon[84412]: 2023-11-15T04:21:43.436 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: disabled 2023-11-15T04:21:43.443 INFO:teuthology.orchestra.run.smithi087.stderr:systemctl: inactive 2023-11-15T04:21:43.444 INFO:teuthology.orchestra.run.smithi087.stderr:firewalld.service is not enabled 2023-11-15T04:21:43.444 INFO:teuthology.orchestra.run.smithi087.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T04:21:43.447 INFO:teuthology.orchestra.run.smithi087.stderr:Ceph Dashboard is now available at: 2023-11-15T04:21:43.447 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:21:43.447 INFO:teuthology.orchestra.run.smithi087.stderr: URL: https://smithi087.front.sepia.ceph.com:8443/ 2023-11-15T04:21:43.447 INFO:teuthology.orchestra.run.smithi087.stderr: User: admin 2023-11-15T04:21:43.448 INFO:teuthology.orchestra.run.smithi087.stderr: Password: lu906t2scm 2023-11-15T04:21:43.448 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:21:43.448 INFO:teuthology.orchestra.run.smithi087.stderr:Enabling autotune for osd_memory_target 2023-11-15T04:21:44.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:43 smithi087 conmon[84412]: audit 2023-11-15T04:21:42.855274+0000 mon.smithi087 (mon.0 2023-11-15T04:21:44.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:43 smithi087 conmon[84412]: ) 91 : audit [DBG] from='client.? 172.21.15.87:0/4287204213' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T04:21:44.901 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:44 smithi087 conmon[84412]: cluster 2023-11-15T04:21:43.695658+0000 mon.smithi087 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi087.fbbqjk(active, since 6s) 2023-11-15T04:21:45.359 INFO:teuthology.orchestra.run.smithi087.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-15T04:21:45.926 INFO:teuthology.orchestra.run.smithi087.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-15T04:21:45.927 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:21:45.927 INFO:teuthology.orchestra.run.smithi087.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:21:45.927 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:21:45.927 INFO:teuthology.orchestra.run.smithi087.stderr:Or, if you are only running a single cluster on this host: 2023-11-15T04:21:45.928 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:21:45.928 INFO:teuthology.orchestra.run.smithi087.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-15T04:21:45.928 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:21:45.928 INFO:teuthology.orchestra.run.smithi087.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T04:21:45.928 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:21:45.929 INFO:teuthology.orchestra.run.smithi087.stderr: ceph telemetry on 2023-11-15T04:21:45.929 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:21:45.929 INFO:teuthology.orchestra.run.smithi087.stderr:For more information see: 2023-11-15T04:21:45.929 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:21:45.930 INFO:teuthology.orchestra.run.smithi087.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-15T04:21:45.930 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:21:45.930 INFO:teuthology.orchestra.run.smithi087.stderr:Bootstrap complete. 2023-11-15T04:21:45.963 INFO:tasks.cephadm:Fetching config... 2023-11-15T04:21:45.964 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:21:45.964 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T04:21:45.979 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T04:21:45.979 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:21:45.979 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T04:21:46.033 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T04:21:46.034 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:21:46.034 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/keyring of=/dev/stdout 2023-11-15T04:21:46.099 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T04:21:46.100 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:21:46.100 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T04:21:46.155 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T04:21:46.155 DEBUG:teuthology.orchestra.run.smithi087:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWjvb0eeE6wXWvhoSfoznJE20AI/iCKLmpIKTevKNuSojhWBgD/ywc4LldJ85Zx4P9tswp6gASlET3/97VRIaoBlcHDcIfvQuy6wZpfFkgp75tbsApI5tO9dxwlP50Bhuw4bwut5q5idWv/9yr+/3hQhqXhiNhqaEJKfUc35w+8Qbl3+bLiR9OX51VHQIQycHe2hF86zXIfucSbAa/LiFhi+K+9PXdyLZu5u5Jcp1YM5GwYEssMXh/TmUxiqd5vUyVK15lA+ovN/uTbk0Uqz1g0zHLRyVO4SkVrNlz+zdXC1dUgaG2d21C6TshslktRiKjS/taN0U6fZDhi4xCs93kinGAdtsRt8x6n2fAHBgrEjU9AlhRefhivTbWVOasSpzCJxwL/f2LpiiShYpeYMNHAl9yNltjFlDFrhxsba4P8KRWb0QCkbx7genYFCqR5GAA+1UtRtb9XW+L07oeErhVBWTYaCuYZAQCHPX+Tz7rrJsVpLghpapyjcw+pWrV1Kk= ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T04:21:46.240 INFO:teuthology.orchestra.run.smithi087.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWjvb0eeE6wXWvhoSfoznJE20AI/iCKLmpIKTevKNuSojhWBgD/ywc4LldJ85Zx4P9tswp6gASlET3/97VRIaoBlcHDcIfvQuy6wZpfFkgp75tbsApI5tO9dxwlP50Bhuw4bwut5q5idWv/9yr+/3hQhqXhiNhqaEJKfUc35w+8Qbl3+bLiR9OX51VHQIQycHe2hF86zXIfucSbAa/LiFhi+K+9PXdyLZu5u5Jcp1YM5GwYEssMXh/TmUxiqd5vUyVK15lA+ovN/uTbk0Uqz1g0zHLRyVO4SkVrNlz+zdXC1dUgaG2d21C6TshslktRiKjS/taN0U6fZDhi4xCs93kinGAdtsRt8x6n2fAHBgrEjU9AlhRefhivTbWVOasSpzCJxwL/f2LpiiShYpeYMNHAl9yNltjFlDFrhxsba4P8KRWb0QCkbx7genYFCqR5GAA+1UtRtb9XW+L07oeErhVBWTYaCuYZAQCHPX+Tz7rrJsVpLghpapyjcw+pWrV1Kk= ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:21:46.252 DEBUG:teuthology.orchestra.run.smithi194:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWjvb0eeE6wXWvhoSfoznJE20AI/iCKLmpIKTevKNuSojhWBgD/ywc4LldJ85Zx4P9tswp6gASlET3/97VRIaoBlcHDcIfvQuy6wZpfFkgp75tbsApI5tO9dxwlP50Bhuw4bwut5q5idWv/9yr+/3hQhqXhiNhqaEJKfUc35w+8Qbl3+bLiR9OX51VHQIQycHe2hF86zXIfucSbAa/LiFhi+K+9PXdyLZu5u5Jcp1YM5GwYEssMXh/TmUxiqd5vUyVK15lA+ovN/uTbk0Uqz1g0zHLRyVO4SkVrNlz+zdXC1dUgaG2d21C6TshslktRiKjS/taN0U6fZDhi4xCs93kinGAdtsRt8x6n2fAHBgrEjU9AlhRefhivTbWVOasSpzCJxwL/f2LpiiShYpeYMNHAl9yNltjFlDFrhxsba4P8KRWb0QCkbx7genYFCqR5GAA+1UtRtb9XW+L07oeErhVBWTYaCuYZAQCHPX+Tz7rrJsVpLghpapyjcw+pWrV1Kk= ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T04:21:46.297 INFO:teuthology.orchestra.run.smithi194.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCWjvb0eeE6wXWvhoSfoznJE20AI/iCKLmpIKTevKNuSojhWBgD/ywc4LldJ85Zx4P9tswp6gASlET3/97VRIaoBlcHDcIfvQuy6wZpfFkgp75tbsApI5tO9dxwlP50Bhuw4bwut5q5idWv/9yr+/3hQhqXhiNhqaEJKfUc35w+8Qbl3+bLiR9OX51VHQIQycHe2hF86zXIfucSbAa/LiFhi+K+9PXdyLZu5u5Jcp1YM5GwYEssMXh/TmUxiqd5vUyVK15lA+ovN/uTbk0Uqz1g0zHLRyVO4SkVrNlz+zdXC1dUgaG2d21C6TshslktRiKjS/taN0U6fZDhi4xCs93kinGAdtsRt8x6n2fAHBgrEjU9AlhRefhivTbWVOasSpzCJxwL/f2LpiiShYpeYMNHAl9yNltjFlDFrhxsba4P8KRWb0QCkbx7genYFCqR5GAA+1UtRtb9XW+L07oeErhVBWTYaCuYZAQCHPX+Tz7rrJsVpLghpapyjcw+pWrV1Kk= ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:21:46.309 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T04:21:46.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:46 smithi087 conmon[84412]: audit 2023-11-15T04:21:45.356552+0000 mon.smithi087 (mon.0) 93 : audit [INF] from='client.? 172.21.15.87:0/2909664886' entity='client.admin' 2023-11-15T04:21:49.080 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-15T04:21:49.081 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-15T04:21:49.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:49 smithi087 conmon[84412]: audit 2023-11-15T04:21:48.514986+0000 mon.smithi087 ( 2023-11-15T04:21:49.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:49 smithi087 conmon[84412]: mon.0) 94 : audit [INF] from='client.? 172.21.15.87:0/3072270882' entity='client.admin' 2023-11-15T04:21:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:50 smithi087 conmon[84412]: audit 2023-11-15T04:21:49.945892 2023-11-15T04:21:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:50 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:50 smithi087 conmon[84412]: audit 2023-11-15T04:21:50.484117+0000 mon.smithi087 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:21:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:50 smithi087 conmon[84412]: audit 2023-11-15T04:21:50.487332+0000 mon.smithi087 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:51.781 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi194 2023-11-15T04:21:51.781 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-11-15T04:21:51.782 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.conf 2023-11-15T04:21:51.799 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-11-15T04:21:51.799 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T04:21:51.857 INFO:tasks.cephadm:Adding host smithi194 to orchestrator... 2023-11-15T04:21:51.858 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi194 2023-11-15T04:21:52.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:51 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:50.495356+0000 2023-11-15T04:21:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:51 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi087 on smithi087 2023-11-15T04:21:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:51 smithi087 conmon[84412]: audit 2023-11-15T04:21:51.159588+0000 mon.smithi087 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:53.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:52 smithi087 conmon[84412]: audit 2023-11-15T04:21:51.157037+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:21:53.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:52 smithi087 conmon[84412]: .14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:21:58.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:58 smithi087 conmon[84412]: audit 2023-11-15T04:21:57.241469+0000 mon.smithi087 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:21:58.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:58 smithi087 conmon[84412]: audit 2023-11-15T04:21:57.243249+0000 mon.smithi087 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:21:58.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:58 smithi087 conmon[84412]: audit 2023-11-15T04:21:57.244964+0000 mon.smithi087 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T04:21:58.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:58 smithi087 conmon[84412]: audit 2023-11-15T04:21:57.245528+0000 mon.smithi087 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:21:58.539 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:58 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:57.246038+0000 mgr.smithi087.fbbqjk (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi087 on smithi087 2023-11-15T04:21:58.539 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:58 smithi087 conmon[84412]: cluster 2023-11-15T04:21:57.472316+0000 mgr.smithi087.fbbqjk (mgr.14156) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:21:58.539 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:21:58 smithi087 conmon[84412]: audit 2023-11-15T04:21:57.611074+0000 mon.smithi087 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:00.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:59.402690+0000 mon.smithi087 (mon.0) 104 : audit 2023-11-15T04:22:00.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:00 smithi087 conmon[84412]: [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:00.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:00 smithi087 conmon[84412]: cluster 2023-11-15T04:21:59.472577+0000 mgr.smithi087.fbbqjk (mgr.14156) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:00.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:59.513058+0000 mon.smithi087 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:00.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:59.514944+0000 mon.smithi087 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:00.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:59.516919+0000 mon.smithi087 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T04:22:00.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:59.517260+0000 mgr.smithi087.fbbqjk (mgr.14156) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T04:22:00.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:00 smithi087 conmon[84412]: audit 2023-11-15T04:21:59.519728+0000 mon.smithi087 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:00.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:00 smithi087 conmon[84412]: cephadm 2023-11-15T04:21:59.526703+0000 mgr.smithi087.fbbqjk (mgr.14156) 11 : cephadm [INF] Deploying daemon grafana.smithi087 on smithi087 2023-11-15T04:22:02.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:02 smithi087 conmon[84412]: cluster 2023-11-15T04:22:01 2023-11-15T04:22:02.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:02 smithi087 conmon[84412]: .472822+0000 mgr.smithi087.fbbqjk (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:03.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:03 smithi087 conmon[84412]: audit 2023-11-15T04:22:02.614264+0000 mon.smithi087 (mon. 2023-11-15T04:22:03.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:03 smithi087 conmon[84412]: 0) 109 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:04.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:04 smithi087 conmon[84412]: cluster 2023-11-15T04:22:03.473028+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:22:04.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:04 smithi087 conmon[84412]: .14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:06.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:06 smithi087 conmon[84412]: cluster 2023-11-15T04:22:05. 2023-11-15T04:22:06.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:06 smithi087 conmon[84412]: 473259+0000 mgr.smithi087.fbbqjk (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:08.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:08 smithi087 conmon[84412]: cluster 2023-11-15T04:22:07. 2023-11-15T04:22:08.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:08 smithi087 conmon[84412]: 473477+0000 mgr.smithi087.fbbqjk (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:10.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:10 smithi087 conmon[84412]: cluster 2023-11-15T04:22:09.473728+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:22:10.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:10 smithi087 conmon[84412]: 14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:13.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:12 smithi087 conmon[84412]: cluster 2023-11-15T04:22:11.474013+0000 mgr.smithi087.fbbqjk (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:15.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:14 smithi087 conmon[84412]: cluster 2023-11-15T04:22:13.474379+0000 mgr.smithi087.fbbqjk (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:16.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:16 smithi087 conmon[84412]: cluster 2023-11-15T04:22:15.474681+0000 mgr.smithi087.fbbqjk (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:18.537 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:18 smithi087 conmon[84412]: audit 2023-11-15T04:22:17.429800+0000 mon.smithi087 (mon.0) 110 : audit [INF] 2023-11-15T04:22:18.537 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:18 smithi087 conmon[84412]: from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:18.537 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:18 smithi087 conmon[84412]: cephadm 2023-11-15T04:22:17.431896+0000 mgr.smithi087.fbbqjk (mgr.14156) 20 : cephadm [INF] Deploying daemon node-exporter.smithi087 on smithi087 2023-11-15T04:22:18.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:18 smithi087 conmon[84412]: cluster 2023-11-15T04:22:17.474985+0000 2023-11-15T04:22:18.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:18 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14156) 21 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:18.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:18 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:22:18.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:18 smithi087 conmon[84412]: 11-15T04:22:17.618604+0000 mon.smithi087 2023-11-15T04:22:18.538 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:18 smithi087 conmon[84412]: (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:20.723 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:20 smithi087 conmon[84412]: cluster 2023-11-15T04:22:19.475295+0000 mgr.smithi087.fbbqjk (mgr.14156 2023-11-15T04:22:20.723 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:20 smithi087 conmon[84412]: ) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:21.748 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:21 smithi087 conmon[84412]: audit 2023-11-15T04:22:20.743199+0000 mon.smithi087 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:21.748 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:21 smithi087 conmon[84412]: audit 2023-11-15T04:22:20.745362+0000 mon.smithi087 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T04:22:22.868 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:22 smithi087 conmon[84412]: audit 2023-11-15T04:22:21.750821+0000 mon.smithi087 (mon. 2023-11-15T04:22:22.869 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:22 smithi087 conmon[84412]: 0) 114 : audit [INF] from='mgr.14156 172.21.15.87:0/3759668581' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T04:22:22.869 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:22 smithi087 conmon[84412]: cluster 2023-11-15T04:22:21.750878+0000 mon.smithi087 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi087.fbbqjk(active, since 44s) 2023-11-15T04:22:27.327 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: cluster 2023-11-15T04:22:27.180500+0000 2023-11-15T04:22:27.327 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: mon.smithi087 (mon.0) 116 : cluster [INF] Active manager daemon smithi087.fbbqjk restarted 2023-11-15T04:22:27.327 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: cluster 2023-11-15T04:22:27.180820+0000 mon.smithi087 2023-11-15T04:22:27.327 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: (mon.0) 117 : cluster [INF] Activating manager daemon smithi087.fbbqjk 2023-11-15T04:22:27.327 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: cluster 2023-11-15T 2023-11-15T04:22:27.328 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: 04:22:27.183692+0000 mon.smithi087 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-15T04:22:27.328 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: cluster 2023-11-15T04:22:27. 2023-11-15T04:22:27.328 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: 183798+0000 mon.smithi087 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi087.fbbqjk(active, starting, since 0.00310423s) 2023-11-15T04:22:27.328 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: audit 2023-11-15T04:22:27. 2023-11-15T04:22:27.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: 184797+0000 mon.smithi087 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-15T04:22:27.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: audit 2023-11-15T04: 2023-11-15T04:22:27.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: 22:27.185453+0000 mon.smithi087 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr metadata", "who": "smithi087.fbbqjk", "id": "smithi087.fbbqjk"}]: dispatch 2023-11-15T04:22:27.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: 2023-11-15T04:22:27.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: audit 2023-11-15T04: 2023-11-15T04:22:27.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: 22:27.186028+0000 mon.smithi087 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T04:22:27.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: audit 2023-11-15T04:22:27.186177+0000 mon.smithi087 2023-11-15T04:22:27.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T04:22:27.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: audit 2023-11-15T04:22:27.186331+0000 2023-11-15T04:22:27.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: mon.smithi087 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T04:22:27.331 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: cluster 2023-11-15T04:22:27.200212 2023-11-15T04:22:27.331 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:27 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 125 : cluster [INF] Manager daemon smithi087.fbbqjk is now available 2023-11-15T04:22:28.363 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:28 smithi087 conmon[84412]: audit 2023-11-15T04:22:27.297983+0000 mon.smithi087 (mon.0) 126 : audit 2023-11-15T04:22:28.364 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:28 smithi087 conmon[84412]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:22:28.364 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:28 smithi087 conmon[84412]: audit 2023-11-15T04:22:27.299398+0000 mon.smithi087 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:22:28.364 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:28 smithi087 conmon[84412]: audit 2023-11-15T04:22: 2023-11-15T04:22:28.364 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:28 smithi087 conmon[84412]: 27.315181+0000 mon.smithi087 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:28.364 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:28 smithi087 conmon[84412]: audit 2023-11-15T04:22:27.329592+0000 mon.smithi087 ( 2023-11-15T04:22:28.365 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:28 smithi087 conmon[84412]: mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fbbqjk/mirror_snapshot_schedule"}]: dispatch 2023-11-15T04:22:28.365 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:28 smithi087 conmon[84412]: audit 2023-11-15T04:22 2023-11-15T04:22:28.365 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:28 smithi087 conmon[84412]: :27.335206+0000 mon.smithi087 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi087.fbbqjk/trash_purge_schedule"}]: dispatch 2023-11-15T04:22:28.365 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:28 smithi087 conmon[84412]: cluster 2023-11-15T04:22:28.365 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:28 smithi087 conmon[84412]: 2023-11-15T04:22:28.186717+0000 mon.smithi087 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi087.fbbqjk(active, since 1.00602s) 2023-11-15T04:22:30.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:30 smithi087 conmon[84412]: cluster 2023-11-15T04:22:29. 2023-11-15T04:22:30.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:30 smithi087 conmon[84412]: 550857+0000 mon.smithi087 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi087.fbbqjk(active, since 2s) 2023-11-15T04:22:30.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:30 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:22:30.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:30 smithi087 conmon[84412]: 11-15T04:22:30.448957+0000 mon.smithi087 (mon.0) 133 : audit [INF] 2023-11-15T04:22:30.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:30 smithi087 conmon[84412]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:31.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:31 smithi087 conmon[84412]: audit 2023-11-15T04:22:30.781125+0000 mon.smithi087 (mon.0) 134 2023-11-15T04:22:31.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:31 smithi087 conmon[84412]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:22:31.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:31 smithi087 conmon[84412]: audit 2023-11-15T04:22:30.781992+0000 mon.smithi087 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:22:31.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:31 smithi087 conmon[84412]: audit 2023-11-15T04:22:30.782628+0000 mon.smithi087 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:22:31.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:31 smithi087 conmon[84412]: cephadm 2023-11-15T04:22:30.783693+0000 mgr.smithi087.fbbqjk (mgr.14180) 1 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2023-11-15T04:22:31.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:31 smithi087 conmon[84412]: audit 2023-11-15T04:22:30.850725+0000 mon.smithi087 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:31.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:31 smithi087 conmon[84412]: audit 2023-11-15T04:22:30.853971+0000 mon.smithi087 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:32.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:32 smithi087 conmon[84412]: cephadm 2023-11-15T04:22:30.805649+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:22:32.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:32 smithi087 conmon[84412]: 2 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2023-11-15T04:22:32.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:32 smithi087 conmon[84412]: cephadm 2023-11-15T04:22:30.865537+0000 mgr.smithi087.fbbqjk (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi087 on smithi087 2023-11-15T04:22:39.903 INFO:teuthology.orchestra.run.smithi194.stdout:Added host 'smithi194' with addr '172.21.15.194' 2023-11-15T04:22:39.911 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:39 smithi087 conmon[84412]: audit 2023-11-15T04:22:39.258801+0000 mgr.smithi087.fbbqjk (mgr.14180) 4 : audit [DBG] 2023-11-15T04:22:39.912 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:39 smithi087 conmon[84412]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:22:40.509 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T04:22:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:40 smithi087 conmon[84412]: audit 2023-11-15T04:22:39.902176+0000 mon.smithi087 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:40 smithi087 conmon[84412]: cephadm 2023-11-15T04:22:39.902475+0000 mgr.smithi087.fbbqjk (mgr.14180) 5 : cephadm [INF] Added host smithi194 2023-11-15T04:22:42.296 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:22:42.297 INFO:teuthology.orchestra.run.smithi194.stdout:[{"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}, {"addr": "172.21.15.194", "hostname": "smithi194", "labels": [], "status": ""}] 2023-11-15T04:22:42.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:42 smithi087 conmon[84412]: audit 2023-11-15T04:22:41.578624+0000 mon.smithi087 (mon.0 2023-11-15T04:22:42.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:42 smithi087 conmon[84412]: ) 140 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:42.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:42 smithi087 conmon[84412]: audit 2023-11-15T04:22:41.579805+0000 mon.smithi087 (mon.0) 141 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:22:42.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:42 smithi087 conmon[84412]: audit 2023-11-15T04:22:42.063392+0000 mon.smithi087 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:42.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:42 smithi087 conmon[84412]: audit 2023-11-15T04:22:42.328107+0000 mon.smithi087 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:42.919 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T04:22:42.919 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T04:22:43.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:43 smithi087 conmon[84412]: audit 2023-11-15T04:22:42.296349+0000 mgr.smithi087.fbbqjk (mgr.14180) 6 : audit 2023-11-15T04:22:43.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:43 smithi087 conmon[84412]: [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:43.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:43 smithi087 conmon[84412]: audit 2023-11-15T04:22:42.932107+0000 mon.smithi087 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:46.377 INFO:teuthology.orchestra.run.smithi087.stderr:adjusted tunables profile to default 2023-11-15T04:22:46.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:46 smithi087 conmon[84412]: audit 2023-11-15T04:22:45.369483+0000 mon.smithi087 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:46.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:46 smithi087 conmon[84412]: audit 2023-11-15T04:22:45.415500+0000 mon.smithi087 (mon.0) 146 : audit [INF] from='client.? 172.21.15.87:0/381908712' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T04:22:46.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:46 smithi087 conmon[84412]: audit 2023-11-15T04:22:46.111295+0000 mon.smithi087 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:46.976 INFO:tasks.cephadm:Adding mon.smithi087 on smithi087 2023-11-15T04:22:46.976 INFO:tasks.cephadm:Adding mon.smithi194 on smithi194 2023-11-15T04:22:46.977 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi087:172.21.15.87=smithi087;smithi194:172.21.15.194=smithi194' 2023-11-15T04:22:47.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: audit 2023-11-15T04:22:46.372899+0000 mon.smithi087 (mon. 2023-11-15T04:22:47.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: 0) 148 : audit [INF] from='client.? 172.21.15.87:0/381908712' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T04:22:47.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: cluster 2023-11-15T04:22:46.372981+0000 mon.smithi087 (mon.0) 149 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T04:22:47.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: audit 2023-11-15T04:22:46.461843+0000 mon.smithi087 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:47.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: audit 2023-11-15T04:22:46.462598+0000 mon.smithi087 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:22:47.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: audit 2023-11-15T04:22:46.463453+0000 mon.smithi087 (mon.0) 152 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:22:47.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: audit 2023-11-15T04:22:46.464127+0000 mon.smithi087 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:22:47.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: cephadm 2023-11-15T04:22:46.465217+0000 mgr.smithi087.fbbqjk (mgr.14180) 7 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2023-11-15T04:22:47.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: cephadm 2023-11-15T04:22:46.488329+0000 mgr.smithi087.fbbqjk (mgr.14180) 8 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-11-15T04:22:47.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: audit 2023-11-15T04:22:46.515803+0000 mon.smithi087 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:47.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: audit 2023-11-15T04:22:46.518750+0000 mon.smithi087 (mon.0) 155 : 2023-11-15T04:22:47.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:47.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: audit 2023-11-15T04:22:46.520418+0000 mon.smithi087 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:22:47.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: audit 2023-11-15T04:22:46.522674+0000 mon.smithi087 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T04:22:47.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: audit 2023-11-15T04:22:47.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: 2023-11-15T04:22:46.523308+0000 mon.smithi087 (mon.0) 158 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:22:47.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: cephadm 2023-11-15T 2023-11-15T04:22:47.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:47 smithi087 conmon[84412]: 04:22:46.523849+0000 mgr.smithi087.fbbqjk (mgr.14180) 9 : cephadm [INF] Deploying daemon crash.smithi194 on smithi194 2023-11-15T04:22:48.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:48 smithi087 conmon[84412]: cluster 2023-11-15T04:22:47.187463+0000 mgr.smithi087.fbbqjk (mgr.14180) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:49.317 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled mon update... 2023-11-15T04:22:50.078 DEBUG:teuthology.orchestra.run.smithi194:mon.smithi194> sudo journalctl -f -n 0 -u ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mon.smithi194.service 2023-11-15T04:22:50.081 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:22:50.081 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:22:50.111 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:-- Logs begin at Wed 2023-11-15 04:10:13 UTC. -- 2023-11-15T04:22:50.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: cluster 2023-11-15T04:22:49.187829+0000 mgr.smithi087.fbbqjk (mgr.14180) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:50.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: audit 2023-11-15T04:22: 2023-11-15T04:22:50.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: 49.311676+0000 mgr.smithi087.fbbqjk (mgr.14180) 12 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi087:172.21.15.87=smithi087;smithi194:172.21.15.194=smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:22:50.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: cephadm 2023-11-15T04:22:49.313686+0000 mgr.smithi087.fbbqjk (mgr.14180) 13 : cephadm [INF] Saving service mon spec with placement smithi087:172.21.15.87=smithi087;smithi194:172.21.15.194=smithi194;count:2 2023-11-15T04:22:50.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: audit 2023-11-15T04:22:49.316381+0000 mon.smithi087 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:50.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: audit 2023-11-15T04:22:50.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: 2023-11-15T04:22:49.348665+0000 mon.smithi087 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:50.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: audit 2023-11-15T04:22:49.350891+0000 2023-11-15T04:22:50.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: mon.smithi087 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.nmwmop", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T04:22:50.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: audit 2023-11-15T04:22:49.355594 2023-11-15T04:22:50.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.nmwmop", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-15T04:22:50.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: audit 2023 2023-11-15T04:22:50.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: -11-15T04:22:49.356413+0000 mon.smithi087 (mon 2023-11-15T04:22:50.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: .0) 163 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T04:22:50.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: audit 2023-11-15T04:22:49.357343+0000 2023-11-15T04:22:50.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: mon.smithi087 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:22:50.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: cephadm 2023-11-15T04:22:49.358050+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:22:50.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:50 smithi087 conmon[84412]: .14180) 14 : cephadm [INF] Deploying daemon mgr.smithi194.nmwmop on smithi194 2023-11-15T04:22:52.421 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:22:52.422 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"3dcf7d7a-836e-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:20:45.883350Z","created":"2023-11-15T04:20:45.883350Z","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":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:22:52.423 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-11-15T04:22:52.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:52 smithi087 conmon[84412]: cluster 2023-11-15T04:22:51.188128+0000 mgr.smithi087.fbbqjk (mgr.14180) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:53.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:53 smithi087 conmon[84412]: audit 2023-11-15T04:22:52.332485+0000 mon.smithi087 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:53.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:53 smithi087 conmon[84412]: audit 2023-11-15T04:22:52.420472+0000 mon.smithi087 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.194:0/2584802113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:22:53.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:53 smithi087 conmon[84412]: audit 2023-11-15T04:22:53.121511+0000 mon.smithi087 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:22:53.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:53 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:22:53.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:53 smithi087 conmon[84412]: 04:22:53.123593+0000 mon.smithi087 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T04:22:53.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:53 smithi087 conmon[84412]: audit 2023-11-15T04:22:53.124392+0000 2023-11-15T04:22:53.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:53 smithi087 conmon[84412]: mon.smithi087 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T04:22:53.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:53 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:22:53.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:53 smithi087 conmon[84412]: 11-15T04:22:53.125169+0000 mon.smithi087 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:22:54.168 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:22:54.168 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:22:54.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:54 smithi087 conmon[84412]: cephadm 2023-11-15T04:22:53.125864+0000 mgr.smithi087.fbbqjk (mgr.14180) 16 : cephadm [INF] Deploying daemon mon.smithi194 on smithi194 2023-11-15T04:22:54.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:54 smithi087 conmon[84412]: cluster 2023-11-15T04:22:53.188517+0000 mgr.smithi087.fbbqjk (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:56.718 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:22:56.719 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"3dcf7d7a-836e-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:20:45.883350Z","created":"2023-11-15T04:20:45.883350Z","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":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T04:22:56.720 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-11-15T04:22:56.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:22:56 smithi087 conmon[84412]: cluster 2023-11-15T04:22:55.188817+0000 mgr.smithi087.fbbqjk (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:57.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 systemd[1]: Started Ceph mon.smithi194 for 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7. 2023-11-15T04:22:57.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.923+0000 7f98479cf700 0 mon.smithi194@-1(synchronizing).mds e1 new map 2023-11-15T04:22:57.156 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.923+0000 7f98479cf700 0 mon.smithi194@-1(synchronizing).mds e1 print_map 2023-11-15T04:22:57.157 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: e1 2023-11-15T04:22:57.157 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T04:22:57.157 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-15T04:22:57.157 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: legacy client fscid: -1 2023-11-15T04:22:57.157 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: 2023-11-15T04:22:57.158 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: No filesystems configured 2023-11-15T04:22:57.158 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: 2023-11-15T04:22:57.158 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.923+0000 7f98479cf700 1 mon.smithi194@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-15T04:22:57.158 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.924+0000 7f98479cf700 1 mon.smithi194@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-15T04:22:57.158 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.924+0000 7f98479cf700 1 mon.smithi194@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-15T04:22:57.159 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.924+0000 7f98479cf700 1 mon.smithi194@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-15T04:22:57.159 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.924+0000 7f98479cf700 1 mon.smithi194@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-15T04:22:57.159 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.924+0000 7f98479cf700 1 mon.smithi194@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-15T04:22:57.159 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.924+0000 7f98479cf700 1 mon.smithi194@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-15T04:22:57.159 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.924+0000 7f98479cf700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T04:22:57.160 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.924+0000 7f98479cf700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:22:57.160 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.924+0000 7f98479cf700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:22:57.160 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.924+0000 7f98479cf700 0 mon.smithi194@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T04:22:57.160 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: cluster 2023-11-15T04:22:57.160 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: 2023-11-15T04: 2023-11-15T04:22:57.161 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: 22:55.188817+0000 mgr.smithi087.fbbqjk 2023-11-15T04:22:57.161 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: (mgr.14180) 18 : cluster 2023-11-15T04:22:57.161 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:22:57.161 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:22:56 smithi194 conmon[88664]: debug 2023-11-15T04:22:56.924+0000 7f98479cf700 1 mon.smithi194@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-15T04:22:58.658 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T04:22:58.659 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T04:23:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:22:56.934296+0000 mon.smithi087 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-15T04:23:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:22:56.934515+0000 mon.smithi087 (mon.0) 174 : cluster [INF] mon.smithi087 calling monitor election 2023-11-15T04:23:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:22:56.947536+0000 mon.smithi087 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:22:57.189150+0000 mgr.smithi087.fbbqjk (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:02.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:22:57.930621+0000 mon.smithi087 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:22:58.645077+0000 mon.smithi087 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.194:0/4280339153' entity='mgr.smithi194.nmwmop' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.nmwmop/crt"}]: dispatch 2023-11-15T04:23:02.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:22:58.930389+0000 mon.smithi087 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:22:58.932442+0000 mon.smithi194 (mon.1) 1 : cluster [INF] mon.smithi194 calling monitor election 2023-11-15T04:23:02.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:22:59.189457+0000 mgr.smithi087.fbbqjk (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:02.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:23:02.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: 22:59.930414+0000 mon.smithi087 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:23:00.930842+0000 mon.smithi087 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:23:01.189845+0000 mgr.smithi087.fbbqjk (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:02.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:23:01.930812+0000 mon.smithi087 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:23:01.961357+0000 mon.smithi087 (mon.0) 182 : cluster [INF] mon.smithi087 is new leader, mons smithi087,smithi194 in quorum (ranks 0,1) 2023-11-15T04:23:02.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:23:01.964211+0000 mon.smithi087 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],smithi194=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} 2023-11-15T04:23:02.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:23:01.975975+0000 mon.smithi087 (mon.0) 184 : cluster [DBG] fsmap 2023-11-15T04:23:02.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:23:01.976019+0000 mon.smithi087 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T04:23:02.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:23:01.976238+0000 mon.smithi087 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi087.fbbqjk(active, since 34s) 2023-11-15T04:23:02.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:23:01.977367+0000 mon.smithi087 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi194.nmwmop started 2023-11-15T04:23:02.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:23:01.978609+0000 mon.smithi087 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.194:0/4280339153' entity='mgr.smithi194.nmwmop' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T04:23:02.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: cluster 2023-11-15T04:23:01.980376+0000 mon.smithi087 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2023-11-15T04:23:02.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:23:01.980880+0000 mon.smithi087 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.194:0/4280339153' entity='mgr.smithi194.nmwmop' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.nmwmop/key"}]: dispatch 2023-11-15T04:23:02.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:23:01.982736+0000 mon.smithi087 (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:02.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:23:01.983304+0000 mon.smithi087 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.194:0/4280339153' entity='mgr.smithi194.nmwmop' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T04:23:02.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:02 smithi194 conmon[88664]: audit 2023-11-15T04:23:01.985774+0000 mon.smithi087 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:02.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023-11-15T04:22:56.934296+0000 mon.smithi087 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2023-11-15T04:23:02.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023-11-15T04:22:56.934515+0000 mon.smithi087 (mon.0) 174 : cluster [INF] mon.smithi087 calling monitor election 2023-11-15T04:23:02.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023-11-15T04:22:56.947536+0000 mon.smithi087 (mon 2023-11-15T04:23:02.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: .0) 175 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023-11-15T04:23:02.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 2023-11-15T04:22:57.189150+0000 mgr.smithi087.fbbqjk (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:02.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 2023-11-15T04:23:02.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:23:02.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 11-15T04:22:57.930621+0000 mon.smithi087 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 2023-11-15T04:23:02.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:23:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: -15T04:22:58.645077+0000 mon.smithi087 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.194:0/4280339153' entity='mgr.smithi194.nmwmop' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.nmwmop/crt"}]: dispatch 2023-11-15T04:23:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023-11-15T04 2023-11-15T04:23:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: :22:58.930389+0000 mon.smithi087 (mon.0) 178 : audit 2023-11-15T04:23:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023-11-15T04:23:02.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 2023-11-15T04:22:58.932442+0000 mon.smithi194 (mon.1) 1 : cluster [INF] mon.smithi194 calling monitor election 2023-11-15T04:23:02.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 2023-11-15T04:23:02.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023-11 2023-11-15T04:23:02.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: -15T04:22:59.189457+0000 mgr.smithi087.fbbqjk (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:02.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:23:02.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: -15T04:22:59.930414+0000 mon.smithi087 (mon.0) 179 : 2023-11-15T04:23:02.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023-11-15T04:23:02.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 2023-11-15T04:23:00.930842+0000 mon.smithi087 (mon.0) 180 : audit 2023-11-15T04:23:02.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023-11-15T04:23:02.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 2023-11-15T04:23:01.189845+0000 mgr.smithi087.fbbqjk (mgr.14180) 21 : cluster [DBG] 2023-11-15T04:23:02.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:02.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023-11-15T04:23:02.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 2023-11-15T04:23:01.930812+0000 mon.smithi087 (mon.0) 181 : audit [DBG] 2023-11-15T04:23:02.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:02.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023-11 2023-11-15T04:23:02.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: -15T04:23:01.961357+0000 mon.smithi087 (mon.0) 182 : cluster [INF] mon.smithi087 is new leader, mons smithi087,smithi194 in quorum (ranks 0,1) 2023-11-15T04:23:02.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023-11-15T04:23:02.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 2023-11-15T04:23:01.964211+0000 mon.smithi087 (mon.0) 183 : cluster 2023-11-15T04:23:02.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: [DBG] monmap e2: 2 mons at {smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0],smithi194=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} 2023-11-15T04:23:02.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023-11-15T04:23:02.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 2023-11-15T04:23:01.975975+0000 mon.smithi087 (mon.0) 184 2023-11-15T04:23:02.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: : cluster [DBG] fsmap 2023-11-15T04:23:02.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023-11-15T04:23:01. 2023-11-15T04:23:02.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 976019+0000 mon.smithi087 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T04:23:02.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023-11-15T04:23 2023-11-15T04:23:02.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: :01.976238+0000 mon.smithi087 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi087.fbbqjk(active, since 34s) 2023-11-15T04:23:02.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023-11-15T04: 2023-11-15T04:23:02.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 23:01.977367+0000 mon.smithi087 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi194.nmwmop started 2023-11-15T04:23:02.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023-11-15T04:23:01.978609+0000 mon.smithi087 (mon.0) 2023-11-15T04:23:02.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 188 : audit [DBG] from='mgr.? 172.21.15.194:0/4280339153' entity='mgr.smithi194.nmwmop' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T04:23:02.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: cluster 2023- 2023-11-15T04:23:02.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 11-15T04:23:01.980376+0000 mon.smithi087 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2023-11-15T04:23:02.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023-11-15T04:23 2023-11-15T04:23:02.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: :01.980880+0000 mon.smithi087 (mon.0) 190 : audit [DBG] 2023-11-15T04:23:02.386 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: from='mgr.? 172.21.15.194:0/4280339153' entity='mgr.smithi194.nmwmop' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi194.nmwmop/key"}]: dispatch 2023-11-15T04:23:02.386 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023 2023-11-15T04:23:02.386 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: -11-15T04:23:01.982736+0000 mon.smithi087 (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:02.386 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023-11-15T04:23: 2023-11-15T04:23:02.386 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 01.983304+0000 mon.smithi087 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.194:0/4280339153' entity='mgr.smithi194.nmwmop' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T04:23:02.387 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: audit 2023-11-15T04: 2023-11-15T04:23:02.387 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:02 smithi087 conmon[84412]: 23:01.985774+0000 mon.smithi087 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:03.286 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:03 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:01.984626+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:23:03.287 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:03 smithi194 conmon[88664]: 22 : cephadm [INF] Deploying daemon node-exporter.smithi194 on smithi194 2023-11-15T04:23:03.287 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:03 smithi194 conmon[88664]: cluster 2023-11-15T04:23:02.036062+0000 mon.smithi087 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi087.fbbqjk(active, since 34s), standbys: smithi194.nmwmop 2023-11-15T04:23:03.287 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:03 smithi194 conmon[88664]: audit 2023-11-15T04:23:02.036222+0000 mon.smithi087 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr metadata", "who": "smithi194.nmwmop", "id": "smithi194.nmwmop"}]: dispatch 2023-11-15T04:23:03.287 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:03 smithi194 conmon[88664]: audit 2023-11-15T04:23:02.930839+0000 mon.smithi087 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:03.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:03 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:01.984626+0000 mgr.smithi087.fbbqjk (mgr.14180) 22 : cephadm [INF] Deploying daemon node-exporter.smithi194 on smithi194 2023-11-15T04:23:03.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:03 smithi087 conmon[84412]: cluster 2023-11-15T04:23:02.036062+0000 mon.smithi087 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi087.fbbqjk(active, since 34s), standbys: smithi194.nmwmop 2023-11-15T04:23:03.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:03 smithi087 conmon[84412]: audit 2023-11-15T04 2023-11-15T04:23:03.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:03 smithi087 conmon[84412]: :23:02.036222+0000 mon.smithi087 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr metadata", "who": "smithi194.nmwmop", "id": "smithi194.nmwmop"}]: dispatch 2023-11-15T04:23:03.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:03 smithi087 conmon[84412]: audit 2023-11-15T04:23:03.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:03 smithi087 conmon[84412]: 2023-11-15T04:23:02.930839+0000 mon.smithi087 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mon metadata", "id": "smithi194"}]: dispatch 2023-11-15T04:23:03.545 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-11-15T04:23:03.545 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":2,"fsid":"3dcf7d7a-836e-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T04:22:56.931592Z","created":"2023-11-15T04:20:45.883350Z","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":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi194","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-15T04:23:03.547 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 2 2023-11-15T04:23:04.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:04 smithi194 conmon[88664]: cluster 2023-11-15T04:23:03.190213+0000 mgr.smithi087.fbbqjk (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:04.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:04 smithi194 conmon[88664]: audit 2023 2023-11-15T04:23:04.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:04 smithi194 conmon[88664]: -11-15T04:23:03.544145+0000 mon.smithi087 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.194:0/2288826364' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:23:04.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:04 smithi087 conmon[84412]: cluster 2023-11-15T04:23:03.190213+0000 mgr.smithi087.fbbqjk (mgr.14180) 23 : cluster 2023-11-15T04:23:04.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:04 smithi087 conmon[84412]: [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:04.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:04 smithi087 conmon[84412]: audit 2023-11-15T04:23:03.544145+0000 mon.smithi087 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.194:0/2288826364' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T04:23:04.523 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-15T04:23:04.524 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-15T04:23:06.335 INFO:teuthology.orchestra.run.smithi087.stdout:# minimal ceph.conf for 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:23:06.335 INFO:teuthology.orchestra.run.smithi087.stdout:[global] 2023-11-15T04:23:06.336 INFO:teuthology.orchestra.run.smithi087.stdout: fsid = 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 2023-11-15T04:23:06.336 INFO:teuthology.orchestra.run.smithi087.stdout: mon_host = [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2023-11-15T04:23:06.359 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:06 smithi087 conmon[84412]: cluster 2023-11-15T04:23:05.190503+0000 mgr.smithi087.fbbqjk (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:06.360 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:06 smithi087 conmon[84412]: audit 2023-11-15T04:23:05.978809+0000 mon.smithi087 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:06.360 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:06 smithi087 conmon[84412]: audit 2023-11-15T04:23:05.980170+0000 mon.smithi087 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:23:06.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:06 smithi194 conmon[88664]: cluster 2023-11-15T04:23:05.190503+0000 mgr.smithi087.fbbqjk 2023-11-15T04:23:06.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:06 smithi194 conmon[88664]: (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:06.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:06 smithi194 conmon[88664]: audit 2023-11-15T04:23: 2023-11-15T04:23:06.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:06 smithi194 conmon[88664]: 05.978809+0000 mon.smithi087 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:06.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:06 smithi194 conmon[88664]: audit 2023-11-15T04:23:06.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:06 smithi194 conmon[88664]: 2023-11-15T04:23:05.980170+0000 2023-11-15T04:23:06.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:06 smithi194 conmon[88664]: mon.smithi087 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:23:06.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:06 smithi194 conmon[88664]: 2023-11-15T04:23:06.954 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-15T04:23:06.954 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:23:06.955 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T04:23:06.993 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:23:06.994 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T04:23:07.058 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-11-15T04:23:07.059 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T04:23:07.103 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-11-15T04:23:07.104 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T04:23:07.168 INFO:tasks.cephadm:Deploying OSDs... 2023-11-15T04:23:07.168 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:23:07.169 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:23:07.185 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T04:23:07.185 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme1n1 2023-11-15T04:23:07.240 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme1n1 2023-11-15T04:23:07.240 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:23:07.240 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 244218 Links: 1 Device type: 103,1 2023-11-15T04:23:07.240 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:23:07.241 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T04:23:07.241 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-15 04:21:48.863488375 +0000 2023-11-15T04:23:07.241 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-15 04:21:48.792490006 +0000 2023-11-15T04:23:07.241 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-15 04:21:48.792490006 +0000 2023-11-15T04:23:07.241 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-15T04:23:07.242 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T04:23:07.305 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-15T04:23:07.306 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-15T04:23:07.306 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000345806 s, 1.5 MB/s 2023-11-15T04:23:07.307 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T04:23:07.363 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme2n1 2023-11-15T04:23:07.418 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme2n1 2023-11-15T04:23:07.418 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:23:07.418 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 246841 Links: 1 Device type: 103,2 2023-11-15T04:23:07.418 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:23:07.419 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T04:23:07.419 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-15 04:21:48.874488122 +0000 2023-11-15T04:23:07.419 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-15 04:21:48.794489960 +0000 2023-11-15T04:23:07.419 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-15 04:21:48.794489960 +0000 2023-11-15T04:23:07.419 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-15T04:23:07.420 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T04:23:07.481 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-15T04:23:07.481 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-15T04:23:07.481 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000269031 s, 1.9 MB/s 2023-11-15T04:23:07.482 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T04:23:07.539 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme3n1 2023-11-15T04:23:07.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:07 smithi194 conmon[88664]: audit 2023-11-15T04:23:06.335172+0000 mon.smithi087 2023-11-15T04:23:07.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:07 smithi194 conmon[88664]: (mon.0) 200 : audit [DBG] from='client.? 172.21.15.87:0/960322201' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:07.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:07 smithi194 conmon[88664]: audit 2023-11-15T04:23:06.990729+0000 mon.smithi087 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:07.595 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme3n1 2023-11-15T04:23:07.595 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:23:07.595 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 246911 Links: 1 Device type: 103,3 2023-11-15T04:23:07.596 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:23:07.596 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T04:23:07.596 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-15 04:21:48.884487892 +0000 2023-11-15T04:23:07.596 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-15 04:21:48.797489891 +0000 2023-11-15T04:23:07.596 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-15 04:21:48.797489891 +0000 2023-11-15T04:23:07.597 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-15T04:23:07.597 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T04:23:07.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:07 smithi087 conmon[84412]: audit 2023-11-15T04:23:06.335172+0000 2023-11-15T04:23:07.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:07 smithi087 conmon[84412]: mon.smithi087 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.87:0/960322201' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:07.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:07 smithi087 conmon[84412]: audit 2023-11-15T04:23:06.990729+0000 mon.smithi087 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:07.649 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-15T04:23:07.649 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-15T04:23:07.649 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000223973 s, 2.3 MB/s 2023-11-15T04:23:07.650 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T04:23:07.708 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme4n1 2023-11-15T04:23:07.764 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme4n1 2023-11-15T04:23:07.765 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:23:07.765 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 244726 Links: 1 Device type: 103,4 2023-11-15T04:23:07.765 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:23:07.766 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T04:23:07.766 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2023-11-15 04:21:48.894487663 +0000 2023-11-15T04:23:07.766 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2023-11-15 04:21:48.798489868 +0000 2023-11-15T04:23:07.766 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2023-11-15 04:21:48.798489868 +0000 2023-11-15T04:23:07.767 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2023-11-15T04:23:07.767 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T04:23:07.828 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2023-11-15T04:23:07.829 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2023-11-15T04:23:07.829 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.00024196 s, 2.1 MB/s 2023-11-15T04:23:07.830 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T04:23:07.887 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-11-15T04:23:07.887 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T04:23:07.904 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T04:23:07.904 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme1n1 2023-11-15T04:23:07.960 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme1n1 2023-11-15T04:23:07.960 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:23:07.960 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 245334 Links: 1 Device type: 103,1 2023-11-15T04:23:07.961 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:23:07.961 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T04:23:07.961 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-11-15 04:22:44.950139536 +0000 2023-11-15T04:23:07.961 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-11-15 04:22:44.891140737 +0000 2023-11-15T04:23:07.961 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-11-15 04:22:44.891140737 +0000 2023-11-15T04:23:07.962 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-11-15T04:23:07.962 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T04:23:08.027 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-11-15T04:23:08.027 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-11-15T04:23:08.027 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000266055 s, 1.9 MB/s 2023-11-15T04:23:08.028 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T04:23:08.084 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme2n1 2023-11-15T04:23:08.139 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme2n1 2023-11-15T04:23:08.140 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:23:08.140 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 242356 Links: 1 Device type: 103,2 2023-11-15T04:23:08.140 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:23:08.140 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T04:23:08.140 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-11-15 04:22:44.960139332 +0000 2023-11-15T04:23:08.141 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-11-15 04:22:44.894140676 +0000 2023-11-15T04:23:08.141 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-11-15 04:22:44.894140676 +0000 2023-11-15T04:23:08.141 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-11-15T04:23:08.142 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T04:23:08.202 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-11-15T04:23:08.203 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-11-15T04:23:08.203 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.00022864 s, 2.2 MB/s 2023-11-15T04:23:08.204 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T04:23:08.260 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme3n1 2023-11-15T04:23:08.315 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme3n1 2023-11-15T04:23:08.315 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:23:08.315 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 242463 Links: 1 Device type: 103,3 2023-11-15T04:23:08.316 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:23:08.316 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T04:23:08.316 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-11-15 04:22:44.970139128 +0000 2023-11-15T04:23:08.316 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-11-15 04:22:44.896140635 +0000 2023-11-15T04:23:08.317 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-11-15 04:22:44.896140635 +0000 2023-11-15T04:23:08.317 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-11-15T04:23:08.317 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T04:23:08.378 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-11-15T04:23:08.379 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-11-15T04:23:08.379 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.00024444 s, 2.1 MB/s 2023-11-15T04:23:08.380 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T04:23:08.436 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/nvme4n1 2023-11-15T04:23:08.492 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/nvme4n1 2023-11-15T04:23:08.492 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T04:23:08.492 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 6h/6d Inode: 242466 Links: 1 Device type: 103,4 2023-11-15T04:23:08.493 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T04:23:08.493 INFO:teuthology.orchestra.run.smithi194.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T04:23:08.493 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-11-15 04:22:44.980138925 +0000 2023-11-15T04:23:08.493 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-11-15 04:22:44.898140594 +0000 2023-11-15T04:23:08.493 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-11-15 04:22:44.898140594 +0000 2023-11-15T04:23:08.494 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-11-15T04:23:08.494 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T04:23:08.556 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-11-15T04:23:08.557 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-11-15T04:23:08.557 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000198491 s, 2.6 MB/s 2023-11-15T04:23:08.558 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T04:23:08.614 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-15T04:23:08.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: cluster 2023-11-15T04:23:07.190780+0000 mgr.smithi087.fbbqjk (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:08.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: audit 2023-11-15T04:23:07.417453+0000 mon.smithi087 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:08.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: audit 2023-11-15T04:23:07.418197+0000 mon.smithi087 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:08.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: audit 2023-11-15T04:23:07.418848+0000 mon.smithi087 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:23:08.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:07.419695+0000 mgr.smithi087.fbbqjk (mgr.14180) 26 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2023-11-15T04:23:08.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:07.419945+0000 mgr.smithi087.fbbqjk (mgr.14180) 27 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2023-11-15T04:23:08.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: audit 2023-11-15T04:23:07.440153+0000 mon.smithi087 (mon 2023-11-15T04:23:08.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: .0) 205 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:08.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: audit 2023-11-15T04:23:07.449007+0000 mon.smithi087 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:08.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: audit 2023-11-15T04:23:07.452011+0000 mon.smithi087 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:08.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:07.454578+0000 mgr.smithi087.fbbqjk (mgr.14180) 28 : cephadm [INF] Reconfiguring mon.smithi087 (unknown last config time)... 2023-11-15T04:23:08.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: audit 2023-11-15T04:23:07 2023-11-15T04:23:08.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: .454769+0000 mon.smithi087 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T04:23:08.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:23:08.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: 04:23:07.455273+0000 mon.smithi087 2023-11-15T04:23:08.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T04:23:08.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: 2023-11-15T04:23:08.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:23:08.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: T04:23:07.455779+0000 mon.smithi087 2023-11-15T04:23:08.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: (mon.0) 210 : audit [DBG] 2023-11-15T04:23:08.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:08.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: cephadm 2023-11- 2023-11-15T04:23:08.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: 15T04:23:07.456228+0000 2023-11-15T04:23:08.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 29 : cephadm [INF] 2023-11-15T04:23:08.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:08 smithi087 conmon[84412]: Reconfiguring daemon mon.smithi087 on smithi087 2023-11-15T04:23:08.676 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: cluster 2023-11-15T04:23:07.190780 2023-11-15T04:23:08.676 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:08.677 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: audit 2023-11-15T04:23:07.417453+0000 mon.smithi087 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:08.677 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: audit 2023-11-15T04:23:07.418197+0000 mon.smithi087 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:08.677 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: audit 2023-11-15T04:23:07.418848+0000 mon.smithi087 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:23:08.677 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:07.419695+0000 mgr.smithi087.fbbqjk (mgr.14180) 26 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2023-11-15T04:23:08.678 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:07.419945+0000 mgr.smithi087.fbbqjk (mgr.14180) 27 : cephadm [INF] Updating smithi194:/etc/ceph/ceph.conf 2023-11-15T04:23:08.678 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: audit 2023-11-15T04:23:07.440153+0000 mon.smithi087 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:08.678 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: audit 2023-11-15T04:23:07.449007+0000 mon.smithi087 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:08.678 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: audit 2023-11-15T04:23:07.452011+0000 mon.smithi087 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:08.678 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:07.454578+0000 mgr.smithi087.fbbqjk (mgr.14180) 28 : cephadm [INF] Reconfiguring mon.smithi087 (unknown last config time)... 2023-11-15T04:23:08.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: audit 2023-11-15T04:23:08.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: 2023-11-15T04:23:07.454769+0000 mon.smithi087 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T04:23:08.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: audit 2023-11-15T04:23:07.455273+0000 mon.smithi087 (mon.0 2023-11-15T04:23:08.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: ) 209 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T04:23:08.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:23:08.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: T04:23:07.455779+0000 mon.smithi087 (mon.0 2023-11-15T04:23:08.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: ) 210 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:08.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:08.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: 2023-11-15T04:23:07.456228 2023-11-15T04:23:08.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 29 : cephadm [INF] 2023-11-15T04:23:08.682 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:08 smithi194 conmon[88664]: Reconfiguring daemon mon.smithi087 on smithi087 2023-11-15T04:23:09.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:09 smithi087 conmon[84412]: audit 2023-11-15T04:23:08.754173+0000 mon.smithi087 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:09.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:09 smithi087 conmon[84412]: cephadm 2023-11-15T04 2023-11-15T04:23:09.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:09 smithi087 conmon[84412]: :23:08.754723+0000 mgr.smithi087.fbbqjk (mgr.14180) 30 : cephadm [INF] Reconfiguring mgr.smithi087.fbbqjk (unknown last config time)... 2023-11-15T04:23:09.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:09 smithi087 conmon[84412]: audit 2023-11-15T04:23:08.755019+0000 mon.smithi087 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.fbbqjk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T04:23:09.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:09 smithi087 conmon[84412]: audit 2023-11-15T04:23:08.755726+0000 mon.smithi087 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T04:23:09.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:09 smithi087 conmon[84412]: audit 2023-11-15T04:23:08.756225+0000 mon.smithi087 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:09.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:09 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:08.756685+0000 mgr.smithi087.fbbqjk (mgr.14180) 31 : cephadm [INF] Reconfiguring daemon mgr.smithi087.fbbqjk on smithi087 2023-11-15T04:23:10.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:09 smithi194 conmon[88664]: audit 2023-11-15T04:23:08.754173+0000 mon.smithi087 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:10.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:09 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:08.754723+0000 mgr.smithi087.fbbqjk (mgr.14180) 30 : cephadm [INF] Reconfiguring mgr.smithi087.fbbqjk (unknown last config time)... 2023-11-15T04:23:10.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:09 smithi194 conmon[88664]: audit 2023-11-15T04:23:08.755019+0000 mon.smithi087 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.fbbqjk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T04:23:10.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:09 smithi194 conmon[88664]: audit 2023-11-15T04:23:08.755726+0000 mon.smithi087 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T04:23:10.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:09 smithi194 conmon[88664]: audit 2023-11-15T04:23:08.756225+0000 mon.smithi087 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:10.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:09 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:08.756685+0000 mgr.smithi087.fbbqjk (mgr.14180) 31 : cephadm [INF] Reconfiguring daemon mgr.smithi087.fbbqjk on smithi087 2023-11-15T04:23:10.751 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled osd.all-available-devices update... 2023-11-15T04:23:11.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:10 smithi194 conmon[88664]: cluster 2023-11-15T04:23:09.191028+0000 mgr.smithi087.fbbqjk (mgr.14180) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:10 smithi194 conmon[88664]: audit 2023-11-15T04:23:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:10 smithi194 conmon[88664]: 2023-11-15T04:23:09.972936+0000 mon.smithi087 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:10 smithi194 conmon[88664]: audit 2023-11-15T04:23:10.751236+0000 mon.smithi087 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:11.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:10 smithi087 conmon[84412]: cluster 2023-11-15T04:23:09.191028+0000 mgr.smithi087.fbbqjk (mgr.14180) 32 : 2023-11-15T04:23:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:10 smithi087 conmon[84412]: cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:10 smithi087 conmon[84412]: audit 2023-11-15T04:23:09.972936+0000 mon.smithi087 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:10 smithi087 conmon[84412]: audit 2023-11-15T04:23:10.751236+0000 mon.smithi087 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:11.352 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-15T04:23:11.353 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:11 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:09.973553+0000 mgr.smithi087.fbbqjk (mgr.14180) 33 : cephadm [INF] Reconfiguring alertmanager.smithi087 (dependencies changed)... 2023-11-15T04:23:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:11 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:09.979932+0000 mgr.smithi087.fbbqjk (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon alertmanager.smithi087 on smithi087 2023-11-15T04:23:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:11 smithi194 conmon[88664]: audit 2023-11-15T04:23:10.746303+0000 mgr.smithi087.fbbqjk (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:23:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:11 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:10.747693+0000 mgr.smithi087.fbbqjk (mgr.14180) 36 : cephadm [INF] Marking host: smithi087 for OSDSpec preview refresh. 2023-11-15T04:23:12.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:11 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:10.747748+0000 mgr.smithi087.fbbqjk (mgr.14180) 37 : cephadm [INF] Marking host: smithi194 for OSDSpec preview refresh. 2023-11-15T04:23:12.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:11 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:10.748002 2023-11-15T04:23:12.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:11 smithi194 conmon[88664]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T04:23:12.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:11 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:09.973553+0000 mgr.smithi087.fbbqjk (mgr.14180) 33 : cephadm [INF] Reconfiguring alertmanager.smithi087 (dependencies changed)... 2023-11-15T04:23:12.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:11 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:09.979932+0000 mgr.smithi087.fbbqjk (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon alertmanager.smithi087 on smithi087 2023-11-15T04:23:12.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:11 smithi087 conmon[84412]: audit 2023-11-15T04:23:10.746303+0000 mgr.smithi087.fbbqjk (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:23:12.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:11 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:10.747693+0000 mgr.smithi087.fbbqjk (mgr.14180) 36 : cephadm [INF] Marking host: smithi087 for OSDSpec preview refresh. 2023-11-15T04:23:12.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:11 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:10.747748+0000 mgr.smithi087.fbbqjk (mgr.14180) 37 : cephadm [INF] Marking host: smithi194 for OSDSpec preview refresh. 2023-11-15T04:23:12.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:11 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:10.748002+0000 mgr.smithi087.fbbqjk (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T04:23:12.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:12 smithi087 conmon[84412]: cluster 2023-11-15T04:23:11.191406+0000 mgr.smithi087.fbbqjk (mgr.14180) 39 : 2023-11-15T04:23:12.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:12 smithi087 conmon[84412]: cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:13.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:12 smithi194 conmon[88664]: cluster 2023-11-15T04:23:11.191406+0000 mgr.smithi087.fbbqjk (mgr.14180) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:13.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:12 smithi194 conmon[88664]: 2023-11-15T04:23:14.320 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:15.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:14 smithi194 conmon[88664]: cluster 2023-11-15T04:23:13.191660+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:23:15.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:14 smithi194 conmon[88664]: ) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:15.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:14 smithi194 conmon[88664]: audit 2023-11-15T04:23:14.319406+0000 mon.smithi087 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.87:0/2577252870' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:15.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:14 smithi194 conmon[88664]: audit 2023-11-15T04:23:14.725076+0000 mon.smithi087 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:15.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:14 smithi194 conmon[88664]: audit 2023-11-15T04:23:14 2023-11-15T04:23:15.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:14 smithi194 conmon[88664]: .725841+0000 mon.smithi087 (mon.0) 219 : audit [INF] 2023-11-15T04:23:15.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:14 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:23:15.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:14 smithi194 conmon[88664]: audit 2023-11-15T04:23:14.726519 2023-11-15T04:23:15.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:14 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:15.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:14 smithi194 conmon[88664]: 2023-11-15T04:23:15.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:14 smithi087 conmon[84412]: cluster 2023-11-15T04:23:13.191660+0000 mgr.smithi087.fbbqjk (mgr.14180) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:14 smithi087 conmon[84412]: 2023-11-15T04:23:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:14 smithi087 conmon[84412]: audit 2023-11-15T04:23:14.319406+0000 mon.smithi087 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.87:0/2577252870' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:14 smithi087 conmon[84412]: audit 2023-11-15T04:23:14.725076+0000 mon.smithi087 2023-11-15T04:23:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:14 smithi087 conmon[84412]: (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:15.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:14 smithi087 conmon[84412]: audit 2023-11-15T04:23:14.725841+0000 mon.smithi087 ( 2023-11-15T04:23:15.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:14 smithi087 conmon[84412]: mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:23:15.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:14 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:23:15.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:14 smithi087 conmon[84412]: T04:23:14.726519+0000 mon.smithi087 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:15.393 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:23:16.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:15 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:14.725618+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:23:16.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:15 smithi194 conmon[88664]: ) 41 : cephadm [INF] Reconfiguring crash.smithi087 (monmap changed)... 2023-11-15T04:23:16.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:15 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:14.727009+0000 mgr.smithi087.fbbqjk (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon crash.smithi087 on smithi087 2023-11-15T04:23:16.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:15 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:14.725618+0000 mgr.smithi087.fbbqjk (mgr.14180) 41 : cephadm [INF] Reconfiguring crash.smithi087 (monmap changed)... 2023-11-15T04:23:16.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:15 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:14.727009+0000 mgr.smithi087.fbbqjk (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon crash.smithi087 on smithi087 2023-11-15T04:23:16.394 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:16.940 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:16 smithi087 conmon[84412]: cluster 2023-11-15T04:23:15.191967+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:23:16.940 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:16 smithi087 conmon[84412]: mgr.14180) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:16.940 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:16 smithi087 conmon[84412]: audit 2023-11-15T04:23:16.367846+0000 mon.smithi087 (mon.0 2023-11-15T04:23:16.940 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:16 smithi087 conmon[84412]: ) 221 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:17.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:16 smithi194 conmon[88664]: cluster 2023-11-15T04:23:15.191967+0000 mgr.smithi087.fbbqjk (mgr.14180) 43 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:17.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:16 smithi194 conmon[88664]: audit 2023-11-15T04:23:16.367846+0000 mon.smithi087 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:18.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:17 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:16.368411+0000 mgr.smithi087.fbbqjk 2023-11-15T04:23:18.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:17 smithi194 conmon[88664]: (mgr.14180) 44 : cephadm [INF] Reconfiguring grafana.smithi087 (dependencies changed)... 2023-11-15T04:23:18.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:17 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:16.399055+0000 mgr.smithi087.fbbqjk (mgr.14180) 45 2023-11-15T04:23:18.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:17 smithi194 conmon[88664]: : cephadm [INF] Reconfiguring daemon grafana.smithi087 on smithi087 2023-11-15T04:23:18.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:17 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:16.368411+0000 mgr.smithi087.fbbqjk (mgr.14180) 44 : cephadm [INF] Reconfiguring grafana.smithi087 (dependencies changed)... 2023-11-15T04:23:18.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:17 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:16.399055+0000 mgr.smithi087.fbbqjk (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon grafana.smithi087 on smithi087 2023-11-15T04:23:18.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:18 smithi087 conmon[84412]: cluster 2023-11-15T04:23:17.192314+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:23:18.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:18 smithi087 conmon[84412]: 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:19.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:18 smithi194 conmon[88664]: cluster 2023-11-15T04:23:17.192314+0000 2023-11-15T04:23:19.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:18 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:19.208 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:20.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:19 smithi194 conmon[88664]: audit 2023-11-15T04:23:19.208338+0000 mon.smithi087 2023-11-15T04:23:20.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:19 smithi194 conmon[88664]: (mon.0) 222 : audit [DBG] from='client.? 172.21.15.87:0/335986265' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:20.065 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:19 smithi087 conmon[84412]: audit 2023-11-15T04:23:19.208338+0000 mon.smithi087 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.87:0/335986265' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:20.220 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:23:21.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:20 smithi194 conmon[88664]: cluster 2023-11-15T04:23:19.192616+0000 mgr.smithi087.fbbqjk (mgr.14180) 47 : cluster [DBG] 2023-11-15T04:23:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:20 smithi194 conmon[88664]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:21.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:20 smithi087 conmon[84412]: cluster 2023-11-15T04:23:19.192616+0000 mgr.smithi087.fbbqjk (mgr.14180) 47 2023-11-15T04:23:21.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:20 smithi087 conmon[84412]: : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:21.222 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:23.003 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:22 smithi087 conmon[84412]: cluster 2023-11-15T04:23:21.192856+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:23:23.004 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:22 smithi087 conmon[84412]: 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:23.004 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:22 smithi087 conmon[84412]: audit 2023-11-15T04:23:21.922457+0000 mon.smithi087 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:23.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:22 smithi194 conmon[88664]: cluster 2023-11-15T04:23:21.192856+0000 mgr.smithi087.fbbqjk (mgr.14180) 48 : cluster [DBG] 2023-11-15T04:23:23.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:22 smithi194 conmon[88664]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:23.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:22 smithi194 conmon[88664]: audit 2023-11-15T04:23:21.922457+0000 mon.smithi087 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:23.975 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:24.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:23 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:21.923307+0000 2023-11-15T04:23:24.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:23 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 49 : cephadm [INF] Reconfiguring prometheus.smithi087 (dependencies changed)... 2023-11-15T04:23:24.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:23 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:21.926818+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:23:24.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:23 smithi194 conmon[88664]: 14180) 50 : cephadm [INF] Reconfiguring daemon prometheus.smithi087 on smithi087 2023-11-15T04:23:24.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:23 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:21.923307+0000 mgr.smithi087.fbbqjk (mgr.14180) 49 : 2023-11-15T04:23:24.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:23 smithi087 conmon[84412]: cephadm [INF] Reconfiguring prometheus.smithi087 (dependencies changed)... 2023-11-15T04:23:24.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:23 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:21.926818+0000 mgr.smithi087.fbbqjk (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon prometheus.smithi087 on smithi087 2023-11-15T04:23:24.543 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:23:25.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:24 smithi194 conmon[88664]: cluster 2023-11-15T04:23:23.193187 2023-11-15T04:23:25.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:24 smithi194 conmon[88664]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 51 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:25.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:24 smithi194 conmon[88664]: audit 2023-11-15T04:23: 2023-11-15T04:23:25.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:24 smithi194 conmon[88664]: 23.975717+0000 mon.smithi087 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.87:0/2392035654' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:25.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:24 smithi087 conmon[84412]: cluster 2023-11-15T04:23:23.193187+0000 mgr.smithi087.fbbqjk (mgr.14180) 51 2023-11-15T04:23:25.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:24 smithi087 conmon[84412]: : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:25.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:24 smithi087 conmon[84412]: audit 2023-11-15T04:23:23.975717+0000 mon.smithi087 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.87:0/2392035654' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:25.545 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:27.021 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:26 smithi087 conmon[84412]: cluster 2023-11-15T04:23:25.193532+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:23:27.021 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:26 smithi087 conmon[84412]: mgr.14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:27.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:26 smithi194 conmon[88664]: cluster 2023-11-15T04:23:25.193532+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:23:27.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:26 smithi194 conmon[88664]: mgr.14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:27.706 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:28.370 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:23:28.803 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:28 smithi194 conmon[88664]: cluster 2023-11-15T04:23:27.193803+0000 mgr.smithi087.fbbqjk (mgr.14180) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:28.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:28 smithi194 conmon[88664]: audit 2023-11-15T04:23:27.623945+0000 mon.smithi087 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:28.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:28 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:27.624511+0000 mgr.smithi087.fbbqjk (mgr.14180) 54 : cephadm [INF] Reconfiguring crash.smithi194 (monmap changed)... 2023-11-15T04:23:28.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:28 smithi194 conmon[88664]: audit 2023-11-15T04:23:27.624800+0000 mon.smithi087 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:23:28.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:28 smithi194 conmon[88664]: audit 2023-11-15T04:23:27.625459+0000 mon.smithi087 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:28.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:28 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:27.625972+0000 mgr.smithi087.fbbqjk (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon crash.smithi194 on smithi194 2023-11-15T04:23:28.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:28 smithi194 conmon[88664]: audit 2023-11-15T04:23:27.706645+0000 mon.smithi087 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.87:0/1841147139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:28.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:28 smithi087 conmon[84412]: cluster 2023-11-15T04:23:27.193803+0000 mgr.smithi087.fbbqjk (mgr.14180) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:28.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:28 smithi087 conmon[84412]: audit 2023-11-15T04:23:27.623945+0000 mon.smithi087 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:28.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:28 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:27.624511+0000 mgr.smithi087.fbbqjk (mgr.14180) 54 : cephadm [INF] Reconfiguring crash.smithi194 (monmap changed)... 2023-11-15T04:23:28.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:28 smithi087 conmon[84412]: audit 2023-11-15T04:23:27.624800+0000 mon.smithi087 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi194", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T04:23:28.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:28 smithi087 conmon[84412]: audit 2023-11-15T04:23:27.625459+0000 mon.smithi087 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:28.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:28 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:27.625972+0000 mgr.smithi087.fbbqjk (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon crash.smithi194 on smithi194 2023-11-15T04:23:28.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:28 smithi087 conmon[84412]: audit 2023-11-15T04:23:27.706645+0000 mon.smithi087 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.87:0/1841147139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:29.371 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:30.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:29 smithi194 conmon[88664]: audit 2023-11-15T04:23:28.886658+0000 mon.smithi087 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:30.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:29 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:28.887200+0000 mgr.smithi087.fbbqjk (mgr.14180) 56 : cephadm [INF] Reconfiguring mgr.smithi194.nmwmop (monmap changed)... 2023-11-15T04:23:30.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:29 smithi194 conmon[88664]: audit 2023-11-15T04:23:28.887495+0000 mon.smithi087 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.nmwmop", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T04:23:30.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:29 smithi194 conmon[88664]: audit 2023-11-15T04:23:28.888215+0000 mon.smithi087 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T04:23:30.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:29 smithi194 conmon[88664]: audit 2023-11-15T04:23:28.888743+0000 mon.smithi087 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:30.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:29 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:28.889249+0000 mgr.smithi087.fbbqjk (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon mgr.smithi194.nmwmop on smithi194 2023-11-15T04:23:30.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:29 smithi194 conmon[88664]: cluster 2023-11-15T04:23:29.194065+0000 mgr.smithi087.fbbqjk (mgr.14180) 58 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:29 smithi087 conmon[84412]: audit 2023-11-15T04:23:28.886658+0000 mon.smithi087 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:29 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:28.887200+0000 mgr.smithi087.fbbqjk (mgr.14180) 56 : cephadm [INF] Reconfiguring mgr.smithi194.nmwmop (monmap changed)... 2023-11-15T04:23:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:29 smithi087 conmon[84412]: audit 2023-11-15T04:23:28.887495+0000 mon.smithi087 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi194.nmwmop", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T04:23:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:29 smithi087 conmon[84412]: audit 2023-11-15T04:23:28.888215+0000 mon.smithi087 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T04:23:30.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:29 smithi087 conmon[84412]: audit 2023-11-15T04:23:28.888743+0000 mon.smithi087 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:30.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:29 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:28.889249+0000 mgr.smithi087.fbbqjk (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon mgr.smithi194.nmwmop on smithi194 2023-11-15T04:23:30.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:29 smithi087 conmon[84412]: cluster 2023-11-15T04:23:29.194065+0000 mgr.smithi087.fbbqjk (mgr.14180) 58 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:31.221 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:31.234 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: audit 2023-11-15T04:23:30.122875+0000 mon.smithi087 (mon.0 2023-11-15T04:23:31.234 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: ) 233 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:31.234 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:30.123476+0000 mgr.smithi087.fbbqjk (mgr.14180) 59 : cephadm [INF] Reconfiguring mon.smithi194 (monmap changed)... 2023-11-15T04:23:31.235 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: audit 2023-11-15T04:23:30.123709+0000 mon.smithi087 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T04:23:31.235 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:23:31.235 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: 23:30.124294+0000 mon.smithi087 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T04:23:31.235 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: audit 2023 2023-11-15T04:23:31.235 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: -11-15T04:23:30. 2023-11-15T04:23:31.236 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: 124889+0000 mon.smithi087 (mon.0) 236 : audit 2023-11-15T04:23:31.236 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:31.236 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:31.236 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: 2023-11-15T04:23 2023-11-15T04:23:31.236 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: :30.125438+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:23:31.237 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:31 smithi194 conmon[88664]: ) 60 : cephadm [INF] Reconfiguring daemon mon.smithi194 on smithi194 2023-11-15T04:23:31.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:31 smithi087 conmon[84412]: audit 2023-11-15T04:23:30.122875+0000 mon.smithi087 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:31.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:31 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:30.123476+0000 mgr.smithi087.fbbqjk (mgr.14180) 59 : cephadm [INF] Reconfiguring mon.smithi194 (monmap changed)... 2023-11-15T04:23:31.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:31 smithi087 conmon[84412]: audit 2023-11-15T04:23:30.123709+0000 mon.smithi087 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T04:23:31.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:31 smithi087 conmon[84412]: audit 2023-11-15T04:23:30.124294+0000 mon.smithi087 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T04:23:31.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:31 smithi087 conmon[84412]: audit 2023-11-15T04:23:30.124889+0000 mon.smithi087 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:31.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:31 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:30.125438+0000 mgr.smithi087.fbbqjk (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mon.smithi194 on smithi194 2023-11-15T04:23:31.775 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:23:32.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: cluster 2023-11-15T04:23:31.194320+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:23:32.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:32.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04:23:31.221738+0000 mon.smithi087 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.87:0/1306371863' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:32.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:23:32.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: 04:23:31.270634+0000 mon.smithi087 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:32.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:23:32.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: 04:23:31.273644+0000 mon.smithi087 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T04:23:32.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04:23:31.273996+0000 2023-11-15T04:23:32.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T04:23:32.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04:23:31.274877+0000 mon.smithi087 (mon.0) 240 : audit [INF] 2023-11-15T04:23:32.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi087.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T04:23:32.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:23:32.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: T04:23:31.275307+0000 mgr.smithi087.fbbqjk (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi087.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T04:23:32.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04:23:31.279004+0000 2023-11-15T04:23:32.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: mon.smithi087 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:32.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04:23:31. 2023-11-15T04:23:32.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: 284086+0000 mon.smithi087 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T04:23:32.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04:23: 2023-11-15T04:23:32.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: 31.284557+0000 mgr.smithi087.fbbqjk (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T04:23:32.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:23:32.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: 23:31.287851+0000 mon.smithi087 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T04:23:32.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: 2023-11-15T04:23:32.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:23:32.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: T04:23:31.288276+0000 mgr.smithi087.fbbqjk (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T04:23:32.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04:23: 2023-11-15T04:23:32.560 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: 31.293018+0000 mon.smithi087 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:32.560 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04:23:31.298969 2023-11-15T04:23:32.560 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T04:23:32.560 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04:23:31 2023-11-15T04:23:32.560 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: .299387+0000 mgr.smithi087.fbbqjk (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T04:23:32.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04:23 2023-11-15T04:23:32.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: :31.301350+0000 mon.smithi087 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi087.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T04:23:32.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:23:32.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: T04:23:31.301706+0000 mgr.smithi087.fbbqjk (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi087.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T04:23:32.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: 2023-11-15T04:23:32.562 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04:23:31 2023-11-15T04:23:32.562 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: .306703+0000 mon.smithi087 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:32.562 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:23:32.562 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:32 smithi194 conmon[88664]: 23:31.310037+0000 mon.smithi087 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:23:32.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: cluster 2023-11-15T04:23:31.194320+0000 mgr.smithi087.fbbqjk (mgr.14180) 61 2023-11-15T04:23:32.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:32.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15T04:23:31.221738+0000 mon.smithi087 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.87:0/1306371863' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:32.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15T04:23:31.270634+0000 mon.smithi087 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:32.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15T04:23:31.273644+0000 mon.smithi087 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T04:23:32.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15T04:23:31.273996+0000 mgr.smithi087.fbbqjk (mgr.14180) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T04:23:32.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15T04:23:31. 2023-11-15T04:23:32.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 274877+0000 mon.smithi087 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi087.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T04:23:32.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15T04:23:31.275307+0000 mgr.smithi087.fbbqjk (mgr.14180) 63 2023-11-15T04:23:32.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi087.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T04:23:32.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11- 2023-11-15T04:23:32.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 15T04:23:31.279004+0000 2023-11-15T04:23:32.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: mon.smithi087 (mon.0) 241 : audit 2023-11-15T04:23:32.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:32.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:23:32.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: T04:23:31.284086+0000 2023-11-15T04:23:32.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: mon.smithi087 (mon.0) 242 : 2023-11-15T04:23:32.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T04:23:32.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:23:32.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 11-15T04:23:31 2023-11-15T04:23:32.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: .284557+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:23:32.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T04:23:32.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 2023-11-15T04:23:32.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11- 2023-11-15T04:23:32.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 15T04:23:31.287851+0000 mon.smithi087 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T04:23:32.630 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:23:32.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: T04:23:31.288276+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:23:32.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: .14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi087.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T04:23:32.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:23:32.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 04:23:31.293018+0000 mon.smithi087 (mon 2023-11-15T04:23:32.631 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: .0) 244 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:32.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15T04 2023-11-15T04:23:32.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: :23:31.298969+0000 mon.smithi087 (mon.0) 2023-11-15T04:23:32.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 245 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T04:23:32.632 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15T04:23: 2023-11-15T04:23:32.633 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 31.299387+0000 mgr.smithi087.fbbqjk (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T04:23:32.633 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 2023-11-15T04:23:32.633 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:23:32.633 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: -15T04:23:31.301350+0000 mon.smithi087 (mon.0) 246 2023-11-15T04:23:32.634 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi087.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T04:23:32.634 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15T04:23:31. 2023-11-15T04:23:32.634 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 301706+0000 mgr.smithi087.fbbqjk (mgr.14180) 67 : audit 2023-11-15T04:23:32.634 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi087.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T04:23:32.634 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11-15T04:23:32.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: 2023-11-15T04:23:31.306703+0000 mon.smithi087 (mon.0 2023-11-15T04:23:32.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: ) 247 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:32.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:23:32.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: -15T04:23:31.310037+0000 mon.smithi087 (mon.0 2023-11-15T04:23:32.635 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:32 smithi087 conmon[84412]: ) 248 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:23:32.776 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:33 smithi087 conmon[84412]: audit 2023-11-15T04:23:32.811693+0000 mon.smithi087 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:33 smithi087 conmon[84412]: audit 2023-11-15T04:23:32.816392+0000 mon.smithi087 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:33 smithi087 conmon[84412]: cluster 2023-11-15T04:23:33.194504+0000 mgr.smithi087.fbbqjk (mgr.14180) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:34.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:33 smithi194 conmon[88664]: audit 2023-11-15T04:23:32.811693+0000 mon.smithi087 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:34.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:33 smithi194 conmon[88664]: audit 2023-11-15T04:23:32.816392+0000 mon.smithi087 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:34.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:33 smithi194 conmon[88664]: cluster 2023-11-15T04:23:33.194504+0000 mgr.smithi087.fbbqjk (mgr.14180) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:34.975 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:35.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:35 smithi194 conmon[88664]: audit 2023-11-15T04:23:34.974920+0000 mon.smithi087 (mon.0) 251 : audit 2023-11-15T04:23:35.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:35 smithi194 conmon[88664]: [DBG] from='client.? 172.21.15.87:0/3785902650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:35.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:35 smithi087 conmon[84412]: audit 2023-11-15T04:23:34.974920+0000 mon.smithi087 (mon.0 2023-11-15T04:23:35.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:35 smithi087 conmon[84412]: ) 251 : audit [DBG] from='client.? 172.21.15.87:0/3785902650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:35.850 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-15T04:23:36.851 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:36.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: cluster 2023-11-15T04:23:35.194687 2023-11-15T04:23:36.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:36.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit 2023-11-15T04:23:35.691356+0000 mon.smithi087 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:36.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit 2023-11-15T04:23:36.016282+0000 mon.smithi087 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:36.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit 2023-11-15T04:23:36.017082+0000 mon.smithi087 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:36.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit 2023-11-15T04:23:36.017691+0000 mon.smithi087 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:23:36.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit 2023-11-15T04:23:36.023748+0000 mon.smithi087 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:36.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit 2023-11-15T04:23 2023-11-15T04:23:36.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: :36.027126+0000 mon.smithi087 (mon.0) 257 : 2023-11-15T04:23:36.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:23:36.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit 2023-11-15T04:23 2023-11-15T04:23:36.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: :36.031029+0000 mon.smithi087 (mon.0) 258 : 2023-11-15T04:23:36.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:23:36.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit 2023-11-15T04:23 2023-11-15T04:23:36.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: :36.031195+0000 mon.smithi087 (mon.0) 259 : 2023-11-15T04:23:36.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:23:36.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit 2023-11-15T04:23 2023-11-15T04:23:36.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: :36.031734+0000 mon.smithi087 (mon.0) 260 : 2023-11-15T04:23:36.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:36.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: audit 2023-11-15T04:23 2023-11-15T04:23:36.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: :36.031936+0000 mon.smithi087 (mon.0) 261 2023-11-15T04:23:36.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:36 smithi087 conmon[84412]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:36.923 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: cluster 2023-11-15T04:23:35.194687+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:23:36.924 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:36.924 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: audit 2023-11-15T04:23:35.691356+0000 mon.smithi087 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:36.924 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: audit 2023-11-15T04:23:36.016282+0000 mon.smithi087 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:36.924 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: audit 2023-11-15T04:23:36.017082+0000 mon.smithi087 2023-11-15T04:23:36.924 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:36.925 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: audit 2023-11-15T04:23:36.017691+0000 mon.smithi087 (mon 2023-11-15T04:23:36.925 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: .0) 255 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:23:36.925 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: audit 2023-11-15T04:23:36.023748+0000 mon.smithi087 2023-11-15T04:23:36.925 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:23:36.925 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: audit 2023-11-15T04:23:36.027126+0000 mon.smithi087 ( 2023-11-15T04:23:36.926 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:23:36.926 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: audit 2023-11-15T04:23:36.031029+0000 mon.smithi087 (mon.0 2023-11-15T04:23:36.926 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: ) 258 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:23:36.926 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: audit 2023-11-15T04:23:36.031195+0000 mon.smithi087 (mon. 2023-11-15T04:23:36.926 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: 0) 259 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:23:36.927 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: audit 2023-11-15T04:23:36.031734+0000 mon.smithi087 (mon 2023-11-15T04:23:36.927 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: .0) 260 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:36.927 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: audit 2023-11-15T04:23:36 2023-11-15T04:23:36.927 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: .031936+0000 mon.smithi087 (mon.0 2023-11-15T04:23:36.927 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:36 smithi194 conmon[88664]: ) 261 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:39.011 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:38 smithi087 conmon[84412]: cluster 2023-11-15T04:23:37.194972+0000 mgr.smithi087.fbbqjk (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:39.011 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:38 smithi087 conmon[84412]: audit 2023-11-15T04:23:38.596291+0000 mon.smithi194 (mon.1) 2 : audit [INF] from='client.? 172.21.15.194:0/1975852179' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41209d9f-60e6-4861-b36f-707cc48f21c2"}]: dispatch 2023-11-15T04:23:39.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:38 smithi087 conmon[84412]: audit 2023-11-15T04:23:38.596765+0000 mon.smithi087 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41209d9f-60e6-4861-b36f-707cc48f21c2"}]: dispatch 2023-11-15T04:23:39.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:38 smithi087 conmon[84412]: audit 2023-11-15T04:23:38.605008+0000 mon.smithi087 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41209d9f-60e6-4861-b36f-707cc48f21c2"}]': finished 2023-11-15T04:23:39.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:38 smithi087 conmon[84412]: cluster 2023-11-15T04:23:38.605078+0000 mon.smithi087 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T04:23:39.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:38 smithi087 conmon[84412]: audit 2023-11-15T04:23:38.605175+0000 mon.smithi087 (mon.0) 265 : audit 2023-11-15T04:23:39.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:38 smithi087 conmon[84412]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:39.030 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:39.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:38 smithi194 conmon[88664]: cluster 2023-11-15T04:23:37.194972+0000 mgr.smithi087.fbbqjk (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:39.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:38 smithi194 conmon[88664]: audit 2023-11-15T04:23:38.596291+0000 mon.smithi194 (mon.1) 2 : audit [INF] from='client.? 172.21.15.194:0/1975852179' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41209d9f-60e6-4861-b36f-707cc48f21c2"}]: dispatch 2023-11-15T04:23:39.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:38 smithi194 conmon[88664]: audit 2023-11-15T04:23:38.596765+0000 mon.smithi087 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41209d9f-60e6-4861-b36f-707cc48f21c2"}]: dispatch 2023-11-15T04:23:39.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:38 smithi194 conmon[88664]: audit 2023-11-15T04:23:38.605008+0000 mon.smithi087 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41209d9f-60e6-4861-b36f-707cc48f21c2"}]': finished 2023-11-15T04:23:39.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:38 smithi194 conmon[88664]: cluster 2023-11-15T04:23:38.605078+0000 mon.smithi087 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T04:23:39.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:38 smithi194 conmon[88664]: audit 2023-11-15T04:23:38.605175+0000 mon.smithi087 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:39.814 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1700022218,"num_remapped_pgs":0} 2023-11-15T04:23:40.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:39 smithi194 conmon[88664]: audit 2023-11-15T04:23:38.889659+0000 mon.smithi087 (mon.0) 266 : 2023-11-15T04:23:40.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:39 smithi194 conmon[88664]: audit [INF] from='client.? 172.21.15.87:0/722870553' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ff90a2b-4486-4f74-91c2-e73f463e39f0"}]: dispatch 2023-11-15T04:23:40.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:39 smithi194 conmon[88664]: audit 2023-11-15T04:23:38.893414+0000 mon.smithi087 (mon.0) 267 : audit [INF] from='client.? 172.21.15.87:0/722870553' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ff90a2b-4486-4f74-91c2-e73f463e39f0"}]': finished 2023-11-15T04:23:40.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:39 smithi194 conmon[88664]: cluster 2023-11-15T04:23:38.893469+0000 mon.smithi087 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T04:23:40.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:39 smithi194 conmon[88664]: audit 2023-11-15T04:23:38.893592+0000 mon.smithi087 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:40.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:39 smithi194 conmon[88664]: audit 2023-11-15T04:23:38.893876+0000 mon.smithi087 (mon.0 2023-11-15T04:23:40.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:39 smithi194 conmon[88664]: ) 270 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:40.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:39 smithi194 conmon[88664]: audit 2023-11-15T04:23:39.029048+0000 mon.smithi087 (mon.0) 271 2023-11-15T04:23:40.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:39 smithi194 conmon[88664]: : audit [DBG] from='client.? 172.21.15.87:0/4137500742' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:40.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:39 smithi087 conmon[84412]: audit 2023-11-15T04:23:38.889659+0000 mon.smithi087 (mon.0) 266 : audit [INF] from='client.? 172.21.15.87:0/722870553' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3ff90a2b-4486-4f74-91c2-e73f463e39f0"}]: dispatch 2023-11-15T04:23:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:39 smithi087 conmon[84412]: audit 2023-11-15T04:23:38.893414+0000 mon.smithi087 (mon.0) 267 : audit [INF] from='client.? 172.21.15.87:0/722870553' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3ff90a2b-4486-4f74-91c2-e73f463e39f0"}]': finished 2023-11-15T04:23:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:39 smithi087 conmon[84412]: cluster 2023-11-15T04:23:38.893469+0000 mon.smithi087 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T04:23:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:39 smithi087 conmon[84412]: audit 2023-11-15T04:23:38.893592+0000 mon.smithi087 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:39 smithi087 conmon[84412]: audit 2023-11-15T04:23:38.893876+0000 mon.smithi087 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:40.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:39 smithi087 conmon[84412]: audit 2023-11-15T04:23:39.029048+0000 mon.smithi087 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.87:0/4137500742' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:40.816 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:41.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:40 smithi194 conmon[88664]: cluster 2023-11-15T04:23:39.195283+0000 mgr.smithi087.fbbqjk (mgr.14180) 71 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:41.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:40 smithi194 conmon[88664]: audit 2023-11-15T04:23:39.780616+0000 mon.smithi194 (mon.1) 3 2023-11-15T04:23:41.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:40 smithi194 conmon[88664]: : audit [DBG] from='client.? 172.21.15.194:0/3688731761' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:41.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:40 smithi194 conmon[88664]: audit 2023-11-15T04:23:40.326624+0000 mon.smithi087 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.87:0/164341471' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:41.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:40 smithi087 conmon[84412]: cluster 2023-11-15T04:23:39.195283+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:23:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:40 smithi087 conmon[84412]: 14180) 71 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:40 smithi087 conmon[84412]: audit 2023-11-15T04:23:39.780616+0000 mon.smithi194 (mon.1) 3 : audit [DBG] 2023-11-15T04:23:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:40 smithi087 conmon[84412]: from='client.? 172.21.15.194:0/3688731761' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:40 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:23:41.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:40 smithi087 conmon[84412]: T04:23:40.326624+0000 mon.smithi087 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.87:0/164341471' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:41.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:40 smithi087 conmon[84412]: 2023-11-15T04:23:42.765 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:42 smithi194 conmon[88664]: cluster 2023-11-15T04:23:41.195473+0000 mgr.smithi087.fbbqjk (mgr.14180) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:42 smithi194 conmon[88664]: audit 2023-11-15T04:23:42.298957+0000 mon.smithi194 (mon.1) 4 : audit [INF] from='client.? 172.21.15.194:0/1413243370' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8070407c-5539-4372-a63f-8699cc165e92"}]: dispatch 2023-11-15T04:23:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:42 smithi194 conmon[88664]: audit 2023-11-15T04:23:42.299552+0000 mon.smithi087 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8070407c-5539-4372-a63f-8699cc165e92"}]: dispatch 2023-11-15T04:23:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:42 smithi194 conmon[88664]: audit 2023-11-15T04:23:42.305618+0000 mon.smithi087 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8070407c-5539-4372-a63f-8699cc165e92"}]': finished 2023-11-15T04:23:43.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:42 smithi194 conmon[88664]: cluster 2023-11-15T04:23:42.305666+0000 mon.smithi087 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T04:23:43.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:42 smithi194 conmon[88664]: audit 2023-11-15T04:23:42.305757+0000 mon.smithi087 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:43.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:42 smithi194 conmon[88664]: audit 2023-11-15T04:23:42.305978+0000 mon.smithi087 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:43.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:42 smithi194 conmon[88664]: audit 2023-11-15T04:23:42.306133+0000 mon.smithi087 (mon.0 2023-11-15T04:23:43.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:42 smithi194 conmon[88664]: ) 278 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:43.107 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:42 smithi087 conmon[84412]: cluster 2023-11-15T04:23:41.195473+0000 mgr.smithi087.fbbqjk (mgr.14180) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:43.107 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:42 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.298957+0000 mon.smithi194 (mon.1) 4 : audit [INF] from='client.? 172.21.15.194:0/1413243370' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8070407c-5539-4372-a63f-8699cc165e92"}]: dispatch 2023-11-15T04:23:43.107 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:42 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.299552+0000 mon.smithi087 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8070407c-5539-4372-a63f-8699cc165e92"}]: dispatch 2023-11-15T04:23:43.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:42 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.305618+0000 mon.smithi087 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8070407c-5539-4372-a63f-8699cc165e92"}]': finished 2023-11-15T04:23:43.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:42 smithi087 conmon[84412]: cluster 2023-11-15T04:23:42.305666+0000 mon.smithi087 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T04:23:43.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:42 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.305757+0000 mon.smithi087 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:43.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:42 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.305978+0000 mon.smithi087 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:43.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:42 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.306133+0000 mon.smithi087 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:43.449 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1700022222,"num_remapped_pgs":0} 2023-11-15T04:23:44.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: audit 2023-11-15T04:23:42.765832+0000 mon.smithi087 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.87:0/1129274074' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:44.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: audit 2023-11-15T04:23:42.893716+0000 mon.smithi087 (mon.0) 280 : audit [INF] from='client.? 172.21.15.87:0/3834672121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ee6e792b-d52b-453f-8c83-47e9a4ed3d7e"}]: dispatch 2023-11-15T04:23:44.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: audit 2023-11-15T04:23:44.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: 2023-11-15T04:23:42.897071 2023-11-15T04:23:44.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 281 : audit 2023-11-15T04:23:44.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: [INF] from='client.? 172.21.15.87:0/3834672121' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ee6e792b-d52b-453f-8c83-47e9a4ed3d7e"}]': finished 2023-11-15T04:23:44.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: cluster 2023-11 2023-11-15T04:23:44.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: -15T04:23:42.897120+0000 mon.smithi087 (mon 2023-11-15T04:23:44.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: .0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T04:23:44.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:23:44.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: T04:23:42.897236+0000 mon.smithi087 (mon. 2023-11-15T04:23:44.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: 0) 283 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:44.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:23:44.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: :23:42.897484+0000 mon.smithi087 (mon.0) 2023-11-15T04:23:44.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: 284 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:44.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:23:44.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: 11-15T04:23:42. 2023-11-15T04:23:44.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: 897666+0000 mon.smithi087 (mon.0) 2023-11-15T04:23:44.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: 285 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:44.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:23:44.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: 11-15T04:23:42.897826+0000 mon.smithi087 2023-11-15T04:23:44.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:23:44.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:23:44.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: 11-15T04:23:43.437456+0000 mon.smithi194 2023-11-15T04:23:44.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:43 smithi194 conmon[88664]: (mon.1) 5 : audit [DBG] from='client.? 172.21.15.194:0/53295521' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:44.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:43 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.765832+0000 mon.smithi087 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.87:0/1129274074' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:43 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.893716+0000 mon.smithi087 (mon.0) 280 : audit [INF] from='client.? 172.21.15.87:0/3834672121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ee6e792b-d52b-453f-8c83-47e9a4ed3d7e"}]: dispatch 2023-11-15T04:23:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:43 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.897071+0000 mon.smithi087 (mon.0) 281 : audit [INF] from='client.? 172.21.15.87:0/3834672121' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ee6e792b-d52b-453f-8c83-47e9a4ed3d7e"}]': finished 2023-11-15T04:23:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:43 smithi087 conmon[84412]: cluster 2023-11-15T04:23:42.897120+0000 mon.smithi087 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T04:23:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:43 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.897236+0000 mon.smithi087 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:44.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:43 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.897484+0000 mon.smithi087 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:44.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:43 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.897666+0000 mon.smithi087 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:44.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:43 smithi087 conmon[84412]: audit 2023-11-15T04:23:42.897826+0000 mon.smithi087 (mon.0) 286 : 2023-11-15T04:23:44.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:43 smithi087 conmon[84412]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:23:44.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:43 smithi087 conmon[84412]: audit 2023-11-15T04:23:43.437456+0000 mon.smithi194 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.194:0/53295521' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:44.451 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:44.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:44 smithi087 conmon[84412]: cluster 2023-11-15T04:23:43.195664+0000 mgr.smithi087.fbbqjk (mgr.14180) 73 2023-11-15T04:23:44.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:44 smithi087 conmon[84412]: : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:44.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:44 smithi087 conmon[84412]: audit 2023-11-15T04:23:44.252851+0000 mon.smithi087 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.87:0/4118590962' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:45.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:44 smithi194 conmon[88664]: cluster 2023-11-15T04:23:43.195664+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:23:45.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:44 smithi194 conmon[88664]: 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:45.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:44 smithi194 conmon[88664]: audit 2023-11-15T04:23:44.252851+0000 mon.smithi087 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.87:0/4118590962' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:46.263 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:46.850 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1700022225,"num_remapped_pgs":0} 2023-11-15T04:23:47.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: cluster 2023-11-15T04:23:45.195914+0000 mgr.smithi087.fbbqjk (mgr.14180) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:47.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:23:47.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: 04:23:45.954086+0000 mon.smithi194 (mon.1) 6 : audit [INF] from='client.? 172.21.15.194:0/1782356968' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ae70b0d-c7e9-46d5-ac8d-9af0bfe9c872"}]: dispatch 2023-11-15T04:23:47.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: audit 2023-11-15T04:23:45.954523+0000 mon.smithi087 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ae70b0d-c7e9-46d5-ac8d-9af0bfe9c872"}]: dispatch 2023-11-15T04:23:47.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: audit 2023-11-15T04:23:45.958571+0000 mon.smithi087 (mon 2023-11-15T04:23:47.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: .0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ae70b0d-c7e9-46d5-ac8d-9af0bfe9c872"}]': finished 2023-11-15T04:23:47.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: cluster 2023-11-15T 2023-11-15T04:23:47.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: 04:23:45.958622+0000 mon.smithi087 (mon. 2023-11-15T04:23:47.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: 0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T04:23:47.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:23:47.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: T04:23:45.958699+0000 mon.smithi087 (mon. 2023-11-15T04:23:47.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: 0) 291 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:47.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:23:47.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: :23:45.958954+0000 mon.smithi087 (mon.0 2023-11-15T04:23:47.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: ) 292 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:47.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:23:47.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: 04:23:45.959107+0000 mon.smithi087 (mon. 2023-11-15T04:23:47.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: 0) 293 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:47.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:23:47.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: T04:23:45.959258+0000 mon.smithi087 (mon 2023-11-15T04:23:47.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: .0) 294 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:23:47.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: audit 2023-11 2023-11-15T04:23:47.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: -15T04:23:45.959404+0000 mon.smithi087 ( 2023-11-15T04:23:47.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:23:47.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: audit 2023-11 2023-11-15T04:23:47.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: -15T04:23:46.263575+0000 mon.smithi087 ( 2023-11-15T04:23:47.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:46 smithi194 conmon[88664]: mon.0) 296 : audit [DBG] from='client.? 172.21.15.87:0/3693209008' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: cluster 2023-11-15T04:23:45.195914+0000 mgr.smithi087.fbbqjk (mgr.14180) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: audit 2023-11-15T04:23:45.954086+0000 mon.smithi194 (mon.1) 6 : audit [INF] from='client.? 172.21.15.194:0/1782356968' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ae70b0d-c7e9-46d5-ac8d-9af0bfe9c872"}]: dispatch 2023-11-15T04:23:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: audit 2023-11-15T04:23:45.954523+0000 mon.smithi087 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ae70b0d-c7e9-46d5-ac8d-9af0bfe9c872"}]: dispatch 2023-11-15T04:23:47.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: audit 2023-11-15T04:23:45.958571+0000 mon.smithi087 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ae70b0d-c7e9-46d5-ac8d-9af0bfe9c872"}]': finished 2023-11-15T04:23:47.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: cluster 2023-11-15T04:23:45.958622+0000 mon.smithi087 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T04:23:47.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: audit 2023-11-15T04:23:45.958699+0000 mon.smithi087 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:47.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: audit 2023-11-15T04:23:45.958954+0000 mon.smithi087 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:47.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: audit 2023-11-15T04:23:45.959107+0000 mon.smithi087 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:47.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: audit 2023-11-15T04 2023-11-15T04:23:47.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: :23:45.959258+0000 mon.smithi087 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:23:47.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: audit 2023-11-15T04:23:45.959404+0000 mon.smithi087 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:23:47.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:46 smithi087 conmon[84412]: audit 2023-11-15T04:23:46.263575+0000 mon.smithi087 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.87:0/3693209008' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:47.851 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:48.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: audit 2023-11-15T04:23:46.765964+0000 mon.smithi087 (mon.0) 297 : 2023-11-15T04:23:48.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: audit [INF] from='client.? 172.21.15.87:0/4216041298' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1947baeb-db40-4221-a95a-0d9e1a993672"}]: dispatch 2023-11-15T04:23:48.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: audit 2023-11-15T04:23:46.770503+0000 mon.smithi087 (mon.0) 298 : audit [INF] from='client.? 172.21.15.87:0/4216041298' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1947baeb-db40-4221-a95a-0d9e1a993672"}]': finished 2023-11-15T04:23:48.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: cluster 2023-11 2023-11-15T04:23:48.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: -15T04:23:46.770550+0000 mon.smithi087 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T04:23:48.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:23:48.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: 23:46.770634+0000 mon.smithi087 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:48.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: audit 2023-11-15T04:23:46.770909+0000 mon.smithi087 (mon.0 2023-11-15T04:23:48.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: ) 301 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:48.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: audit 2023-11-15T04:23:46.771061+0000 mon.smithi087 (mon.0) 302 : 2023-11-15T04:23:48.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:48.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: audit 2023-11-15T04:23:48.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: 2023-11-15T04:23:46.771203+0000 mon.smithi087 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:23:48.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:23:48.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: :23:46.771351+0000 mon.smithi087 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:23:48.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:23:48.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: :23:46.771493+0000 mon.smithi087 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:23:48.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:23:48.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: 04:23:47.107498+0000 mon.smithi194 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/4110019222' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:48.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:47 smithi194 conmon[88664]: 2023-11-15T04:23:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:47 smithi087 conmon[84412]: audit 2023-11-15T04:23:46.765964+0000 mon.smithi087 (mon.0) 297 : audit [INF] from='client.? 172.21.15.87:0/4216041298' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1947baeb-db40-4221-a95a-0d9e1a993672"}]: dispatch 2023-11-15T04:23:48.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:47 smithi087 conmon[84412]: audit 2023-11-15T04:23:46.770503+0000 mon.smithi087 (mon.0) 298 : audit [INF] from='client.? 172.21.15.87:0/4216041298' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1947baeb-db40-4221-a95a-0d9e1a993672"}]': finished 2023-11-15T04:23:48.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:47 smithi087 conmon[84412]: cluster 2023-11-15T04:23:46.770550+0000 mon.smithi087 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T04:23:48.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:47 smithi087 conmon[84412]: audit 2023-11-15T04:23:46.770634+0000 mon.smithi087 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:48.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:47 smithi087 conmon[84412]: audit 2023-11-15T04:23:46.770909+0000 mon.smithi087 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:48.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:47 smithi087 conmon[84412]: audit 2023-11-15T04:23:46.771061+0000 mon.smithi087 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:48.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:47 smithi087 conmon[84412]: audit 2023-11-15T04:23:46.771203+0000 mon.smithi087 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:23:48.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:47 smithi087 conmon[84412]: audit 2023-11-15T04:23:46.771351+0000 mon.smithi087 ( 2023-11-15T04:23:48.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:47 smithi087 conmon[84412]: mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:23:48.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:47 smithi087 conmon[84412]: audit 2023-11-15T04:23:46.771493+0000 mon.smithi087 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:23:48.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:47 smithi087 conmon[84412]: audit 2023-11-15T04:23:47.107498+0000 mon.smithi194 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.194:0/4110019222' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:49.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:48 smithi194 conmon[88664]: cluster 2023-11-15T04:23:47.196140+0000 mgr.smithi087.fbbqjk (mgr.14180) 75 : 2023-11-15T04:23:49.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:48 smithi194 conmon[88664]: cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:49.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:48 smithi194 conmon[88664]: audit 2023-11-15T04:23:47.918284+0000 mon.smithi087 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.87:0/303051113' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:49.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:48 smithi087 conmon[84412]: cluster 2023-11-15T04:23:47.196140+0000 mgr.smithi087.fbbqjk (mgr.14180) 75 : cluster [DBG] 2023-11-15T04:23:49.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:48 smithi087 conmon[84412]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:49.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:48 smithi087 conmon[84412]: audit 2023-11-15T04:23:47.918284+0000 mon.smithi087 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.87:0/303051113' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:49.776 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:49.813 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: audit 2023-11-15T04:23:49.600007+0000 mon.smithi194 (mon.1) 8 : audit 2023-11-15T04:23:49.813 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: [INF] from='client.? 172.21.15.194:0/2538676230' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57aa8db6-1502-4e59-a9da-2ddd4e190ea9"}]: dispatch 2023-11-15T04:23:49.814 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: audit 2023-11-15T04:23:49.600488+0000 mon.smithi087 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57aa8db6-1502-4e59-a9da-2ddd4e190ea9"}]: dispatch 2023-11-15T04:23:49.814 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: audit 2023-11-15T04:23:49.603971+0000 mon.smithi087 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57aa8db6-1502-4e59-a9da-2ddd4e190ea9"}]': finished 2023-11-15T04:23:49.814 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: cluster 2023-11-15T04:23:49.604038+0000 mon.smithi087 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T04:23:49.814 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: 2023-11-15T04:23:49.814 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:23:49.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: T04:23:49.604314+0000 mon.smithi087 (mon.0) 310 : audit 2023-11-15T04:23:49.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:49.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: audit 2023-11-15T04:23:49.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: 2023-11-15T04:23:49.604574+0000 mon.smithi087 (mon 2023-11-15T04:23:49.815 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: .0) 311 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:23:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: 04:23:49.604862+0000 mon.smithi087 (mon.0 2023-11-15T04:23:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: ) 312 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:23:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: 23:49.605325+0000 mon.smithi087 (mon.0) 2023-11-15T04:23:49.816 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: 313 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:23:49.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: audit 2023-11-15T04:23 2023-11-15T04:23:49.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: :49.605566+0000 mon.smithi087 (mon.0) 314 2023-11-15T04:23:49.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:23:49.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: audit 2023-11-15T04:23:49 2023-11-15T04:23:49.817 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: .605800+0000 mon.smithi087 (mon.0) 315 : audit 2023-11-15T04:23:49.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:23:49.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: audit 2023-11-15T04:23: 2023-11-15T04:23:49.818 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: 49.606022+0000 mon.smithi087 (mon.0) 316 : audit 2023-11-15T04:23:49.819 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:49 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:23:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: audit 2023-11-15T04:23:49.600007+0000 mon.smithi194 (mon.1) 8 : audit [INF] from='client.? 172.21.15.194:0/2538676230' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57aa8db6-1502-4e59-a9da-2ddd4e190ea9"}]: dispatch 2023-11-15T04:23:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: audit 2023-11-15T04:23:49.600488+0000 mon.smithi087 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57aa8db6-1502-4e59-a9da-2ddd4e190ea9"}]: dispatch 2023-11-15T04:23:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: audit 2023-11-15T04:23:49.603971+0000 mon.smithi087 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57aa8db6-1502-4e59-a9da-2ddd4e190ea9"}]': finished 2023-11-15T04:23:50.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: cluster 2023-11-15T04:23:49.604038+0000 mon.smithi087 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T04:23:50.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: audit 2023-11-15T04:23:49.604314+0000 mon.smithi087 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:50.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: audit 2023-11-15T04:23:49.604574+0000 mon.smithi087 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:50.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: audit 2023-11-15T04:23:49.604862+0000 mon.smithi087 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:50.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: audit 2023-11-15T04:23:49.605325+0000 mon.smithi087 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:23:50.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: audit 2023-11-15T04:23:49.605566+0000 mon.smithi087 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:23:50.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: audit 2023-11-15T04:23:49.605800+0000 mon.smithi087 (mon.0) 2023-11-15T04:23:50.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: 315 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:23:50.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:49 smithi087 conmon[84412]: audit 2023-11-15T04:23:49.606022+0000 mon.smithi087 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:23:50.297 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1700022229,"num_remapped_pgs":0} 2023-11-15T04:23:50.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: cluster 2023-11-15T04:23:49.196371+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:23:50.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: .14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:50.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:49.776298+0000 mon.smithi087 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.87:0/1256061026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:50.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:50.443049+0000 mon.smithi087 (mon.0) 318 : audit [INF] from='client.? 172.21.15.87:0/517600565' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0906c1d-bf5d-4400-9845-b2142aef4858"}]: dispatch 2023-11-15T04:23:50.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:50.447216+0000 mon.smithi087 (mon.0) 319 : audit [INF] from='client.? 172.21.15.87:0/517600565' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0906c1d-bf5d-4400-9845-b2142aef4858"}]': finished 2023-11-15T04:23:50.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: cluster 2023-11-15T04:23:50.447257+0000 mon.smithi087 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T04:23:50.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:50.447347+0000 mon.smithi087 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:50.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:50.447663+0000 mon.smithi087 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:50.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:50.447806+0000 mon.smithi087 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:50.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:50.447958+0000 mon.smithi087 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:23:50.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:50.448101+0000 mon.smithi087 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:23:50.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:50.448248+0000 mon.smithi087 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:23:50.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:50.448387+0000 mon.smithi087 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:23:50.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:50.448537+0000 mon.smithi087 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:23:50.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:50 smithi087 conmon[84412]: audit 2023-11-15T04:23:50.751051+0000 mon.smithi194 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.194:0/2862852520' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:51.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: cluster 2023-11-15T04:23:49.196371+0000 mgr.smithi087.fbbqjk (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:51.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: 2023-11-15T04:23:51.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:49.776298+0000 mon.smithi087 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.87:0/1256061026' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:51.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:50.443049+0000 mon.smithi087 (mon.0) 318 : audit [INF] from='client.? 172.21.15.87:0/517600565' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0906c1d-bf5d-4400-9845-b2142aef4858"}]: dispatch 2023-11-15T04:23:51.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:50.447216+0000 mon.smithi087 (mon.0) 319 : audit [INF] from='client.? 172.21.15.87:0/517600565' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0906c1d-bf5d-4400-9845-b2142aef4858"}]': finished 2023-11-15T04:23:51.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: cluster 2023-11-15T04:23:50.447257+0000 mon.smithi087 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T04:23:51.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:50.447347+0000 mon.smithi087 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:23:51.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:50.447663+0000 mon.smithi087 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:23:51.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:50.447806+0000 mon.smithi087 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:23:51.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:50.447958+0000 mon.smithi087 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:23:51.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:50.448101+0000 mon.smithi087 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:23:51.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:50.448248+0000 mon.smithi087 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:23:51.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:50.448387+0000 mon.smithi087 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:23:51.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:50.448537+0000 mon.smithi087 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:23:51.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:50 smithi194 conmon[88664]: audit 2023-11-15T04:23:50.751051+0000 mon.smithi194 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.194:0/2862852520' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:51.298 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:52.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:51 smithi194 conmon[88664]: audit 2023-11-15T04:23:51.675743+0000 mon.smithi087 (mon.0) 329 : 2023-11-15T04:23:52.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:51 smithi194 conmon[88664]: audit [DBG] from='client.? 172.21.15.87:0/3453620050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:51 smithi087 conmon[84412]: audit 2023-11-15T04:23:51.675743+0000 mon.smithi087 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.87:0/3453620050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T04:23:52.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:52 smithi087 conmon[84412]: cluster 2023-11-15T04:23:51.196643+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:23:52.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:52 smithi087 conmon[84412]: 14180) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:53.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:52 smithi194 conmon[88664]: cluster 2023-11-15T04:23:51.196643+0000 mgr.smithi087.fbbqjk (mgr.14180) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:53.257 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:53.863 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700022230,"num_remapped_pgs":0} 2023-11-15T04:23:54.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:53 smithi194 conmon[88664]: audit 2023-11-15T04:23:53.257763+0000 mon.smithi087 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.87:0/2565788223' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:54.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:53 smithi087 conmon[84412]: audit 2023-11-15T04:23:53.257763+0000 mon.smithi087 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.87:0/2565788223' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:54.803 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:54 smithi194 conmon[88664]: cluster 2023-11-15T04:23:53.196888+0000 mgr.smithi087.fbbqjk (mgr.14180) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:54.864 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:55.075 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:54 smithi087 conmon[84412]: cluster 2023-11-15T04:23:53.196888+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:23:55.075 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:54 smithi087 conmon[84412]: 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:56.861 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:56 smithi087 conmon[84412]: cluster 2023-11-15T04:23:55.197218+0000 mgr.smithi087.fbbqjk (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:56.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:56 smithi087 conmon[84412]: audit 2023-11-15T04:23:56.271145+0000 mon.smithi087 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T04:23:56.862 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:56 smithi087 conmon[84412]: audit 2023-11-15T04:23:56.271759+0000 mon.smithi087 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:57.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:56 smithi194 conmon[88664]: cluster 2023-11-15T04:23:55.197218+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:23:57.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:56 smithi194 conmon[88664]: ) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:57.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:56 smithi194 conmon[88664]: audit 2023-11-15T04:23:56.271145+0000 mon.smithi087 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T04:23:57.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:56 smithi194 conmon[88664]: audit 2023-11-15T04:23:56.271759+0000 mon.smithi087 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:57.349 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:23:57.897 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:57 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:56.272293+0000 mgr.smithi087.fbbqjk (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.0 on smithi194 2023-11-15T04:23:57.897 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:57 smithi194 conmon[88664]: audit 2023-11-15T04:23:57.349690+0000 mon.smithi087 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.87:0/2360993480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:58.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:57 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:56.272293+0000 mgr.smithi087.fbbqjk (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.0 on smithi194 2023-11-15T04:23:58.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:57 smithi087 conmon[84412]: audit 2023-11-15T04:23:57.349690+0000 mon.smithi087 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.87:0/2360993480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:23:58.364 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700022230,"num_remapped_pgs":0} 2023-11-15T04:23:59.048 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:58 smithi087 conmon[84412]: cluster 2023-11-15T04:23:57.197486+0000 mgr.smithi087.fbbqjk (mgr.14180) 81 2023-11-15T04:23:59.048 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:58 smithi087 conmon[84412]: : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:59.049 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:58 smithi087 conmon[84412]: audit 2023-11-15T04:23:57.954105+0000 mon.smithi087 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T04:23:59.049 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:58 smithi087 conmon[84412]: audit 2023-11-15T04:23:57.954685+0000 mon.smithi087 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:58 smithi194 conmon[88664]: cluster 2023-11-15T04:23:57.197486+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:23:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:58 smithi194 conmon[88664]: 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:23:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:58 smithi194 conmon[88664]: audit 2023-11-15T04:23:57.954105+0000 mon.smithi087 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T04:23:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:58 smithi194 conmon[88664]: audit 2023-11-15T04:23:57.954685+0000 mon.smithi087 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:23:59.368 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:23:59.965 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:23:59 smithi087 conmon[84412]: cephadm 2023-11-15T04:23:57.955179+0000 mgr.smithi087.fbbqjk (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.1 on smithi087 2023-11-15T04:24:00.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:23:59 smithi194 conmon[88664]: cephadm 2023-11-15T04:23:57.955179+0000 mgr.smithi087.fbbqjk (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.1 on smithi087 2023-11-15T04:24:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:00 smithi087 conmon[84412]: cluster 2023-11-15T04:23:59.197755+0000 mgr.smithi087.fbbqjk (mgr.14180) 83 : 2023-11-15T04:24:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:00 smithi087 conmon[84412]: cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:24:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:00 smithi194 conmon[88664]: cluster 2023-11-15T04:23:59.197755+0000 mgr.smithi087.fbbqjk (mgr.14180) 83 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:24:02.029 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:02.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:02 smithi194 conmon[88664]: cluster 2023-11-15T04:24:01.198017+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:24:02.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:02 smithi194 conmon[88664]: ) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:24:02.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:02 smithi194 conmon[88664]: audit 2023-11-15T04:24:01.526681+0000 mon.smithi087 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:02.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:02 smithi194 conmon[88664]: audit 2023-11-15T04:24:01.527371+0000 mon.smithi087 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T04:24:02.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:02 smithi194 conmon[88664]: audit 2023-11-15T04:24:01.528056+0000 mon.smithi087 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:02.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:02 smithi194 conmon[88664]: cephadm 2023-11-15T04:24:01.528633+0000 mgr.smithi087.fbbqjk (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.2 on smithi194 2023-11-15T04:24:02.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:02 smithi194 conmon[88664]: audit 2023-11-15T04:24:02.028206+0000 mon.smithi087 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.87:0/2222312291' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:02.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:02 smithi087 conmon[84412]: cluster 2023-11-15T04:24:01.198017+0000 mgr.smithi087.fbbqjk (mgr.14180) 84 : cluster 2023-11-15T04:24:02.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:02 smithi087 conmon[84412]: [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:24:02.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:02 smithi087 conmon[84412]: audit 2023-11-15T04:24:01.526681+0000 mon.smithi087 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:02.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:02 smithi087 conmon[84412]: audit 2023-11-15T04:24:01.527371+0000 mon.smithi087 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T04:24:02.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:02 smithi087 conmon[84412]: audit 2023-11-15T04:24:01.528056+0000 mon.smithi087 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:02.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:02 smithi087 conmon[84412]: cephadm 2023-11-15T04:24:01.528633+0000 mgr.smithi087.fbbqjk (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.2 on smithi194 2023-11-15T04:24:02.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:02 smithi087 conmon[84412]: audit 2023-11-15T04:24:02.028206+0000 mon.smithi087 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.87:0/2222312291' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:02.898 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700022230,"num_remapped_pgs":0} 2023-11-15T04:24:03.899 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:24:04.832 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:04 smithi194 conmon[88664]: cluster 2023-11-15T04:24:03.198273+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:24:04.833 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:04 smithi194 conmon[88664]: .14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:24:04.833 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:04 smithi194 conmon[88664]: audit 2023-11-15T04:24:04.355624+0000 mon.smithi087 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:04.833 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:04 smithi194 conmon[88664]: audit 2023-11-15T04:24:04.356693+0000 mon.smithi087 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T04:24:04.833 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:04 smithi194 conmon[88664]: audit 2023-11-15T04:24:04.357455+0000 mon.smithi087 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:04.872 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:04 smithi087 conmon[84412]: cluster 2023-11-15T04:24:03.198273+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:24:04.873 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:04 smithi087 conmon[84412]: ) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:24:04.873 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:04 smithi087 conmon[84412]: audit 2023-11-15T04:24:04.355624+0000 mon.smithi087 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:04.873 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:04 smithi087 conmon[84412]: audit 2023-11-15T04:24:04.356693+0000 mon.smithi087 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T04:24:04.873 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:04 smithi087 conmon[84412]: audit 2023-11-15T04:24:04.357455+0000 mon.smithi087 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:05.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:05 smithi087 conmon[84412]: cephadm 2023-11-15T04:24:04.358032+0000 mgr.smithi087.fbbqjk (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.3 on smithi087 2023-11-15T04:24:05.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:05 smithi087 conmon[84412]: audit 2023-11-15T04:24:04.729785+0000 mon.smithi194 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.194:6800/3783263489,v1:172.21.15.194:6801/3783263489]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T04:24:05.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:05 smithi087 conmon[84412]: audit 2023-11-15T04:24:04.730170+0000 mon.smithi087 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T04:24:05.803 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:05 smithi194 conmon[88664]: cephadm 2023-11-15T04:24:04.358032+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:24:05.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:05 smithi194 conmon[88664]: 14180) 87 : cephadm [INF] Deploying daemon osd.3 on smithi087 2023-11-15T04:24:05.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:05 smithi194 conmon[88664]: audit 2023-11-15T04:24:04.729785+0000 mon.smithi194 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.194:6800/3783263489,v1:172.21.15.194:6801/3783263489]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T04:24:05.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:05 smithi194 conmon[88664]: audit 2023-11-15T04:24:04.730170+0000 mon.smithi087 (mon 2023-11-15T04:24:05.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:05 smithi194 conmon[88664]: .0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T04:24:06.137 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:06.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: cluster 2023-11-15T04:24:05. 2023-11-15T04:24:06.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: 198530+0000 mgr.smithi087.fbbqjk (mgr.14180) 88 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:24:06.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:05.575726+0000 mon.smithi087 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T04:24:06.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: cluster 2023-11-15T04:24:05.575780+0000 mon.smithi087 (mon.0) 345 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T04:24:06.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:05.575881+0000 mon.smithi087 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:24:06.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:05.576156+0000 mon.smithi087 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:06.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:05.576311+0000 mon.smithi087 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:06.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:05.576326+0000 mon.smithi194 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.194:6800/3783263489,v1:172.21.15.194:6801/3783263489]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:06.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:05.576462+0000 mon.smithi087 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:06.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:05.576666+0000 mon.smithi087 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:06.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:05.576853+0000 mon.smithi087 (mon.0) 351 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:06.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:05.577041+0000 mon.smithi087 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:06.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:05.577174+0000 mon.smithi087 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:06.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:05.577322+0000 mon.smithi087 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:06.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:06 smithi087 conmon[84412]: audit 2023-11-15T04:24:06.136648+0000 mon.smithi087 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.87:0/1523455547' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:07.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: cluster 2023-11-15T04:24:05.198530+0000 mgr.smithi087.fbbqjk 2023-11-15T04:24:07.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: (mgr.14180) 88 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:24:07.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023-11-15T04:24:05.575726+0000 mon.smithi087 (mon.0) 344 : audit 2023-11-15T04:24:07.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T04:24:07.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: cluster 2023-11-15T04: 2023-11-15T04:24:07.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: 24:05.575780+0000 mon.smithi087 (mon.0) 345 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T04:24:07.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:24:07.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: 15T04:24:05.575881+0000 mon.smithi087 (mon 2023-11-15T04:24:07.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: .0) 346 2023-11-15T04:24:07.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:24:07.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:24:07.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: :24:05.576156+0000 mon.smithi087 (mon.0) 347 2023-11-15T04:24:07.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:07.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023-11-15T04:24:05. 2023-11-15T04:24:07.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: 576311+0000 mon.smithi087 (mon.0) 348 : 2023-11-15T04:24:07.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:07.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023-11-15T04:24: 2023-11-15T04:24:07.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: 05.576326+0000 mon.smithi194 (mon.1) 11 : audit [INF] 2023-11-15T04:24:07.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: from='osd.0 [v2:172.21.15.194:6800/3783263489,v1:172.21.15.194:6801/3783263489]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:07.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: 2023-11-15T04:24:05.576462+0000 mon.smithi087 (mon.0) 349 : audit 2023-11-15T04:24:07.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:07.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: 2023-11-15T04:24:05.576666+0000 mon.smithi087 (mon.0) 350 : audit [DBG] 2023-11-15T04:24:07.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:07.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: 2023-11-15T04:24:05.576853+0000 mon.smithi087 (mon.0) 351 : 2023-11-15T04:24:07.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:07.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: 2023-11-15T04:24:05.577041+0000 mon.smithi087 (mon.0) 352 2023-11-15T04:24:07.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:07.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023-11-15T04:24:05.577174+0000 2023-11-15T04:24:07.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: mon.smithi087 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:07.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:24:07.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: 11-15T04:24:05.577322+0000 mon.smithi087 (mon.0) 354 : 2023-11-15T04:24:07.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:07.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.136648 2023-11-15T04:24:07.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:06 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.87:0/1523455547' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:07.165 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700022230,"num_remapped_pgs":0} 2023-11-15T04:24:07.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.576789+0000 mon.smithi087 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-11-15T04:24:07.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: cluster 2023- 2023-11-15T04:24:07.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: 11-15T04:24:06.576847+0000 mon.smithi087 (mon.0) 357 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T04:24:07.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.577173+0000 mon.smithi087 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:24:07.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.577421+0000 mon.smithi087 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:07.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.577560+0000 mon.smithi087 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:07.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.577741+0000 mon.smithi087 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:07.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.577877+0000 mon.smithi087 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:07.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.580502+0000 mon.smithi087 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:07.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.580706+0000 mon.smithi087 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:07.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.580875+0000 mon.smithi087 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:07.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.581078+0000 mon.smithi087 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:24:07.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023 2023-11-15T04:24:07.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: -11-15T04:24:06.733546+0000 mon.smithi087 (mon.0) 367 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:07.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.734146+0000 mon.smithi087 (mon.0) 368 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T04:24:07.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:06.734691+0000 2023-11-15T04:24:07.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: mon.smithi087 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:07.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: cephadm 2023-11-15T04:24:07.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: 2023-11-15 2023-11-15T04:24:07.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: T04:24:06.735166+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:24:07.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: 14180) 89 : cephadm [INF] Deploying daemon osd.4 on smithi194 2023-11-15T04:24:07.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.809 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: 2023-11-15T04:24:07. 2023-11-15T04:24:07.809 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: 511584+0000 mon.smithi087 (mon.0) 370 : audit [INF] 2023-11-15T04:24:07.809 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:07 smithi194 conmon[88664]: from='osd.1 [v2:172.21.15.87:6802/2040130782,v1:172.21.15.87:6803/2040130782]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T04:24:07.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11-15T04:24:06.576789+0000 mon.smithi087 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-11-15T04:24:07.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: cluster 2023-11-15T04:24:06.576847+0000 mon.smithi087 (mon.0) 357 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T04:24:07.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11-15T04:24:06.577173+0000 mon.smithi087 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:24:07.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11-15T04:24:06.577421+0000 mon.smithi087 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:07.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11-15T04:24:06.577560+0000 mon.smithi087 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:07.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11-15T04:24:06.577741+0000 mon.smithi087 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:07.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11-15T04:24:06. 2023-11-15T04:24:07.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: 577877+0000 mon.smithi087 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:07.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11-15T04:24:06.580502+0000 mon.smithi087 (mon 2023-11-15T04:24:07.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: .0) 363 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:07.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11- 2023-11-15T04:24:07.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: 15T04:24:06.580706+0000 mon.smithi087 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:07.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: 2023-11-15T04:24:07.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023 2023-11-15T04:24:07.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: -11-15T04:24:06.580875+0000 mon.smithi087 (mon. 2023-11-15T04:24:07.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: 0) 365 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:07.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:24:07.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: T04:24:06.581078+0000 mon.smithi087 (mon. 2023-11-15T04:24:07.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: 0) 366 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:24:07.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:24:07.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: T04:24:06.733546+0000 mon.smithi087 (mon. 2023-11-15T04:24:07.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: 0) 367 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:07.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:24:07.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: 04:24:06.734146+0000 mon.smithi087 (mon.0 2023-11-15T04:24:07.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: ) 368 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T04:24:07.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:24:07.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: 04:24:06.734691+0000 mon.smithi087 (mon. 2023-11-15T04:24:07.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: 0) 369 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:07.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: cephadm 2023- 2023-11-15T04:24:07.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: 11-15T04:24:06.735166+0000 mgr.smithi087.fbbqjk 2023-11-15T04:24:07.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.4 on smithi194 2023-11-15T04:24:07.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: audit 2023 2023-11-15T04:24:07.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: -11-15T04:24:07.511584+0000 2023-11-15T04:24:07.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: mon.smithi087 (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.87:6802/2040130782,v1:172.21.15.87:6803/2040130782]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T04:24:07.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:07 smithi087 conmon[84412]: 2023-11-15T04:24:08.166 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:24:08.594 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: cluster 2023-11-15T04:24:05.734043+0000 osd.0 (osd.0 2023-11-15T04:24:08.595 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: ) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:08.595 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: cluster 2023-11-15T04:24:05.734095+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:08.595 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: cluster 2023-11-15T04:24:07.198785+0000 mgr.smithi087.fbbqjk (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:24:08.595 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: cluster 2023-11-15T04:24:07.581356+0000 mon.smithi087 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.194:6800/3783263489,v1:172.21.15.194:6801/3783263489] boot 2023-11-15T04:24:08.596 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: audit 2023-11-15T04:24:07.581405+0000 mon.smithi087 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.87:6802/2040130782,v1:172.21.15.87:6803/2040130782]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T04:24:08.596 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: cluster 2023-11-15T04:24:07.581448+0000 mon.smithi087 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T04:24:08.596 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: audit 2023-11-15T04:24:07.581770+0000 mon.smithi087 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:24:08.596 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: audit 2023-11-15T04:24:07.582045+0000 mon.smithi087 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:08.596 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: audit 2023-11-15T04:24:07.582214+0000 mon.smithi087 (mon.0) 376 : audit [INF] from='osd.1 [v2:172.21.15.87:6802/2040130782,v1:172.21.15.87:6803/2040130782]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-15T04:24:08.597 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: audit 2023-11-15T04:24:07.582402+0000 mon.smithi087 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:08.597 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: audit 2023-11-15T04:24:07.582557+0000 mon.smithi087 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:08.597 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: audit 2023-11-15T04:24:07.582700+0000 mon.smithi087 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:08.597 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: audit 2023-11-15T04:24:07.582843+0000 mon.smithi087 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:08.597 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: audit 2023-11-15T04:24:07.582985+0000 mon.smithi087 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:08.597 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: audit 2023-11- 2023-11-15T04:24:08.598 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:08 smithi087 conmon[84412]: 15T04:24:07.583130+0000 mon.smithi087 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:09.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: cluster 2023-11-15T04:24:05.734043+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:09.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: cluster 2023-11-15T04:24:05.734095+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:09.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: cluster 2023-11-15T04:24:07.198785+0000 mgr.smithi087.fbbqjk (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T04:24:09.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: cluster 2023-11-15T04:24:07.581356+0000 mon.smithi087 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.194:6800/3783263489,v1:172.21.15.194:6801/3783263489] boot 2023-11-15T04:24:09.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.581405+0000 mon.smithi087 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.87:6802/2040130782,v1:172.21.15.87:6803/2040130782]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T04:24:09.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: cluster 2023-11-15T04:24:07.581448+0000 mon.smithi087 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T04:24:09.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.581770+0000 mon.smithi087 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T04:24:09.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.582045+0000 mon.smithi087 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:09.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.582214+0000 mon.smithi087 (mon.0) 376 : audit [INF] from='osd.1 [v2:172.21.15.87:6802/2040130782,v1:172.21.15.87:6803/2040130782]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-15T04:24:09.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.582402+0000 mon.smithi087 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:09.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.582557+0000 mon.smithi087 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:09.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.582700+0000 mon.smithi087 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:09.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.582843+0000 mon.smithi087 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:09.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.582985+0000 mon.smithi087 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:09.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:08 smithi194 conmon[88664]: audit 2023-11-15T04:24:07.583130+0000 mon.smithi087 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:09.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: audit 2023-11-15T04:24:08.587292+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:09.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: 383 : audit [INF] from='osd.1 [v2:172.21.15.87:6802/2040130782,v1:172.21.15.87:6803/2040130782]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-15T04:24:09.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: cluster 2023-11-15T04:24:08.587344+0000 mon.smithi087 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T04:24:09.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: audit 2023 2023-11-15T04:24:09.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: -11-15T04:24:08.588581+0000 mon.smithi087 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:09.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:24:09.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: 11-15T04:24:08.588835+0000 mon.smithi087 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:09.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: audit 2023-11-15T04:24:08 2023-11-15T04:24:09.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: .589336+0000 mon.smithi087 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:09.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: audit 2023-11-15T04:24:08. 2023-11-15T04:24:09.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: 589583+0000 mon.smithi087 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:09.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: audit 2023-11-15T04:24:08 2023-11-15T04:24:09.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: .589723+0000 mon.smithi087 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:09.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: audit 2023-11-15T04:24:09.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: 2023-11-15T04:24:08.589858+0000 mon.smithi087 ( 2023-11-15T04:24:09.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:09.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: audit 2023-11-15T04:24:08.589994+0000 mon.smithi087 ( 2023-11-15T04:24:09.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:09.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: audit 2023-11-15T04:24:08.595573+0000 mon.smithi087 (mon. 2023-11-15T04:24:09.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:09 smithi194 conmon[88664]: 0) 392 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:09.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:09 smithi087 conmon[84412]: audit 2023-11-15T04:24:08.587292+0000 mon.smithi087 (mon.0) 383 : audit 2023-11-15T04:24:09.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:09 smithi087 conmon[84412]: [INF] from='osd.1 [v2:172.21.15.87:6802/2040130782,v1:172.21.15.87:6803/2040130782]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-15T04:24:09.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:09 smithi087 conmon[84412]: cluster 2023-11-15T04:24:08.587344+0000 mon.smithi087 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T04:24:09.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:09 smithi087 conmon[84412]: audit 2023-11-15T04:24:08.588581+0000 mon.smithi087 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:09.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:09 smithi087 conmon[84412]: audit 2023-11-15T04:24:08.588835+0000 mon.smithi087 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:09.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:09 smithi087 conmon[84412]: audit 2023-11-15T04:24:08.589336+0000 mon.smithi087 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:09.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:09 smithi087 conmon[84412]: audit 2023-11-15T04:24:08.589583+0000 mon.smithi087 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:09.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:09 smithi087 conmon[84412]: audit 2023-11-15T04:24:08.589723+0000 mon.smithi087 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:09.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:09 smithi087 conmon[84412]: audit 2023-11-15T04:24:08.589858+0000 mon.smithi087 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:09.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:09 smithi087 conmon[84412]: audit 2023-11-15T04:24:08.589994+0000 mon.smithi087 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:09.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:09 smithi087 conmon[84412]: audit 2023-11-15T04:24:08.595573+0000 mon.smithi087 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:10.861 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:10.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: cluster 2023-11-15T04:24:08.490817+0000 osd.1 (osd 2023-11-15T04:24:10.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: .1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:10.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: cluster 2023-11-15T04:24:08.490866+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:10.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: cluster 2023-11-15T04:24:09.199069+0000 mgr.smithi087.fbbqjk (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T04:24:10.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: audit 2023-11-15T04:24:09.592368+0000 mon.smithi087 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:10.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: cluster 2023-11-15T04:24:09.600900+0000 mon.smithi087 (mon.0) 394 : cluster [INF] osd.1 [v2:172.21.15.87:6802/2040130782,v1:172.21.15.87:6803/2040130782] boot 2023-11-15T04:24:10.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: cluster 2023-11-15T04:24:09.600926+0000 mon.smithi087 (mon.0) 395 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-11-15T04:24:10.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: audit 2023-11-15T04:24:09.601172+0000 mon.smithi087 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:10.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: audit 2023-11-15T04:24:09.601423+0000 mon.smithi087 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:10.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: audit 2023-11-15T04:24:09.601625+0000 mon.smithi087 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:10.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: audit 2023-11-15T04:24:09.601779+0000 mon.smithi087 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:10.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: audit 2023-11-15T04:24:09.601934+0000 mon.smithi087 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:10.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: audit 2023-11-15T04:24:09.602084+0000 mon.smithi087 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:10.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: audit 2023-11-15T04:24:09.602239+0000 mon.smithi087 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:10.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: audit 2023-11-15T04:24:09.716031+0000 mon.smithi194 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/3468360568,v1:172.21.15.194:6809/3468360568]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T04:24:10.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:10 smithi087 conmon[84412]: audit 2023-11-15T04:24:09.716390+0000 mon.smithi087 (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T04:24:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: cluster 2023-11-15T04:24:08.490817+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: cluster 2023-11- 2023-11-15T04:24:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: 15T04:24:08.490866+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:11.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: cluster 2023-11-15T04:24:09.199069+0000 mgr.smithi087.fbbqjk (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T04:24:11.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:24:11.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: 11-15T04:24:09.592368 2023-11-15T04:24:11.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 393 : audit [DBG] 2023-11-15T04:24:11.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:11.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: cluster 2023-11-15T 2023-11-15T04:24:11.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: 04:24:09.600900+0000 mon.smithi087 (mon 2023-11-15T04:24:11.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: .0) 394 : cluster [INF] osd.1 [v2:172.21.15.87:6802/2040130782,v1:172.21.15.87:6803/2040130782] boot 2023-11-15T04:24:11.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: cluster 2023 2023-11-15T04:24:11.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: -11-15T04:24: 2023-11-15T04:24:11.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: 09.600926+0000 mon.smithi087 (mon.0) 395 : 2023-11-15T04:24:11.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-11-15T04:24:11.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:24:11.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: 15T04:24:09.601172+0000 2023-11-15T04:24:11.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: mon.smithi087 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T04:24:11.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: audit 2023 2023-11-15T04:24:11.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: -11-15T04:24:09. 2023-11-15T04:24:11.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: 601423+0000 mon.smithi087 (mon.0) 397 : audit [DBG] 2023-11-15T04:24:11.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:11.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:24:11.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: :24:09.601625+0000 mon.smithi087 2023-11-15T04:24:11.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:11.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: 2023-11-15T04:24:11.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: 2023-11-15T04:24:09. 2023-11-15T04:24:11.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: 601779+0000 mon.smithi087 (mon.0) 399 : audit 2023-11-15T04:24:11.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:11.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:24:11.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: T04:24:09.601934+0000 mon.smithi087 2023-11-15T04:24:11.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:11.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: audit 2023 2023-11-15T04:24:11.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: -11-15T04:24: 2023-11-15T04:24:11.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: 09.602084+0000 mon.smithi087 (mon.0) 401 : audit 2023-11-15T04:24:11.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:11.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:24:11.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: T04:24:09.602239+0000 mon.smithi087 2023-11-15T04:24:11.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:11.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: audit 2023 2023-11-15T04:24:11.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: -11-15T04:24:09 2023-11-15T04:24:11.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: .716031+0000 mon.smithi194 (mon.1) 12 : audit 2023-11-15T04:24:11.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: [INF] from='osd.2 [v2:172.21.15.194:6808/3468360568,v1:172.21.15.194:6809/3468360568]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T04:24:11.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:24:11.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: :24:09.716390+0000 mon.smithi087 (mon. 2023-11-15T04:24:11.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:10 smithi194 conmon[88664]: 0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T04:24:11.709 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":19,"num_osds":8,"num_up_osds":2,"osd_up_since":1700022249,"num_in_osds":8,"osd_in_since":1700022230,"num_remapped_pgs":0} 2023-11-15T04:24:11.859 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023-11-15T04:24:10.607030+0000 mon.smithi087 (mon.0) 404 2023-11-15T04:24:11.859 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T04:24:11.860 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: cluster 2023-11-15T04:24:10.607127+0000 mon.smithi087 (mon.0) 405 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-15T04:24:11.860 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023-11-15T04:24:10.607240+0000 mon.smithi087 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:11.860 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023-11-15T04:24:10.607493 2023-11-15T04:24:11.860 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:11.860 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023-11-15T04:24:10.607647+0000 mon.smithi194 ( 2023-11-15T04:24:11.860 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/3468360568,v1:172.21.15.194:6809/3468360568]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:11.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:24:11.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: 24:10.607651+0000 mon.smithi087 (mon.0) 408 2023-11-15T04:24:11.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:11.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:24:11.861 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: 04:24:10.607772+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:11.862 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: 409 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:11.862 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:24:11.862 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: T04:24:10.607919+0000 mon.smithi087 (mon 2023-11-15T04:24:11.862 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: .0) 410 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:11.862 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:24:11.863 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: 11-15T04:24:10.608160+0000 mon.smithi087 2023-11-15T04:24:11.863 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: (mon.0) 411 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:11.863 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023 2023-11-15T04:24:11.863 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: -11-15T04:24:10.608334+0000 2023-11-15T04:24:11.863 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: mon.smithi087 (mon.0) 412 : audit [DBG] 2023-11-15T04:24:11.863 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:11.864 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023-11-15T04:24: 2023-11-15T04:24:11.864 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: 10.861165+0000 mon.smithi087 (mon.0) 413 : audit 2023-11-15T04:24:11.864 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: [DBG] from='client.? 172.21.15.87:0/623438846' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:11.864 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023 2023-11-15T04:24:11.864 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: -11-15T04:24:11.050954+0000 2023-11-15T04:24:11.865 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: mon.smithi087 (mon.0) 414 : audit [INF] 2023-11-15T04:24:11.865 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:11.865 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:24:11.865 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: :24:11.051624+0000 mon.smithi087 (mon. 2023-11-15T04:24:11.865 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: 0) 415 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T04:24:11.866 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: audit 2023-11 2023-11-15T04:24:11.866 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: -15T04:24:11.052171+0000 mon.smithi087 (mon 2023-11-15T04:24:11.866 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:11 smithi194 conmon[88664]: .0) 416 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:11.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023-11-15T04:24:10.607030+0000 mon.smithi087 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T04:24:11.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: cluster 2023-11-15T04:24:10.607127+0000 mon.smithi087 (mon.0) 405 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-15T04:24:11.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023-11-15T04:24:10.607240+0000 2023-11-15T04:24:11.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: mon.smithi087 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:11.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023-11-15T04 2023-11-15T04:24:11.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: :24:10.607493+0000 mon.smithi087 (mon.0 2023-11-15T04:24:11.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: ) 407 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:11.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023-11-15T04: 2023-11-15T04:24:11.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: 24:10.607647+0000 mon.smithi194 (mon.1 2023-11-15T04:24:11.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: ) 13 : audit [INF] from='osd.2 [v2:172.21.15.194:6808/3468360568,v1:172.21.15.194:6809/3468360568]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:11.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:24:11.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: -15T04:24:10.607651+0000 2023-11-15T04:24:11.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: mon.smithi087 (mon.0) 408 : audit [DBG] 2023-11-15T04:24:11.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:11.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023-11-15T04:24:11.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: 2023-11-15T04:24:10.607772+0000 mon.smithi087 (mon.0) 409 : audit [DBG] 2023-11-15T04:24:11.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:11.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023 2023-11-15T04:24:11.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: -11-15T04:24:10.607919+0000 mon.smithi087 (mon 2023-11-15T04:24:11.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: .0) 410 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:11.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:24:11.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: 11-15T04:24:10. 2023-11-15T04:24:11.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: 608160+0000 mon.smithi087 (mon.0) 411 : audit 2023-11-15T04:24:11.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:11.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:24:11.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: T04:24:10.608334+0000 mon.smithi087 ( 2023-11-15T04:24:11.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:11.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023-11-15T04:24:11.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: 2023-11-15T04:24: 2023-11-15T04:24:11.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: 10.861165+0000 mon.smithi087 (mon.0) 413 : 2023-11-15T04:24:11.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit [DBG] from='client.? 172.21.15.87:0/623438846' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:11.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023-11- 2023-11-15T04:24:11.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: 15T04:24:11.050954+0000 2023-11-15T04:24:11.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: mon.smithi087 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:11.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: 2023-11-15T04:24:11.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023-11-15T04:24:11.883 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: 2023-11-15T04:24:11.051624 2023-11-15T04:24:11.883 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 415 : audit [INF] 2023-11-15T04:24:11.883 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T04:24:11.883 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: audit 2023-11-15T04 2023-11-15T04:24:11.883 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: :24:11.052171+0000 mon.smithi087 (mon. 2023-11-15T04:24:11.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:11 smithi087 conmon[84412]: 0) 416 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:12.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: cephadm 2023-11-15T04:24:11.052651+0000 mgr.smithi087.fbbqjk (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.5 on smithi087 2023-11-15T04:24:12.653 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: cluster 2023-11-15T04:24:11.199438+0000 mgr.smithi087.fbbqjk (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T04:24:12.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.604807+0000 mon.smithi087 (mon.0) 417 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-11-15T04:24:12.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: cluster 2023-11-15T04:24:11.604888+0000 mon.smithi087 (mon.0) 418 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T04:24:12.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.605210+0000 mon.smithi087 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:12.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.605470+0000 mon.smithi087 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:12.654 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.605661+0000 mon.smithi087 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:12.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.605806+0000 mon.smithi087 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:12.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.608627+0000 mon.smithi087 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:12.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.608798+0000 mon.smithi087 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:12.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.608973+0000 mon.smithi087 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:12.655 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.914621+0000 mon.smithi087 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:12.656 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.915466+0000 mon.smithi087 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T04:24:12.656 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:12 smithi194 conmon[88664]: audit 2023-11-15T04:24:11.916054+0000 mon.smithi087 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:12.710 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:24:12.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: cephadm 2023-11-15T04:24:11.052651+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:24:12.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: mgr.14180) 92 : cephadm [INF] Deploying daemon osd.5 on smithi087 2023-11-15T04:24:12.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: cluster 2023-11-15T04:24:11.199438+0000 mgr.smithi087.fbbqjk (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T04:24:12.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit 2023-11-15T04:24:11.604807+0000 mon.smithi087 (mon.0 2023-11-15T04:24:12.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: ) 417 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-11-15T04:24:12.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: cluster 2023-11-15T 2023-11-15T04:24:12.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 04:24:11.604888+0000 mon.smithi087 2023-11-15T04:24:12.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: (mon.0) 418 : cluster [DBG] 2023-11-15T04:24:12.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: osdmap e20: 8 total, 2 up, 8 in 2023-11-15T04:24:12.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit 2023-11-15T04:24:12.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 2023-11- 2023-11-15T04:24:12.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 15T04:24:11.605210+0000 2023-11-15T04:24:12.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: mon.smithi087 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:12.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:24:12.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 11-15T04:24:11.605470+0000 mon.smithi087 2023-11-15T04:24:12.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:12.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:24:12.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 04:24:11.605661+0000 mon.smithi087 ( 2023-11-15T04:24:12.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:12.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 2023-11-15T04:24:12.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:24:12.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: -15T04:24:11.605806 2023-11-15T04:24:12.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 422 : 2023-11-15T04:24:12.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:12.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:24:12.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: T04:24:11.608627+0000 mon.smithi087 (mon. 2023-11-15T04:24:12.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 0) 423 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:12.885 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:24:12.885 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 04:24:11.608798+0000 mon.smithi087 (mon. 2023-11-15T04:24:12.885 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 0) 424 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:12.885 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:24:12.886 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 04:24:11.608973+0000 mon.smithi087 (mon.0 2023-11-15T04:24:12.886 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: ) 425 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:12.886 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit 2023-11-15T04 2023-11-15T04:24:12.886 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: :24:11.914621+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:12.887 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 426 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:12.887 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit 2023-11-15T04: 2023-11-15T04:24:12.887 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: 24:11.915466+0000 mon.smithi087 (mon.0) 427 2023-11-15T04:24:12.887 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T04:24:12.887 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit 2023-11-15T04:24 2023-11-15T04:24:12.888 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: :11.916054+0000 mon.smithi087 (mon.0) 428 : 2023-11-15T04:24:12.888 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:12 smithi087 conmon[84412]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:13.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: cluster 2023-11-15T04:24:10.693065+0000 osd.2 (osd. 2023-11-15T04:24:13.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: 2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:13.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: cluster 2023-11-15T04:24:10.693118+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:13.679 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: cephadm 2023-11-15T04:24:11.916663+0000 mgr.smithi087.fbbqjk (mgr.14180) 94 : cephadm [INF] Deploying daemon osd.6 on smithi194 2023-11-15T04:24:13.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: cluster 2023-11-15T04:24:12.612200+0000 mon.smithi087 (mon.0) 429 : cluster [INF] osd.2 [v2:172.21.15.194:6808/3468360568,v1:172.21.15.194:6809/3468360568] boot 2023-11-15T04:24:13.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: cluster 2023-11-15T04:24:12.612241+0000 mon.smithi087 (mon.0) 430 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T04:24:13.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: audit 2023-11-15T04:24:12.612860+0000 mon.smithi087 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:13.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: audit 2023-11-15T04:24:12.613145+0000 mon.smithi087 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:13.680 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: audit 2023-11-15T04:24:12.613346+0000 mon.smithi087 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:13.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: audit 2023-11-15T04:24:12.613479+0000 mon.smithi087 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:13.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: audit 2023-11-15T04:24:12.613626+0000 mon.smithi087 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:13.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: audit 2023-11-15T04:24:12.616116+0000 mon.smithi087 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:13.681 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:13 smithi194 conmon[88664]: audit 2023-11-15T04:24:12.616313+0000 mon.smithi087 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T04:24:13.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: cluster 2023-11-15T04:24:10.693065+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:13.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: cluster 2023-11-15T04:24:10.693118+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:13.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: cephadm 2023-11-15T04:24:11.916663+0000 mgr.smithi087.fbbqjk (mgr.14180) 94 : cephadm [INF] Deploying daemon osd.6 on smithi194 2023-11-15T04:24:13.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: cluster 2023-11-15T04:24:12.612200+0000 mon.smithi087 (mon.0) 429 : cluster [INF] osd.2 [v2:172.21.15.194:6808/3468360568,v1:172.21.15.194:6809/3468360568] boot 2023-11-15T04:24:13.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: cluster 2023-11-15T04:24:12.612241+0000 mon.smithi087 (mon.0) 430 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T04:24:13.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: audit 2023-11-15T04:24:12.612860+0000 mon.smithi087 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T04:24:13.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: audit 2023-11-15T04:24:12.613145+0000 mon.smithi087 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:13.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: audit 2023-11-15T04:24:12.613346+0000 2023-11-15T04:24:13.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: mon.smithi087 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:13.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: audit 2023-11-15T04:24:12.613479+0000 mon.smithi087 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:13.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: audit 2023-11-15T04:24:12.613626+0000 mon.smithi087 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:13.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: audit 2023-11-15T04:24:12.616116+0000 mon.smithi087 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:13.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:13 smithi087 conmon[84412]: audit 2023-11-15T04:24:12.616313+0000 mon.smithi087 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T04:24:14.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:14 smithi194 conmon[88664]: cluster 2023-11-15T04:24:13.199672+0000 mgr.smithi087.fbbqjk (mgr.14180) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T04:24:14.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:14 smithi194 conmon[88664]: audit 2023-11-15T04:24:13.626008+0000 mon.smithi087 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T04:24:14.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:14 smithi194 conmon[88664]: cluster 2023-11-15T04:24:13.626058+0000 mon.smithi087 (mon.0) 439 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T04:24:14.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:14 smithi194 conmon[88664]: audit 2023-11-15T04:24:13.626164+0000 mon.smithi087 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:14.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:14 smithi194 conmon[88664]: audit 2023-11-15T04:24:13.626559+0000 mon.smithi087 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:14.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:14 smithi194 conmon[88664]: audit 2023-11-15T04:24:13.626724+0000 mon.smithi087 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:14.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:14 smithi194 conmon[88664]: audit 2023-11-15T04:24:13.626907+0000 mon.smithi087 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:14.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:14 smithi194 conmon[88664]: audit 2023-11-15T04:24:13.627080+0000 mon.smithi087 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:14.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:14 smithi194 conmon[88664]: audit 2023-11-15T04:24: 2023-11-15T04:24:14.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:14 smithi194 conmon[88664]: 13.627558+0000 mon.smithi087 (mon.0) 445 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T04:24:14.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:14 smithi194 conmon[88664]: audit 2023-11-15T04:24:14.258401+0000 mon.smithi087 (mon.0) 446 : audit [INF] from='osd.3 [v2:172.21.15.87:6810/1158310315,v1:172.21.15.87:6811/1158310315]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T04:24:14.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:14 smithi087 conmon[84412]: cluster 2023-11-15T04:24:13.199672+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:24:14.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:14 smithi087 conmon[84412]: .14180) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T04:24:14.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:14 smithi087 conmon[84412]: audit 2023-11-15T04:24:13.626008+0000 mon.smithi087 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T04:24:14.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:14 smithi087 conmon[84412]: cluster 2023-11-15T04:24:13.626058+0000 mon.smithi087 (mon.0) 439 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T04:24:14.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:14 smithi087 conmon[84412]: audit 2023-11-15T04:24:13.626164+0000 mon.smithi087 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:14.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:14 smithi087 conmon[84412]: audit 2023-11-15T04:24:13.626559+0000 mon.smithi087 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:14.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:14 smithi087 conmon[84412]: audit 2023-11-15T04:24:13.626724+0000 mon.smithi087 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:14.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:14 smithi087 conmon[84412]: audit 2023-11-15T04:24:13.626907+0000 mon.smithi087 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:14.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:14 smithi087 conmon[84412]: audit 2023-11-15T04:24:13.627080+0000 mon.smithi087 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:14.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:14 smithi087 conmon[84412]: audit 2023-11-15T04:24:13.627558+0000 mon.smithi087 (mon.0) 445 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T04:24:14.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:14 smithi087 conmon[84412]: audit 2023-11-15T04:24:14.258401+0000 mon.smithi087 (mon.0) 446 : audit [INF] from='osd.3 [v2:172.21.15.87:6810/1158310315,v1:172.21.15.87:6811/1158310315]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T04:24:15.540 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:15.764 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: audit 2023-11-15T04:24:14.626981+0000 2023-11-15T04:24:15.764 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: mon.smithi087 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T04:24:15.764 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: audit 2023-11-15T04:24:14.627041+0000 mon.smithi087 (mon.0) 448 : audit [INF] from='osd.3 [v2:172.21.15.87:6810/1158310315,v1:172.21.15.87:6811/1158310315]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T04:24:15.764 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: cluster 2023-11-15T04:24:14.627089+0000 mon.smithi087 (mon.0) 449 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T04:24:15.765 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: audit 2023-11-15T04:24:14.627437+0000 mon.smithi087 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:15.765 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: audit 2023-11-15T04:24:14.627685+0000 mon.smithi087 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:15.765 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: audit 2023-11-15T04:24:14.627838+0000 mon.smithi087 (mon.0) 452 : audit [INF] from='osd.3 [v2:172.21.15.87:6810/1158310315,v1:172.21.15.87:6811/1158310315]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-15T04:24:15.765 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: audit 2023-11-15T04:24:14.628046+0000 mon.smithi087 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:15.765 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: audit 2023-11-15T04:24:14.628199+0000 mon.smithi087 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:15.766 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: audit 2023-11-15T04:24:14.628351+0000 mon.smithi087 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:15.766 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: audit 2023-11-15T04:24:15.123526+0000 mon.smithi087 (mon.0) 456 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/306744540,v1:172.21.15.194:6817/306744540]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T04:24:15.766 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:15 smithi087 conmon[84412]: audit 2023-11-15T04:24:15.539703+0000 mon.smithi087 (mon.0) 457 : audit [DBG] from='client.? 172.21.15.87:0/3187362436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:15.936 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: audit 2023-11-15T04:24:14.626981+0000 mon.smithi087 (mon.0) 447 2023-11-15T04:24:15.936 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T04:24:15.936 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: audit 2023-11-15T04:24:14.627041+0000 mon.smithi087 (mon.0) 448 : audit [INF] from='osd.3 [v2:172.21.15.87:6810/1158310315,v1:172.21.15.87:6811/1158310315]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T04:24:15.937 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: cluster 2023-11-15T04:24:15.937 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: 2023-11-15T04:24:14.627089+0000 mon.smithi087 (mon.0 2023-11-15T04:24:15.937 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: ) 449 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T04:24:15.937 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: audit 2023 2023-11-15T04:24:15.937 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: -11-15T04:24:14.627437+0000 2023-11-15T04:24:15.938 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: mon.smithi087 (mon.0) 450 : audit [DBG] 2023-11-15T04:24:15.938 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:15.938 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: audit 2023-11-15T04:24:15.938 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: 2023-11-15 2023-11-15T04:24:15.938 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: T04:24:14.627685+0000 2023-11-15T04:24:15.939 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: mon.smithi087 (mon.0) 451 : audit [DBG] 2023-11-15T04:24:15.939 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:15.939 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: audit 2023-11 2023-11-15T04:24:15.939 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: -15T04:24:14.627838+0000 2023-11-15T04:24:15.939 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: mon.smithi087 (mon.0) 452 : audit 2023-11-15T04:24:15.940 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: [INF] from='osd.3 [v2:172.21.15.87:6810/1158310315,v1:172.21.15.87:6811/1158310315]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-15T04:24:15.940 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:24:15.940 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: 15T04:24:14.628046+0000 2023-11-15T04:24:15.940 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: mon.smithi087 (mon.0) 453 : audit [DBG] 2023-11-15T04:24:15.940 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:15.941 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:24:15.941 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: 04:24:14.628199+0000 mon.smithi087 ( 2023-11-15T04:24:15.941 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:15.941 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: 2023-11-15T04:24:15.941 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: audit 2023-11-15T04:24:15.941 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: 2023-11-15T04:24:14.628351 2023-11-15T04:24:15.942 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 455 : audit 2023-11-15T04:24:15.942 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:15.942 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: audit 2023-11 2023-11-15T04:24:15.942 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: -15T04:24:15.123526+0000 2023-11-15T04:24:15.943 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: mon.smithi087 (mon.0) 456 : audit [INF] 2023-11-15T04:24:15.943 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: from='osd.4 [v2:172.21.15.194:6816/306744540,v1:172.21.15.194:6817/306744540]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T04:24:15.943 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:24:15.943 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: 15T04:24:15.539703+0000 2023-11-15T04:24:15.943 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: mon.smithi087 (mon.0) 457 : audit 2023-11-15T04:24:15.943 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:15 smithi194 conmon[88664]: [DBG] from='client.? 172.21.15.87:0/3187362436' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:16.269 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1700022252,"num_in_osds":8,"osd_in_since":1700022230,"num_remapped_pgs":0} 2023-11-15T04:24:16.994 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: cluster 2023-11-15T04:24:15.199970+0000 mgr.smithi087.fbbqjk (mgr.14180) 96 : cluster [DBG] pgmap v66: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T04:24:16.995 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04:24:15.628611+0000 mon.smithi087 (mon.0) 458 : audit [INF] from='osd.3 [v2:172.21.15.87:6810/1158310315,v1:172.21.15.87:6811/1158310315]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-15T04:24:16.995 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04:24:15.628699+0000 mon.smithi087 (mon.0) 459 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/306744540,v1:172.21.15.194:6817/306744540]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T04:24:16.996 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: cluster 2023-11-15T04:24:15.628777+0000 mon.smithi087 (mon.0) 460 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T04:24:16.996 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04:24:16.996 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: 2023-11-15T04:24:15.628928+0000 mon.smithi087 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:16.996 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04:24:15.629690+0000 mon.smithi087 ( 2023-11-15T04:24:16.997 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:16.997 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04:24:16.997 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: 2023-11-15T04:24:15.632537+0000 mon.smithi087 (mon. 2023-11-15T04:24:16.998 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: 0) 463 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/306744540,v1:172.21.15.194:6817/306744540]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:16.998 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:24:16.998 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: :24:15.632837+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:16.999 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: 464 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:16.999 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:24:17.000 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: 24:15.633134+0000 mon.smithi087 (mon.0) 465 2023-11-15T04:24:17.000 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:17.000 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04:24:15.636013+0000 mon.smithi087 ( 2023-11-15T04:24:17.000 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:17.001 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: 2023-11-15T04:24:17.001 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023 2023-11-15T04:24:17.001 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: -11-15T04:24:15 2023-11-15T04:24:17.002 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: .636516+0000 mon.smithi087 (mon.0) 467 : audit 2023-11-15T04:24:17.002 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:17.002 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04:24:17.003 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: 2023-11-15T04:24:16.631047+0000 mon.smithi087 (mon. 2023-11-15T04:24:17.003 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: 0) 468 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/306744540,v1:172.21.15.194:6817/306744540]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-11-15T04:24:17.003 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: cluster 2023-11-15T04:24:17.004 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: 2023-11-15T04:24:16.631135 2023-11-15T04:24:17.004 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 469 : cluster [INF] 2023-11-15T04:24:17.004 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: osd.3 [v2:172.21.15.87:6810/1158310315,v1:172.21.15.87:6811/1158310315] boot 2023-11-15T04:24:17.005 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: cluster 2023-11-15T04: 2023-11-15T04:24:17.005 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: 24:16.631162+0000 mon.smithi087 (mon.0) 470 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-15T04:24:17.005 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04:24:16.631569+0000 mon.smithi087 (mon.0) 471 : audit [DBG] 2023-11-15T04:24:17.005 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:17.006 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:24:17.006 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: :24:16.631966+0000 mon.smithi087 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:17.006 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04:24:16.632139+0000 mon.smithi087 2023-11-15T04:24:17.007 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:17.007 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04:24:16.632266+0000 mon.smithi087 ( 2023-11-15T04:24:17.007 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:17.008 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: audit 2023-11-15T04:24:16.632392+0000 2023-11-15T04:24:17.008 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:16 smithi194 conmon[88664]: mon.smithi087 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:17.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: cluster 2023-11-15T04:24:15.199970+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:24:17.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: mgr.14180) 96 : cluster [DBG] pgmap v66: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T04:24:17.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11-15T04:24:15.628611+0000 mon.smithi087 (mon.0) 458 : audit [INF] from='osd.3 [v2:172.21.15.87:6810/1158310315,v1:172.21.15.87:6811/1158310315]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-15T04:24:17.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11-15T04:24:15.628699+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:17.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 459 : audit [INF] from='osd.4 [v2:172.21.15.194:6816/306744540,v1:172.21.15.194:6817/306744540]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T04:24:17.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: cluster 2023- 2023-11-15T04:24:17.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 11-15T04:24:15. 2023-11-15T04:24:17.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 628777+0000 mon.smithi087 (mon.0) 460 : cluster 2023-11-15T04:24:17.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T04:24:17.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11- 2023-11-15T04:24:17.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 15T04:24:15.628928 2023-11-15T04:24:17.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 461 : audit 2023-11-15T04:24:17.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:17.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11- 2023-11-15T04:24:17.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 15T04:24:15.629690+0000 2023-11-15T04:24:17.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: mon.smithi087 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:17.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 2023-11-15T04:24:17.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11-15T04:24:17.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 2023-11-15T04:24:15 2023-11-15T04:24:17.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: .632537+0000 mon.smithi087 (mon.0) 463 : audit 2023-11-15T04:24:17.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: [INF] from='osd.4 [v2:172.21.15.194:6816/306744540,v1:172.21.15.194:6817/306744540]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:17.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:24:17.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: T04:24:15.632837+0000 mon.smithi087 ( 2023-11-15T04:24:17.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:17.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:24:17.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: T04:24:15.633134+0000 mon.smithi087 2023-11-15T04:24:17.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:17.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023 2023-11-15T04:24:17.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: -11-15T04:24:15 2023-11-15T04:24:17.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: .636013+0000 mon.smithi087 (mon.0) 466 : audit 2023-11-15T04:24:17.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:17.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:24:17.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 04:24:15.636516+0000 mon.smithi087 ( 2023-11-15T04:24:17.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:17.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11-15T04:24:17.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 2023-11-15T04:24: 2023-11-15T04:24:17.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 16.631047+0000 mon.smithi087 (mon.0) 468 2023-11-15T04:24:17.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: : audit [INF] from='osd.4 [v2:172.21.15.194:6816/306744540,v1:172.21.15.194:6817/306744540]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-11-15T04:24:17.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: cluster 2023-11-15 2023-11-15T04:24:17.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: T04:24:16.631135+0000 mon.smithi087 2023-11-15T04:24:17.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: (mon.0) 469 : cluster [INF] osd.3 [v2:172.21.15.87:6810/1158310315,v1:172.21.15.87:6811/1158310315] boot 2023-11-15T04:24:17.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: cluster 2023 2023-11-15T04:24:17.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: -11-15T04:24:16 2023-11-15T04:24:17.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: .631162+0000 mon.smithi087 (mon.0) 470 : 2023-11-15T04:24:17.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-15T04:24:17.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:24:17.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: -15T04:24:16. 2023-11-15T04:24:17.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 631569+0000 mon.smithi087 (mon.0) 471 : audit 2023-11-15T04:24:17.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T04:24:17.139 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:24:17.139 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: T04:24:16.631966+0000 mon.smithi087 2023-11-15T04:24:17.139 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:17.139 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 2023-11-15T04:24:17.139 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11-15T04:24:17.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 2023-11-15T04:24:16. 2023-11-15T04:24:17.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 632139+0000 mon.smithi087 (mon.0) 473 : audit 2023-11-15T04:24:17.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:17.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:24:17.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: T04:24:16 2023-11-15T04:24:17.141 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: .632266+0000 mon.smithi087 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:17.141 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: audit 2023-11-15T04:24:17.141 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: 2023-11-15T04:24 2023-11-15T04:24:17.141 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: :16.632392+0000 mon.smithi087 (mon.0 2023-11-15T04:24:17.141 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:16 smithi087 conmon[84412]: ) 475 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:17.270 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:24:17.970 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: cluster 2023-11-15T04:24:15.251886+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:17.971 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: cluster 2023-11-15T04:24:15.251974+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:17.971 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: audit 2023-11-15T04:24:16.637511+0000 mon.smithi087 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:17.971 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: audit 2023-11-15T04:24:17.157415+0000 mon.smithi087 (mon.0) 477 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:17.971 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: audit 2023-11-15T04:24:17.370853+0000 mon.smithi087 (mon.0) 478 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:17.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: audit 2023-11-15T04:24:17.371646+0000 mon.smithi087 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T04:24:17.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: audit 2023-11-15T04:24:17.372277+0000 mon.smithi087 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:17.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: cluster 2023-11-15T04:24:17.631962+0000 mon.smithi087 (mon.0) 481 : cluster [INF] osd.4 [v2:172.21.15.194:6816/306744540,v1:172.21.15.194:6817/306744540] boot 2023-11-15T04:24:17.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: cluster 2023-11-15T04:24:17.632000+0000 mon.smithi087 (mon.0) 482 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-11-15T04:24:17.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: audit 2023-11-15T04:24:17.632279+0000 mon.smithi087 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:17.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: audit 2023-11-15T04:24:17.632522+0000 mon.smithi087 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:17.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: audit 2023-11-15T04:24:17.632774+0000 mon.smithi087 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:17.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: audit 2023-11-15T04: 2023-11-15T04:24:17.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:17 smithi087 conmon[84412]: 24:17.632972+0000 mon.smithi087 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:18.042 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: cluster 2023-11-15T04:24:15.251886+0000 osd.3 (osd.3) 2023-11-15T04:24:18.042 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:18.042 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: cluster 2023-11-15T04:24:15.251974+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:18.043 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:24:18.043 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 04:24:16.637511+0000 mon.smithi087 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:18.043 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: audit 2023-11-15T04:24:18.043 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 2023-11-15T04:24:17.157415+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:18.043 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 477 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:18.044 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:24:18.044 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 11-15T04:24:17.370853+0000 mon.smithi087 (mon 2023-11-15T04:24:18.044 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: .0) 478 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:18.044 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: audit 2023-11-15T04:24:18.044 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 2023-11-15T 2023-11-15T04:24:18.045 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 04:24:17.371646+0000 mon.smithi087 ( 2023-11-15T04:24:18.045 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: mon.0) 479 : audit [INF] 2023-11-15T04:24:18.045 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T04:24:18.045 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: audit 2023-11-15T04:24:18.045 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 2023-11-15T04:24 2023-11-15T04:24:18.046 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: :17.372277+0000 mon.smithi087 (mon. 2023-11-15T04:24:18.046 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 0) 480 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:18.046 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: cluster 2023-11 2023-11-15T04:24:18.046 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: -15T04:24:17.631962+0000 mon.smithi087 (mon 2023-11-15T04:24:18.046 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: .0) 481 : cluster [INF] osd.4 [v2:172.21.15.194:6816/306744540,v1:172.21.15.194:6817/306744540] boot 2023-11-15T04:24:18.047 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: cluster 2023-11 2023-11-15T04:24:18.047 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: -15T04:24:17.632000+0000 mon.smithi087 (mon.0) 482 2023-11-15T04:24:18.047 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-11-15T04:24:18.048 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:24:18.048 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 04:24:17.632279+0000 mon.smithi087 (mon.0) 483 : 2023-11-15T04:24:18.048 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T04:24:18.049 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: audit 2023-11-15T04:24:18.049 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 2023-11-15T04:24:17.632522+0000 2023-11-15T04:24:18.049 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: mon.smithi087 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:18.049 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 2023-11-15T04:24:18.049 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: audit 2023-11-15T04:24:17. 2023-11-15T04:24:18.050 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: 632774+0000 mon.smithi087 (mon.0) 485 : audit [DBG] 2023-11-15T04:24:18.050 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:18.050 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: audit 2023-11-15T04:24:17.632972+0000 2023-11-15T04:24:18.050 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:17 smithi194 conmon[88664]: mon.smithi087 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:18.910 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:18 smithi087 conmon[84412]: cluster 2023-11-15T04:24:16.092996+0000 osd.4 2023-11-15T04:24:18.911 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:18 smithi087 conmon[84412]: (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:18.911 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:18 smithi087 conmon[84412]: cluster 2023-11-15T04:24:16.093042+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:18.911 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:18 smithi087 conmon[84412]: cluster 2023-11-15T04:24:17.200253+0000 mgr.smithi087.fbbqjk (mgr.14180) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T04:24:18.911 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:18 smithi087 conmon[84412]: cephadm 2023-11-15T04:24:17.372826+0000 mgr.smithi087.fbbqjk (mgr.14180) 98 : cephadm [INF] Deploying daemon osd.7 on smithi087 2023-11-15T04:24:18.913 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:18 smithi194 conmon[88664]: cluster 2023-11-15T04:24:16.092996+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:18.914 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:18 smithi194 conmon[88664]: cluster 2023-11-15T04:24:16.093042+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:18.914 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:18 smithi194 conmon[88664]: cluster 2023-11-15T04:24:17.200253+0000 mgr.smithi087.fbbqjk (mgr.14180) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T04:24:18.914 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:18 smithi194 conmon[88664]: cephadm 2023-11-15T04:24:17.372826+0000 mgr.smithi087.fbbqjk (mgr.14180) 98 : cephadm [INF] Deploying daemon osd.7 on smithi087 2023-11-15T04:24:19.648 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:19 smithi087 conmon[84412]: cluster 2023-11-15T04:24:18.637499+0000 mon.smithi087 (mon.0) 487 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-15T04:24:19.648 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:19 smithi087 conmon[84412]: audit 2023-11-15T04:24:18.637649+0000 mon.smithi087 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:19.648 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:19 smithi087 conmon[84412]: audit 2023-11-15T04:24:18.638492+0000 mon.smithi087 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:19.649 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:19 smithi087 conmon[84412]: audit 2023-11-15T04:24:18.638670+0000 mon.smithi087 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:19.803 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:19 smithi194 conmon[88664]: cluster 2023-11-15T04:24:18.637499+0000 mon.smithi087 (mon.0 2023-11-15T04:24:19.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:19 smithi194 conmon[88664]: ) 487 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-15T04:24:19.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:19 smithi194 conmon[88664]: audit 2023-11-15T04:24:18.637649+0000 mon.smithi087 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:19.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:19 smithi194 conmon[88664]: audit 2023-11-15T04:24:18.638492+0000 mon.smithi087 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:19.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:19 smithi194 conmon[88664]: audit 2023-11-15T04:24:18.638670+0000 mon.smithi087 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:19.832 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:20.550 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":27,"num_osds":8,"num_up_osds":5,"osd_up_since":1700022257,"num_in_osds":8,"osd_in_since":1700022230,"num_remapped_pgs":0} 2023-11-15T04:24:20.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:20 smithi087 conmon[84412]: cluster 2023-11-15T04:24:19.200741+0000 mgr.smithi087.fbbqjk (mgr.14180) 99 : cluster 2023-11-15T04:24:20.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:20 smithi087 conmon[84412]: [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:24:20.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:20 smithi087 conmon[84412]: audit 2023-11-15T04:24:19.831874+0000 mon.smithi087 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.87:0/2657253031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:20.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:20 smithi087 conmon[84412]: audit 2023-11-15T04:24:20.145786+0000 mon.smithi087 (mon 2023-11-15T04:24:20.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:20 smithi087 conmon[84412]: .0) 492 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:20.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:20 smithi087 conmon[84412]: audit 2023-11-15T04:24:20.339957+0000 mon.smithi194 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.194:6824/4271055709,v1:172.21.15.194:6825/4271055709]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T04:24:20.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:20 smithi087 conmon[84412]: 2023-11-15T04:24:20.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:20 smithi087 conmon[84412]: audit 2023-11-15T04:24:20.340293+0000 mon.smithi087 (mon.0 2023-11-15T04:24:20.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:20 smithi087 conmon[84412]: ) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T04:24:20.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:20 smithi087 conmon[84412]: audit 2023-11-15T04:24:20.564161 2023-11-15T04:24:20.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:20 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 494 : audit [INF] from='osd.5 [v2:172.21.15.87:6818/3932590531,v1:172.21.15.87:6819/3932590531]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T04:24:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: cluster 2023-11-15T04:24:19.200741+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:24:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: mgr.14180) 99 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:24:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: audit 2023-11-15T04:24:19.831874+0000 mon.smithi087 ( 2023-11-15T04:24:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: mon.0) 491 : audit [DBG] from='client.? 172.21.15.87:0/2657253031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:21.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: audit 2023-11-15T04:24:20.145786+0000 mon.smithi087 (mon. 2023-11-15T04:24:21.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: 0) 492 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:21.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:24:21.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: T04:24:20.339957+0000 mon.smithi194 (mon. 2023-11-15T04:24:21.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: 1) 14 : audit [INF] from='osd.6 [v2:172.21.15.194:6824/4271055709,v1:172.21.15.194:6825/4271055709]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T04:24:21.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:24:21.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: 15T04:24:20.340293+0000 mon.smithi087 (mon 2023-11-15T04:24:21.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: .0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T04:24:21.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: audit 2023-11 2023-11-15T04:24:21.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: -15T04:24:20.564161+0000 mon.smithi087 ( 2023-11-15T04:24:21.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:20 smithi194 conmon[88664]: mon.0) 494 : audit [INF] from='osd.5 [v2:172.21.15.87:6818/3932590531,v1:172.21.15.87:6819/3932590531]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T04:24:21.551 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:24:22.480 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: audit 2023-11-15T04:24:21.148658+0000 2023-11-15T04:24:22.480 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: mon.smithi087 (mon.0) 495 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T04:24:22.481 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: audit 2023-11-15T04:24:21.148751+0000 mon.smithi087 (mon.0) 496 2023-11-15T04:24:22.481 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: : audit [INF] from='osd.5 [v2:172.21.15.87:6818/3932590531,v1:172.21.15.87:6819/3932590531]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T04:24:22.481 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: cluster 2023-11- 2023-11-15T04:24:22.481 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: 15T04:24:21.148807+0000 mon.smithi087 (mon.0) 497 : cluster 2023-11-15T04:24:22.481 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T04:24:22.482 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: audit 2023-11-15T04:24:22.482 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: 2023-11-15T 2023-11-15T04:24:22.482 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: 04:24:21.148915+0000 mon.smithi087 ( 2023-11-15T04:24:22.482 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: mon.0) 498 : audit [DBG] 2023-11-15T04:24:22.482 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:22.483 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: audit 2023-11-15T04:24:22.483 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: 2023-11-15T04: 2023-11-15T04:24:22.483 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: 24:21.149249+0000 mon.smithi087 (mon. 2023-11-15T04:24:22.483 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: 0) 499 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:22.483 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: 2023-11-15T04:24:22.483 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:24:22.484 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: -15T04:24:21.149282+0000 mon.smithi194 2023-11-15T04:24:22.484 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: (mon.1) 15 : audit [INF] 2023-11-15T04:24:22.484 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: from='osd.6 [v2:172.21.15.194:6824/4271055709,v1:172.21.15.194:6825/4271055709]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:22.484 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: audit 2023-11-15T04:24:22.484 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: 2023-11-15T04:24: 2023-11-15T04:24:22.485 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: 21.149412+0000 mon.smithi087 (mon.0 2023-11-15T04:24:22.485 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: ) 500 : audit [INF] from='osd.5 [v2:172.21.15.87:6818/3932590531,v1:172.21.15.87:6819/3932590531]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-15T04:24:22.485 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: audit 2023-11 2023-11-15T04:24:22.485 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: -15T04:24:21.149726+0000 mon.smithi087 (mon.0 2023-11-15T04:24:22.485 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: ) 501 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:22.486 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: audit 2023-11-15T04:24:21 2023-11-15T04:24:22.486 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: .149909+0000 mon.smithi087 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:22.486 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: cluster 2023-11-15T04 2023-11-15T04:24:22.486 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: :24:21.201074+0000 mgr.smithi087.fbbqjk (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:24:22.486 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:22 smithi087 conmon[84412]: 2023-11-15T04:24:22.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: audit 2023-11-15T04:24:21.148658+0000 mon.smithi087 (mon.0) 495 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T04:24:22.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: audit 2023-11-15T04:24:21.148751+0000 mon.smithi087 (mon.0) 496 : audit [INF] from='osd.5 [v2:172.21.15.87:6818/3932590531,v1:172.21.15.87:6819/3932590531]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T04:24:22.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: cluster 2023-11-15T04:24:21.148807+0000 mon.smithi087 (mon. 2023-11-15T04:24:22.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: 0) 497 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T04:24:22.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: audit 2023-11-15T04:24:21.148915 2023-11-15T04:24:22.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:22.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:24:22.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: 11-15T04:24:21.149249+0000 mon.smithi087 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:22.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: audit 2023-11-15T04:24:21 2023-11-15T04:24:22.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: .149282+0000 mon.smithi194 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.194:6824/4271055709,v1:172.21.15.194:6825/4271055709]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:22.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: audit 2023-11-15T04:24:21.149412+0000 mon.smithi087 (mon 2023-11-15T04:24:22.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: .0) 500 : audit [INF] from='osd.5 [v2:172.21.15.87:6818/3932590531,v1:172.21.15.87:6819/3932590531]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-15T04:24:22.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: audit 2023-11-15T04:24:21.149726 2023-11-15T04:24:22.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:22.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: 2023-11-15T04:24:22.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:24:22.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: :24:21.149909+0000 mon.smithi087 (mon.0 2023-11-15T04:24:22.560 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: ) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-11-15T04:24:22.560 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: cluster 2023 2023-11-15T04:24:22.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: -11-15T04:24:21. 2023-11-15T04:24:22.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: 201074+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:24:22.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:22 smithi194 conmon[88664]: 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:24:23.369 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:23 smithi087 conmon[84412]: audit 2023-11-15T04:24:22.149237+0000 mon.smithi087 (mon. 2023-11-15T04:24:23.369 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:23 smithi087 conmon[84412]: 0) 503 : audit [INF] from='osd.5 [v2:172.21.15.87:6818/3932590531,v1:172.21.15.87:6819/3932590531]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-15T04:24:23.370 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:23 smithi087 conmon[84412]: audit 2023-11-15T04:24:22.149293+0000 mon.smithi087 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-11-15T04:24:23.370 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:23 smithi087 conmon[84412]: cluster 2023-11-15T04:24:22.149342+0000 mon.smithi087 (mon.0) 505 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-15T04:24:23.370 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:23 smithi087 conmon[84412]: audit 2023-11-15T04:24:22.149720+0000 mon.smithi087 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:23.370 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:23 smithi087 conmon[84412]: audit 2023-11-15T04:24:22.150038+0000 mon.smithi087 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:23.371 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:23 smithi087 conmon[84412]: audit 2023-11-15T04:24:22.150600+0000 mon.smithi087 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:23.371 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:23 smithi087 conmon[84412]: audit 2023-11-15T04:24:22.153035+0000 mon.smithi087 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:23.371 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:23 smithi087 conmon[84412]: audit 2023-11-15T04:24:22.163064+0000 mon.smithi087 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:23.371 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:23 smithi087 conmon[84412]: audit 2023-11-15T04:24:23.152898+0000 mon.smithi087 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:23.371 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:23 smithi087 conmon[84412]: audit 2023-11-15T04:24:23.155796+0000 mon.smithi087 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:23.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: audit 2023-11-15T04:24:22.149237+0000 mon.smithi087 (mon.0) 503 : 2023-11-15T04:24:23.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: audit [INF] from='osd.5 [v2:172.21.15.87:6818/3932590531,v1:172.21.15.87:6819/3932590531]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-15T04:24:23.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: audit 2023-11-15T04:24:22.149293+0000 mon.smithi087 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-11-15T04:24:23.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: cluster 2023-11-15T04:24:23.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: 2023-11-15T04:24:22.149342+0000 mon.smithi087 (mon.0) 505 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-15T04:24:23.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: audit 2023-11-15T04:24:23.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: 2023-11-15T04:24: 2023-11-15T04:24:23.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: 22.149720+0000 mon.smithi087 (mon.0) 506 : 2023-11-15T04:24:23.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:23.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: audit 2023-11 2023-11-15T04:24:23.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: -15T04:24:22.150038 2023-11-15T04:24:23.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 507 : audit 2023-11-15T04:24:23.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:23.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:24:23.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: :24:22.150600+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:23.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: 508 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:23.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:24:23.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: 24:22.153035+0000 mon.smithi087 (mon.0 2023-11-15T04:24:23.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: ) 509 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:23.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: audit 2023 2023-11-15T04:24:23.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: -11-15T04:24:22. 2023-11-15T04:24:23.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: 163064+0000 mon.smithi087 (mon.0) 510 : audit [DBG] 2023-11-15T04:24:23.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:23.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:24:23.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: 24:23.152898+0000 mon.smithi087 (mon.0) 511 2023-11-15T04:24:23.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:23.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:24:23.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: 15T04:24:23.155796+0000 2023-11-15T04:24:23.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:23 smithi194 conmon[88664]: mon.smithi087 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:24.027 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:24.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: cluster 2023-11-15T04:24:21.340828+0000 osd.6 2023-11-15T04:24:24.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:24.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: cluster 2023-11-15T04:24:21.340868+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:24.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: cluster 2023-11-15T04:24:21.608701+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:24.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: cluster 2023-11-15T04:24:21.608762+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:24.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: cluster 2023-11-15T04:24:23.163941+0000 mon.smithi087 (mon.0) 513 : cluster [INF] osd.5 [v2:172.21.15.87:6818/3932590531,v1:172.21.15.87:6819/3932590531] boot 2023-11-15T04:24:24.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: cluster 2023-11-15T04:24:23.163980+0000 mon.smithi087 (mon.0) 514 : cluster [INF] osd.6 [v2:172.21.15.194:6824/4271055709,v1:172.21.15.194:6825/4271055709] boot 2023-11-15T04:24:24.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: cluster 2023-11-15T04:24:23.164018+0000 mon.smithi087 (mon.0) 515 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-11-15T04:24:24.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: audit 2023-11-15T04:24:23.164509+0000 mon.smithi087 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:24.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: audit 2023-11-15T04:24:23.164765+0000 mon.smithi087 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:24.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: audit 2023-11-15T04:24:23.164964+0000 mon.smithi087 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:24.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: cluster 2023-11-15T04:24:23.201397+0000 mgr.smithi087.fbbqjk (mgr.14180) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:24:24.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:24 smithi087 conmon[84412]: audit 2023-11-15T04:24:24.027270+0000 mon.smithi087 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.87:0/1930557554' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:24.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: cluster 2023-11-15T04:24:21.340828+0000 osd.6 (osd.6) 1 : cluster [DBG] 2023-11-15T04:24:24.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: purged_snaps scrub starts 2023-11-15T04:24:24.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: cluster 2023-11-15T04:24:21.340868+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:24.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: cluster 2023-11- 2023-11-15T04:24:24.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: 15T04:24:21.608701+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:24.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: cluster 2023- 2023-11-15T04:24:24.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: 11-15T04:24:21.608762+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:24.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: cluster 2023-11- 2023-11-15T04:24:24.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: 15T04:24:23.163941+0000 mon.smithi087 (mon.0) 513 2023-11-15T04:24:24.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: : cluster [INF] osd.5 [v2:172.21.15.87:6818/3932590531,v1:172.21.15.87:6819/3932590531] boot 2023-11-15T04:24:24.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: cluster 2023-11-15T04:24:24.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: 2023-11-15T04:24:23.163980+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:24.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: 514 : cluster [INF] osd.6 [v2:172.21.15.194:6824/4271055709,v1:172.21.15.194:6825/4271055709] boot 2023-11-15T04:24:24.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: cluster 2023-11-15T04:24:24.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: 2023-11-15T04:24:23.164018+0000 mon.smithi087 (mon.0) 515 : cluster [DBG] 2023-11-15T04:24:24.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: osdmap e30: 8 total, 7 up, 8 in 2023-11-15T04:24:24.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:24:24.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: 11-15T04:24:23.164509+0000 mon.smithi087 (mon.0) 516 : audit [DBG] 2023-11-15T04:24:24.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T04:24:24.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: audit 2023-11-15T04:24:24.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: 2023-11-15T04:24:23.164765+0000 mon.smithi087 (mon.0) 517 : audit [DBG] 2023-11-15T04:24:24.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T04:24:24.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:24:24.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: 11-15T04:24:23.164964+0000 mon.smithi087 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:24.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: cluster 2023-11 2023-11-15T04:24:24.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: -15T04:24:23.201397+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:24:24.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: 14180) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T04:24:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: audit 2023-11-15T04:24:24.027270 2023-11-15T04:24:24.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:24 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.87:0/1930557554' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:24.810 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":30,"num_osds":8,"num_up_osds":7,"osd_up_since":1700022263,"num_in_osds":8,"osd_in_since":1700022230,"num_remapped_pgs":0} 2023-11-15T04:24:25.495 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:25 smithi087 conmon[84412]: cluster 2023-11-15T04:24:24.172707+0000 mon.smithi087 (mon.0) 520 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-11-15T04:24:25.495 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:25 smithi087 conmon[84412]: audit 2023-11-15T04:24:24.172823+0000 mon.smithi087 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:25.495 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:25 smithi087 conmon[84412]: audit 2023-11-15T04:24:24.282914+0000 mon.smithi087 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:25.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:25 smithi194 conmon[88664]: cluster 2023-11-15T04:24:24.172707+0000 mon.smithi087 (mon.0) 520 : 2023-11-15T04:24:25.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:25 smithi194 conmon[88664]: cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-11-15T04:24:25.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:25 smithi194 conmon[88664]: audit 2023-11-15T04:24:24.172823+0000 mon.smithi087 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:25.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:25 smithi194 conmon[88664]: audit 2023-11-15T04:24:24.282914+0000 mon.smithi087 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:25.811 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:24:26.479 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:26 smithi087 conmon[84412]: cluster 2023-11-15T04:24:25.201745+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:24:26.479 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:26 smithi087 conmon[84412]: ) 102 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:24:26.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:26 smithi194 conmon[88664]: cluster 2023-11-15T04:24:25.201745+0000 mgr.smithi087.fbbqjk (mgr.14180) 102 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:24:26.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:26 smithi194 conmon[88664]: 2023-11-15T04:24:28.348 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:28.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:28 smithi194 conmon[88664]: cluster 2023-11-15T04:24:27.202097+0000 mgr.smithi087.fbbqjk 2023-11-15T04:24:28.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:28 smithi194 conmon[88664]: (mgr.14180) 103 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:24:28.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:28 smithi194 conmon[88664]: audit 2023-11-15T04:24:27.480848+0000 mon.smithi087 (mon.0) 523 : audit [INF] from='osd.7 [v2:172.21.15.87:6826/3726741681,v1:172.21.15.87:6827/3726741681]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T04:24:28.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:28 smithi194 conmon[88664]: audit 2023-11-15T04:24:27.747862+0000 mon.smithi087 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:28.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:28 smithi194 conmon[88664]: audit 2023-11-15T04:24:27.749644+0000 mon.smithi087 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:24:28.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:28 smithi087 conmon[84412]: cluster 2023-11-15T04:24:27.202097+0000 mgr.smithi087.fbbqjk (mgr.14180) 103 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:24:28.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:28 smithi087 conmon[84412]: audit 2023-11-15T04:24:27.480848+0000 mon.smithi087 (mon.0) 523 : audit [INF] from='osd.7 [v2:172.21.15.87:6826/3726741681,v1:172.21.15.87:6827/3726741681]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T04:24:28.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:28 smithi087 conmon[84412]: audit 2023-11-15T04:24:27.747862+0000 mon.smithi087 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:28.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:28 smithi087 conmon[84412]: audit 2023-11-15T04:24:27.749644+0000 mon.smithi087 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:24:29.295 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":32,"num_osds":8,"num_up_osds":7,"osd_up_since":1700022263,"num_in_osds":8,"osd_in_since":1700022230,"num_remapped_pgs":0} 2023-11-15T04:24:29.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:29 smithi194 conmon[88664]: audit 2023-11-15T04:24:28.268274+0000 mon.smithi087 (mon.0) 526 : audit [INF] from='osd.7 [v2:172.21.15.87:6826/3726741681,v1:172.21.15.87:6827/3726741681]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T04:24:29.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:29 smithi194 conmon[88664]: cluster 2023-11-15T04: 2023-11-15T04:24:29.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:29 smithi194 conmon[88664]: 24:28.268355+0000 mon.smithi087 (mon.0) 527 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-15T04:24:29.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:29 smithi194 conmon[88664]: audit 2023-11-15T04:24:28.268501+0000 mon.smithi087 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:29.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:29 smithi194 conmon[88664]: audit 2023-11-15T04:24:28.268860+0000 mon.smithi087 (mon.0) 529 : audit [INF] from='osd.7 [v2:172.21.15.87:6826/3726741681,v1:172.21.15.87:6827/3726741681]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-15T04:24:29.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:29 smithi194 conmon[88664]: audit 2023-11-15T04:24:28.348402+0000 mon.smithi087 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.87:0/3377271061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:29.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: audit 2023-11-15T04:24:28.268274+0000 2023-11-15T04:24:29.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: mon.smithi087 (mon.0) 526 : audit [INF] from='osd.7 [v2:172.21.15.87:6826/3726741681,v1:172.21.15.87:6827/3726741681]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T04:24:29.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: cluster 2023- 2023-11-15T04:24:29.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: 11-15T04:24:28.268355+0000 mon.smithi087 (mon. 2023-11-15T04:24:29.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: 0) 527 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-15T04:24:29.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: audit 2023-11- 2023-11-15T04:24:29.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: 15T04:24:28.268501+0000 mon.smithi087 (mon. 2023-11-15T04:24:29.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: 0) 528 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:29.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: audit 2023-11-15T04 2023-11-15T04:24:29.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: :24:28.268860+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:29.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: 529 : audit [INF] from='osd.7 [v2:172.21.15.87:6826/3726741681,v1:172.21.15.87:6827/3726741681]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2023-11-15T04:24:29.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: audit 2023-11-15T04:24: 2023-11-15T04:24:29.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: 28.348402+0000 mon.smithi087 (mon.0) 530 : audit 2023-11-15T04:24:29.629 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:29 smithi087 conmon[84412]: [DBG] from='client.? 172.21.15.87:0/3377271061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:30.296 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T04:24:30.481 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: cluster 2023-11-15T04:24:29.202491+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:24:30.481 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: .14180) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:24:30.482 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: audit 2023-11-15T04:24:29.268651+0000 mon.smithi087 (mon.0) 531 : audit [INF] from='osd.7 [v2:172.21.15.87:6826/3726741681,v1:172.21.15.87:6827/3726741681]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-15T04:24:30.482 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: cluster 2023-11-15T04:24:29.268703+0000 mon.smithi087 (mon.0) 532 : cluster 2023-11-15T04:24:30.482 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T04:24:30.483 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: audit 2023-11-15T04:24: 2023-11-15T04:24:30.483 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: 29.269533+0000 mon.smithi087 (mon.0) 533 : audit 2023-11-15T04:24:30.483 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:30.483 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: audit 2023-11-15T04:24:30.484 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: 2023-11-15T04: 2023-11-15T04:24:30.484 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: 24:29.273570+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:30.484 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: 534 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:30.484 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:24:30.484 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: :24:29.573443+0000 mon.smithi087 (mon.0) 535 2023-11-15T04:24:30.485 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:30.485 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:24:30.485 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: 24:30.272593+0000 mon.smithi087 (mon.0) 536 2023-11-15T04:24:30.486 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:30 smithi194 conmon[88664]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:30.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: cluster 2023-11-15T04:24:29.202491+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:24:30.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: 14180) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:24:30.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: audit 2023-11-15T04:24:29.268651+0000 mon.smithi087 (mon.0) 531 : audit [INF] from='osd.7 [v2:172.21.15.87:6826/3726741681,v1:172.21.15.87:6827/3726741681]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2023-11-15T04:24:30.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: cluster 2023-11-15T04:24:29.268703+0000 mon.smithi087 (mon.0) 532 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T04:24:30.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: audit 2023-11-15T04:24:29.269533+0000 mon.smithi087 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:30.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: audit 2023-11-15T04:24:29 2023-11-15T04:24:30.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: .273570+0000 mon.smithi087 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:30.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: audit 2023-11-15T04:24:29.573443+0000 mon.smithi087 (mon 2023-11-15T04:24:30.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: .0) 535 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:30.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: audit 2023-11-15T04:24:30.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: 2023-11-15T04:24:30.272593+0000 mon.smithi087 (mon.0) 536 2023-11-15T04:24:30.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:30 smithi087 conmon[84412]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:31.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:31 smithi194 conmon[88664]: cluster 2023-11-15T04:24:28.497947+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:31.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:31 smithi194 conmon[88664]: cluster 2023-11-15T04:24:28.497992+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:31.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:31 smithi194 conmon[88664]: cluster 2023-11-15T04:24:30.279183+0000 mon.smithi087 (mon.0) 537 : cluster [INF] osd.7 [v2:172.21.15.87:6826/3726741681,v1:172.21.15.87:6827/3726741681] boot 2023-11-15T04:24:31.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:31 smithi194 conmon[88664]: cluster 2023-11-15T04:24:30.279209+0000 mon.smithi087 (mon.0) 538 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-15T04:24:31.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:31 smithi194 conmon[88664]: audit 2023-11-15T04:24:30.279656+0000 mon.smithi087 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:31.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:31 smithi087 conmon[84412]: cluster 2023-11-15T04:24:28.497947+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T04:24:31.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:31 smithi087 conmon[84412]: cluster 2023-11-15T04:24:28.497992+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T04:24:31.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:31 smithi087 conmon[84412]: cluster 2023-11-15T04:24:30.279183+0000 mon.smithi087 (mon.0) 537 : cluster [INF] osd.7 [v2:172.21.15.87:6826/3726741681,v1:172.21.15.87:6827/3726741681] boot 2023-11-15T04:24:31.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:31 smithi087 conmon[84412]: cluster 2023-11-15T04:24:30.279209+0000 mon.smithi087 (mon.0) 538 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-15T04:24:31.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:31 smithi087 conmon[84412]: audit 2023-11-15T04:24:30.279656+0000 mon.smithi087 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T04:24:32.351 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:32 smithi087 conmon[84412]: cluster 2023-11-15T04:24:31 2023-11-15T04:24:32.351 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:32 smithi087 conmon[84412]: .202814+0000 mgr.smithi087.fbbqjk (mgr.14180) 105 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:24:32.351 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:32 smithi087 conmon[84412]: cluster 2023-11-15T04:24:31.292233+0000 mon.smithi087 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-15T04:24:32.352 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:32 smithi087 conmon[84412]: audit 2023-11-15T04:24:32.151751+0000 mon.smithi087 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:32.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:32 smithi194 conmon[88664]: cluster 2023-11-15T04:24:31.202814+0000 mgr.smithi087.fbbqjk (mgr.14180) 105 2023-11-15T04:24:32.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:32 smithi194 conmon[88664]: : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T04:24:32.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:32 smithi194 conmon[88664]: cluster 2023-11-15T04:24:31.292233+0000 mon.smithi087 (mon.0) 540 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-15T04:24:32.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:32 smithi194 conmon[88664]: audit 2023-11-15T04:24:32.151751+0000 mon.smithi087 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:32.748 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:33 smithi087 conmon[84412]: cluster 2023-11-15T04:24:32.297022+0000 mon.smithi087 (mon.0) 542 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-15T04:24:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:33 smithi087 conmon[84412]: audit 2023-11-15T04:24:32.747793+0000 mon.smithi087 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.87:0/2177444671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:33 smithi087 conmon[84412]: audit 2023-11-15T04:24:33.028580+0000 mon.smithi087 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:33.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:33 smithi194 conmon[88664]: cluster 2023-11-15T04:24:32.297022+0000 mon.smithi087 ( 2023-11-15T04:24:33.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:33 smithi194 conmon[88664]: mon.0) 542 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-15T04:24:33.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:33 smithi194 conmon[88664]: audit 2023-11-15T04:24:32.747793+0000 mon.smithi087 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.87:0/2177444671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T04:24:33.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:33 smithi194 conmon[88664]: audit 2023-11-15T04:24:33.028580+0000 mon.smithi087 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:33.899 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":36,"num_osds":8,"num_up_osds":8,"osd_up_since":1700022270,"num_in_osds":8,"osd_in_since":1700022230,"num_remapped_pgs":0} 2023-11-15T04:24:33.900 INFO:tasks.cephadm:Setting up client nodes... 2023-11-15T04:24:33.901 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T04:24:34.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: cephadm 2023-11-15T04:24:33.023726+0000 mgr.smithi087.fbbqjk (mgr.14180) 106 : cephadm [INF] Detected new or changed devices on smithi194 2023-11-15T04:24:34.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: cluster 2023-11-15T04 2023-11-15T04:24:34.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: :24:33.203225+0000 mgr.smithi087.fbbqjk (mgr.14180) 107 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:34.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: audit 2023-11-15T04:24:33.344020+0000 mon.smithi087 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:34.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: audit 2023-11-15T04:24:33.344862+0000 mon.smithi087 (mon.0) 546 : audit [INF] 2023-11-15T04:24:34.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:34.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: audit 2023-11 2023-11-15T04:24:34.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: -15T04:24:33.345578+0000 mon.smithi087 (mon.0 2023-11-15T04:24:34.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: ) 547 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:34.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:24:34.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: T04:24:33.346220+0000 mon.smithi087 (mon. 2023-11-15T04:24:34.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: 0) 548 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:34.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: cephadm 2023- 2023-11-15T04:24:34.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: 11-15T04:24:33.346767+0000 2023-11-15T04:24:34.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 108 : cephadm [INF] 2023-11-15T04:24:34.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: Adjusting osd_memory_target on smithi194 to 4004M 2023-11-15T04:24:34.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:24:34.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: 11-15T04:24:33.351765 2023-11-15T04:24:34.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 549 : 2023-11-15T04:24:34.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:34 smithi194 conmon[88664]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:34.577 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:34 smithi087 conmon[84412]: cephadm 2023-11-15T04:24 2023-11-15T04:24:34.578 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:34 smithi087 conmon[84412]: :33.023726+0000 mgr.smithi087.fbbqjk (mgr.14180) 106 : cephadm [INF] Detected new or changed devices on smithi194 2023-11-15T04:24:34.578 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:34 smithi087 conmon[84412]: cluster 2023-11-15T04:24:33.203225+0000 mgr.smithi087.fbbqjk (mgr.14180) 107 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:34.579 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:34 smithi087 conmon[84412]: audit 2023-11-15T04:24:33.344020+0000 mon.smithi087 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:34.579 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:34 smithi087 conmon[84412]: audit 2023-11-15T04:24:33.344862+0000 mon.smithi087 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:34.579 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:34 smithi087 conmon[84412]: audit 2023-11-15T04:24:33.345578+0000 mon.smithi087 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:34.579 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:34 smithi087 conmon[84412]: audit 2023-11-15T04:24:33.346220+0000 mon.smithi087 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:34.580 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:34 smithi087 conmon[84412]: cephadm 2023-11-15T04:24:33.346767+0000 mgr.smithi087.fbbqjk (mgr.14180) 108 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 4004M 2023-11-15T04:24:34.580 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:34 smithi087 conmon[84412]: audit 2023-11-15T04:24:33.351765+0000 mon.smithi087 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:36.400 INFO:teuthology.orchestra.run.smithi087.stdout:[client.0] 2023-11-15T04:24:36.400 INFO:teuthology.orchestra.run.smithi087.stdout: key = AQAESFRlRR2lFxAAhC5IbVL3sLzjUkWL+m0S1Q== 2023-11-15T04:24:36.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:36 smithi194 conmon[88664]: cluster 2023-11-15T04:24:35.203556+0000 mgr.smithi087.fbbqjk (mgr.14180) 109 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:36.586 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:36 smithi087 conmon[84412]: cluster 2023-11-15T04:24:35.203556+0000 mgr.smithi087.fbbqjk (mgr.14180) 109 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:36.970 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:24:36.970 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-15T04:24:36.970 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-15T04:24:37.013 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T04:24:37.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15T04:24:36.396527+0000 2023-11-15T04:24:37.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: mon.smithi087 (mon.0) 550 : audit [INF] from='client.? 172.21.15.87:0/3116972959' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T04:24:37.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15T04:24:36.399857+0000 mon.smithi087 (mon.0) 551 : audit [INF] from='client.? 172.21.15.87:0/3116972959' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T04:24:37.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: cephadm 2023-11-15T04:24:36.797291+0000 mgr.smithi087.fbbqjk (mgr.14180) 110 : cephadm [INF] Detected new or changed devices on smithi087 2023-11-15T04:24:37.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15T04:24:36.804414+0000 mon.smithi087 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:37.555 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:24:37.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 11-15T04:24:37.118906+0000 mon.smithi087 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:37.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:24:37.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 15T04:24:37.119533+0000 mon.smithi087 (mon.0) 554 : audit [INF] 2023-11-15T04:24:37.556 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:37.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15T04:24:37.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 2023-11-15T04: 2023-11-15T04:24:37.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 24:37.120066+0000 mon.smithi087 (mon.0) 555 : 2023-11-15T04:24:37.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:37.557 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:24:37.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 24:37.120585+0000 mon.smithi087 (mon.0) 556 : 2023-11-15T04:24:37.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:37.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15T04:24: 2023-11-15T04:24:37.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 37.124789+0000 mon.smithi087 (mon.0) 557 : audit 2023-11-15T04:24:37.558 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:37.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:24:37.559 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 04:24:37.125739+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:37.560 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 558 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:37.560 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:24:37.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 24:37.126325+0000 mon.smithi087 (mon.0) 2023-11-15T04:24:37.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 559 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:24:37.561 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:24:37.562 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: T04:24:37.130017+0000 mon.smithi087 (mon.0 2023-11-15T04:24:37.562 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: ) 560 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:37.562 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:24:37.562 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 15T04:24:37.133402+0000 mon.smithi087 (mon. 2023-11-15T04:24:37.563 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 0) 561 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:24:37.563 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:24:37.563 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: T04:24:37.137341+0000 mon.smithi087 (mon. 2023-11-15T04:24:37.564 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 0) 562 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:24:37.564 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11 2023-11-15T04:24:37.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: -15T04:24:37.138296+0000 mon.smithi087 ( 2023-11-15T04:24:37.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:24:37.565 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:24:37.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 24:37.138476+0000 mon.smithi087 (mon.0) 564 : audit 2023-11-15T04:24:37.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:37.566 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: audit 2023-11-15T04:24: 2023-11-15T04:24:37.567 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:37 smithi194 conmon[88664]: 37.138935+0000 mon.smithi087 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:37.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:36.396527+0000 mon.smithi087 (mon.0) 550 : audit [INF] from='client.? 172.21.15.87:0/3116972959' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T04:24:37.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:36.399857+0000 mon.smithi087 (mon.0) 551 : audit [INF] from='client.? 172.21.15.87:0/3116972959' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T04:24:37.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: cephadm 2023-11-15T04:24:36.797291+0000 mgr.smithi087.fbbqjk (mgr.14180) 110 : cephadm [INF] Detected new or changed devices on smithi087 2023-11-15T04:24:37.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:36.804414+0000 mon.smithi087 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:37.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.118906+0000 mon.smithi087 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:37.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.119533+0000 mon.smithi087 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:37.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.120066+0000 mon.smithi087 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:37.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.120585+0000 mon.smithi087 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:24:37.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:24:37.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: T04:24:37.124789+0000 mon.smithi087 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:37.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.125739+0000 mon.smithi087 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:37.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.126325+0000 mon.smithi087 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:24:37.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.130017+0000 mon.smithi087 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:37.627 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.133402+0000 mon.smithi087 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:24:37.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.137341+0000 mon.smithi087 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:24:37.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.138296+0000 mon.smithi087 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T04:24:37.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.138476+0000 mon.smithi087 (mon.0) 564 : 2023-11-15T04:24:37.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:37.628 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:37 smithi087 conmon[84412]: audit 2023-11-15T04:24:37.138935+0000 mon.smithi087 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:24:38.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:38 smithi087 conmon[84412]: cephadm 2023-11-15T04:24:37.120995+0000 mgr.smithi087.fbbqjk 2023-11-15T04:24:38.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:38 smithi087 conmon[84412]: (mgr.14180) 111 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 3236M 2023-11-15T04:24:38.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:38 smithi087 conmon[84412]: cluster 2023-11-15T04:24:37.203832+0000 mgr.smithi087.fbbqjk (mgr.14180) 112 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:38.640 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:38 smithi194 conmon[88664]: cephadm 2023-11-15T04:24:37.120995+0000 mgr.smithi087.fbbqjk (mgr.14180) 111 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 3236M 2023-11-15T04:24:38.640 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:38 smithi194 conmon[88664]: cluster 2023-11-15T04:24:37.203832+0000 mgr.smithi087.fbbqjk (mgr.14180) 112 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:39.206 INFO:teuthology.orchestra.run.smithi194.stdout:[client.1] 2023-11-15T04:24:39.206 INFO:teuthology.orchestra.run.smithi194.stdout: key = AQAHSFRl/7wbDBAAlhk1TmVJ5yhtW6vwtLGSHg== 2023-11-15T04:24:39.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:39 smithi087 conmon[84412]: audit 2023-11-15T04:24:39.202505+0000 mon.smithi194 (mon 2023-11-15T04:24:39.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:39 smithi087 conmon[84412]: .1) 16 : audit [INF] from='client.? 172.21.15.194:0/3754681609' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T04:24:39.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:39 smithi087 conmon[84412]: audit 2023-11-15T04:24:39.202995+0000 mon.smithi087 (mon.0) 566 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T04:24:39.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:39 smithi087 conmon[84412]: audit 2023-11-15T04:24:39.206280+0000 mon.smithi087 (mon.0) 567 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T04:24:40.007 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:39 smithi194 conmon[88664]: audit 2023-11-15T04:24:39.202505+0000 mon.smithi194 ( 2023-11-15T04:24:40.007 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:39 smithi194 conmon[88664]: mon.1) 16 : audit [INF] from='client.? 172.21.15.194:0/3754681609' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T04:24:40.007 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:39 smithi194 conmon[88664]: audit 2023-11-15T04:24:39.202995+0000 mon.smithi087 (mon.0) 566 2023-11-15T04:24:40.007 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:39 smithi194 conmon[88664]: : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T04:24:40.008 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:39 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:24:40.008 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:39 smithi194 conmon[88664]: 11-15T04:24:39.206280+0000 mon.smithi087 (mon.0) 567 : audit [INF] 2023-11-15T04:24:40.008 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:39 smithi194 conmon[88664]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T04:24:40.161 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-11-15T04:24:40.162 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-15T04:24:40.162 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-15T04:24:40.202 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T04:24:40.605 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:24:40.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:40 smithi087 conmon[84412]: cluster 2023-11-15T04:24:39.204099+0000 mgr.smithi087.fbbqjk (mgr.14180) 113 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:40.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:40 smithi087 conmon[84412]: 2023-11-15T04:24:41.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:40 smithi194 conmon[88664]: cluster 2023-11-15T04:24:39.204099+0000 mgr.smithi087.fbbqjk (mgr.14180) 113 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:42.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:42 smithi087 conmon[84412]: cluster 2023-11-15T04:24:41.204377+0000 2023-11-15T04:24:42.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:42 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 114 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:42.933 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:42 smithi194 conmon[88664]: cluster 2023-11-15T04:24:41.204377+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:24:42.934 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:42 smithi194 conmon[88664]: ) 114 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:42.968 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:42.968 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":36,"fsid":"3dcf7d7a-836e-11ee-8dbe-212e2dc638e7","created":"2023-11-15T04:20:48.400261+0000","modified":"2023-11-15T04:24:32.286931+0000","last_up_change":"2023-11-15T04:24:30.275882+0000","last_in_change":"2023-11-15T04:23:50.443588+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T04:24:12.872371+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":"41209d9f-60e6-4861-b36f-707cc48f21c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6801","nonce":3783263489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6803","nonce":3783263489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6807","nonce":3783263489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6805","nonce":3783263489}]},"public_addr":"172.21.15.194:6801/3783263489","cluster_addr":"172.21.15.194:6803/3783263489","heartbeat_back_addr":"172.21.15.194:6807/3783263489","heartbeat_front_addr":"172.21.15.194:6805/3783263489","state":["exists","up"]},{"osd":1,"uuid":"3ff90a2b-4486-4f74-91c2-e73f463e39f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6803","nonce":2040130782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6805","nonce":2040130782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6809","nonce":2040130782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6807","nonce":2040130782}]},"public_addr":"172.21.15.87:6803/2040130782","cluster_addr":"172.21.15.87:6805/2040130782","heartbeat_back_addr":"172.21.15.87:6809/2040130782","heartbeat_front_addr":"172.21.15.87:6807/2040130782","state":["exists","up"]},{"osd":2,"uuid":"8070407c-5539-4372-a63f-8699cc165e92","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6809","nonce":3468360568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6811","nonce":3468360568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6815","nonce":3468360568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6813","nonce":3468360568}]},"public_addr":"172.21.15.194:6809/3468360568","cluster_addr":"172.21.15.194:6811/3468360568","heartbeat_back_addr":"172.21.15.194:6815/3468360568","heartbeat_front_addr":"172.21.15.194:6813/3468360568","state":["exists","up"]},{"osd":3,"uuid":"ee6e792b-d52b-453f-8c83-47e9a4ed3d7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6811","nonce":1158310315}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6813","nonce":1158310315}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6817","nonce":1158310315}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6815","nonce":1158310315}]},"public_addr":"172.21.15.87:6811/1158310315","cluster_addr":"172.21.15.87:6813/1158310315","heartbeat_back_addr":"172.21.15.87:6817/1158310315","heartbeat_front_addr":"172.21.15.87:6815/1158310315","state":["exists","up"]},{"osd":4,"uuid":"7ae70b0d-c7e9-46d5-ac8d-9af0bfe9c872","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.194:6816","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6817","nonce":306744540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6819","nonce":306744540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6823","nonce":306744540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6821","nonce":306744540}]},"public_addr":"172.21.15.194:6817/306744540","cluster_addr":"172.21.15.194:6819/306744540","heartbeat_back_addr":"172.21.15.194:6823/306744540","heartbeat_front_addr":"172.21.15.194:6821/306744540","state":["exists","up"]},{"osd":5,"uuid":"1947baeb-db40-4221-a95a-0d9e1a993672","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6819","nonce":3932590531}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6821","nonce":3932590531}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6825","nonce":3932590531}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6823","nonce":3932590531}]},"public_addr":"172.21.15.87:6819/3932590531","cluster_addr":"172.21.15.87:6821/3932590531","heartbeat_back_addr":"172.21.15.87:6825/3932590531","heartbeat_front_addr":"172.21.15.87:6823/3932590531","state":["exists","up"]},{"osd":6,"uuid":"57aa8db6-1502-4e59-a9da-2ddd4e190ea9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6825","nonce":4271055709}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6827","nonce":4271055709}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6831","nonce":4271055709}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6829","nonce":4271055709}]},"public_addr":"172.21.15.194:6825/4271055709","cluster_addr":"172.21.15.194:6827/4271055709","heartbeat_back_addr":"172.21.15.194:6831/4271055709","heartbeat_front_addr":"172.21.15.194:6829/4271055709","state":["exists","up"]},{"osd":7,"uuid":"c0906c1d-bf5d-4400-9845-b2142aef4858","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6827","nonce":3726741681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6829","nonce":3726741681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6832","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6833","nonce":3726741681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6831","nonce":3726741681}]},"public_addr":"172.21.15.87:6827/3726741681","cluster_addr":"172.21.15.87:6829/3726741681","heartbeat_back_addr":"172.21.15.87:6833/3726741681","heartbeat_front_addr":"172.21.15.87:6831/3726741681","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:05.734097+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:08.490868+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:10.693121+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:15.251979+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:16.093045+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:21.608766+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:21.340870+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:28.497994+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/3853894014":"2023-11-16T04:22:27.180525+0000","172.21.15.87:6800/1381725023":"2023-11-16T04:22:27.180525+0000","172.21.15.87:6800/3781359146":"2023-11-16T04:21:37.465464+0000","172.21.15.87:6801/1381725023":"2023-11-16T04:22:27.180525+0000","172.21.15.87:0/236658688":"2023-11-16T04:21:10.252466+0000","172.21.15.87:0/4178934352":"2023-11-16T04:21:37.465464+0000","172.21.15.87:0/2299459146":"2023-11-16T04:21:37.465464+0000","172.21.15.87:0/3580193410":"2023-11-16T04:21:10.252466+0000","172.21.15.87:6800/553380072":"2023-11-16T04:21:10.252466+0000","172.21.15.87:0/4085729836":"2023-11-16T04:22:27.180525+0000","172.21.15.87:6801/3781359146":"2023-11-16T04:21:37.465464+0000","172.21.15.87:6801/553380072":"2023-11-16T04:21:10.252466+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T04:24:43.822 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:43 smithi194 conmon[88664]: audit 2023-11-15T04:24:42.967512+0000 mon.smithi087 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.87:0/1558881585' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:24:43.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:43 smithi087 conmon[84412]: audit 2023-11-15T04:24:42.967512+0000 mon.smithi087 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.87:0/1558881585' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:24:44.080 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-15T04:24:12.872371+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': {}}}] 2023-11-15T04:24:44.081 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-15T04:24:44.465 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:24:44.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:44 smithi087 conmon[84412]: cluster 2023-11-15T04:24:43.204751+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:24:44.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:44 smithi087 conmon[84412]: mgr.14180) 115 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:45.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:44 smithi194 conmon[88664]: cluster 2023-11-15T04:24:43.204751+0000 mgr.smithi087.fbbqjk (mgr.14180) 115 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:46.357 INFO:teuthology.orchestra.run.smithi087.stdout:pg_num: 1 2023-11-15T04:24:46.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:46 smithi194 conmon[88664]: cluster 2023-11-15T04:24:45.205110+0000 mgr.smithi087.fbbqjk (mgr.14180) 116 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:46.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:46 smithi194 conmon[88664]: audit 2023-11-15T04:24:46.356006+0000 mon.smithi087 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.87:0/2485952782' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T04:24:46.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:46 smithi087 conmon[84412]: cluster 2023-11-15T04:24:45.205110+0000 mgr.smithi087.fbbqjk (mgr.14180) 116 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:46.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:46 smithi087 conmon[84412]: audit 2023-11-15T04:24:46.356006+0000 mon.smithi087 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.87:0/2485952782' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T04:24:47.265 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-15T04:24:47.266 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-15T04:24:47.267 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-15T04:24:47.705 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:24:49.028 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:48 smithi087 conmon[84412]: cluster 2023-11-15T04:24:47.205505+0000 mgr.smithi087.fbbqjk (mgr.14180) 117 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:49.029 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:48 smithi087 conmon[84412]: audit 2023-11-15T04:24:47.748498+0000 mon.smithi087 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:49.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:48 smithi194 conmon[88664]: cluster 2023-11-15T04:24:47.205505+0000 mgr.smithi087.fbbqjk (mgr.14180) 117 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:49.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:48 smithi194 conmon[88664]: audit 2023-11-15T04:24:47.748498+0000 mon.smithi087 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:49.856 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:50.516 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:50 smithi087 conmon[84412]: cluster 2023-11-15T04:24:49.205788+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:24:50.516 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:50 smithi087 conmon[84412]: ) 118 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:50.516 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:50 smithi087 conmon[84412]: audit 2023-11-15T04:24:49.253986+0000 mon.smithi087 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:50.517 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:50 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:24:50.517 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:50 smithi087 conmon[84412]: 04:24:49.851938+0000 mon.smithi087 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.87:0/108623716' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T04:24:50.533 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi087.fbbqjk","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":2156032009},{"type":"v1","addr":"172.21.15.87:6801","nonce":2156032009}]},"active_addr":"172.21.15.87:6801/2156032009","active_change":"2023-11-15T04:22:27.180685+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi194.nmwmop","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.87:8443/","prometheus":"http://172.21.15.87:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":4,"active_clients":[{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":4187678151}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.87:0","nonce":297063177}]}]} 2023-11-15T04:24:50.537 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-15T04:24:50.537 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-15T04:24:50.537 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T04:24:50.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:50 smithi194 conmon[88664]: cluster 2023-11-15T04:24:49.205788+0000 mgr.smithi087.fbbqjk (mgr.14180) 118 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:50.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:50 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:24:50.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:50 smithi194 conmon[88664]: :24:49.253986+0000 mon.smithi087 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:24:50.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:50 smithi194 conmon[88664]: audit 2023-11-15T04:24:49.851938+0000 mon.smithi087 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.87:0/108623716' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T04:24:50.895 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:24:52.541 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:52.541 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":36,"fsid":"3dcf7d7a-836e-11ee-8dbe-212e2dc638e7","created":"2023-11-15T04:20:48.400261+0000","modified":"2023-11-15T04:24:32.286931+0000","last_up_change":"2023-11-15T04:24:30.275882+0000","last_in_change":"2023-11-15T04:23:50.443588+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T04:24:12.872371+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":"41209d9f-60e6-4861-b36f-707cc48f21c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6801","nonce":3783263489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6803","nonce":3783263489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6807","nonce":3783263489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6805","nonce":3783263489}]},"public_addr":"172.21.15.194:6801/3783263489","cluster_addr":"172.21.15.194:6803/3783263489","heartbeat_back_addr":"172.21.15.194:6807/3783263489","heartbeat_front_addr":"172.21.15.194:6805/3783263489","state":["exists","up"]},{"osd":1,"uuid":"3ff90a2b-4486-4f74-91c2-e73f463e39f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6803","nonce":2040130782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6805","nonce":2040130782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6809","nonce":2040130782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6807","nonce":2040130782}]},"public_addr":"172.21.15.87:6803/2040130782","cluster_addr":"172.21.15.87:6805/2040130782","heartbeat_back_addr":"172.21.15.87:6809/2040130782","heartbeat_front_addr":"172.21.15.87:6807/2040130782","state":["exists","up"]},{"osd":2,"uuid":"8070407c-5539-4372-a63f-8699cc165e92","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6809","nonce":3468360568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6811","nonce":3468360568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6815","nonce":3468360568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6813","nonce":3468360568}]},"public_addr":"172.21.15.194:6809/3468360568","cluster_addr":"172.21.15.194:6811/3468360568","heartbeat_back_addr":"172.21.15.194:6815/3468360568","heartbeat_front_addr":"172.21.15.194:6813/3468360568","state":["exists","up"]},{"osd":3,"uuid":"ee6e792b-d52b-453f-8c83-47e9a4ed3d7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6811","nonce":1158310315}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6813","nonce":1158310315}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6817","nonce":1158310315}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6815","nonce":1158310315}]},"public_addr":"172.21.15.87:6811/1158310315","cluster_addr":"172.21.15.87:6813/1158310315","heartbeat_back_addr":"172.21.15.87:6817/1158310315","heartbeat_front_addr":"172.21.15.87:6815/1158310315","state":["exists","up"]},{"osd":4,"uuid":"7ae70b0d-c7e9-46d5-ac8d-9af0bfe9c872","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.194:6816","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6817","nonce":306744540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6819","nonce":306744540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6823","nonce":306744540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6821","nonce":306744540}]},"public_addr":"172.21.15.194:6817/306744540","cluster_addr":"172.21.15.194:6819/306744540","heartbeat_back_addr":"172.21.15.194:6823/306744540","heartbeat_front_addr":"172.21.15.194:6821/306744540","state":["exists","up"]},{"osd":5,"uuid":"1947baeb-db40-4221-a95a-0d9e1a993672","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6819","nonce":3932590531}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6821","nonce":3932590531}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6825","nonce":3932590531}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6823","nonce":3932590531}]},"public_addr":"172.21.15.87:6819/3932590531","cluster_addr":"172.21.15.87:6821/3932590531","heartbeat_back_addr":"172.21.15.87:6825/3932590531","heartbeat_front_addr":"172.21.15.87:6823/3932590531","state":["exists","up"]},{"osd":6,"uuid":"57aa8db6-1502-4e59-a9da-2ddd4e190ea9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6825","nonce":4271055709}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6827","nonce":4271055709}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6831","nonce":4271055709}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6829","nonce":4271055709}]},"public_addr":"172.21.15.194:6825/4271055709","cluster_addr":"172.21.15.194:6827/4271055709","heartbeat_back_addr":"172.21.15.194:6831/4271055709","heartbeat_front_addr":"172.21.15.194:6829/4271055709","state":["exists","up"]},{"osd":7,"uuid":"c0906c1d-bf5d-4400-9845-b2142aef4858","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6827","nonce":3726741681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6829","nonce":3726741681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6832","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6833","nonce":3726741681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6831","nonce":3726741681}]},"public_addr":"172.21.15.87:6827/3726741681","cluster_addr":"172.21.15.87:6829/3726741681","heartbeat_back_addr":"172.21.15.87:6833/3726741681","heartbeat_front_addr":"172.21.15.87:6831/3726741681","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:05.734097+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:08.490868+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:10.693121+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:15.251979+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:16.093045+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:21.608766+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:21.340870+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:28.497994+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/3853894014":"2023-11-16T04:22:27.180525+0000","172.21.15.87:6800/1381725023":"2023-11-16T04:22:27.180525+0000","172.21.15.87:6800/3781359146":"2023-11-16T04:21:37.465464+0000","172.21.15.87:6801/1381725023":"2023-11-16T04:22:27.180525+0000","172.21.15.87:0/236658688":"2023-11-16T04:21:10.252466+0000","172.21.15.87:0/4178934352":"2023-11-16T04:21:37.465464+0000","172.21.15.87:0/2299459146":"2023-11-16T04:21:37.465464+0000","172.21.15.87:0/3580193410":"2023-11-16T04:21:10.252466+0000","172.21.15.87:6800/553380072":"2023-11-16T04:21:10.252466+0000","172.21.15.87:0/4085729836":"2023-11-16T04:22:27.180525+0000","172.21.15.87:6801/3781359146":"2023-11-16T04:21:37.465464+0000","172.21.15.87:6801/553380072":"2023-11-16T04:21:10.252466+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T04:24:52.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:52 smithi194 conmon[88664]: cluster 2023-11-15T04:24:51.206116+0000 mgr.smithi087.fbbqjk (mgr.14180) 119 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:52.566 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:52 smithi087 conmon[84412]: cluster 2023-11-15T04:24:51.206116+0000 mgr.smithi087.fbbqjk (mgr.14180) 119 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:53.191 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-15T04:24:53.191 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T04:24:53.551 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:24:53.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:53 smithi194 conmon[88664]: audit 2023-11-15T04:24:52.540335+0000 mon.smithi087 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.87:0/2079639000' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:24:53.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:53 smithi087 conmon[84412]: audit 2023-11-15T04:24:52.540335+0000 mon.smithi087 (mon.0) 573 2023-11-15T04:24:53.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:53 smithi087 conmon[84412]: : audit [DBG] from='client.? 172.21.15.87:0/2079639000' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:24:54.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:54 smithi087 conmon[84412]: cluster 2023-11-15T04:24:53.206581+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:24:54.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:54 smithi087 conmon[84412]: .14180) 120 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:55.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:54 smithi194 conmon[88664]: cluster 2023-11-15T04:24:53.206581+0000 mgr.smithi087.fbbqjk (mgr.14180) 120 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:55.189 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:24:55.189 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":36,"fsid":"3dcf7d7a-836e-11ee-8dbe-212e2dc638e7","created":"2023-11-15T04:20:48.400261+0000","modified":"2023-11-15T04:24:32.286931+0000","last_up_change":"2023-11-15T04:24:30.275882+0000","last_in_change":"2023-11-15T04:23:50.443588+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T04:24:12.872371+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":"41209d9f-60e6-4861-b36f-707cc48f21c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6800","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6801","nonce":3783263489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6803","nonce":3783263489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6807","nonce":3783263489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":3783263489},{"type":"v1","addr":"172.21.15.194:6805","nonce":3783263489}]},"public_addr":"172.21.15.194:6801/3783263489","cluster_addr":"172.21.15.194:6803/3783263489","heartbeat_back_addr":"172.21.15.194:6807/3783263489","heartbeat_front_addr":"172.21.15.194:6805/3783263489","state":["exists","up"]},{"osd":1,"uuid":"3ff90a2b-4486-4f74-91c2-e73f463e39f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6803","nonce":2040130782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6805","nonce":2040130782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6809","nonce":2040130782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":2040130782},{"type":"v1","addr":"172.21.15.87:6807","nonce":2040130782}]},"public_addr":"172.21.15.87:6803/2040130782","cluster_addr":"172.21.15.87:6805/2040130782","heartbeat_back_addr":"172.21.15.87:6809/2040130782","heartbeat_front_addr":"172.21.15.87:6807/2040130782","state":["exists","up"]},{"osd":2,"uuid":"8070407c-5539-4372-a63f-8699cc165e92","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6808","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6809","nonce":3468360568}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6810","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6811","nonce":3468360568}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6814","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6815","nonce":3468360568}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6812","nonce":3468360568},{"type":"v1","addr":"172.21.15.194:6813","nonce":3468360568}]},"public_addr":"172.21.15.194:6809/3468360568","cluster_addr":"172.21.15.194:6811/3468360568","heartbeat_back_addr":"172.21.15.194:6815/3468360568","heartbeat_front_addr":"172.21.15.194:6813/3468360568","state":["exists","up"]},{"osd":3,"uuid":"ee6e792b-d52b-453f-8c83-47e9a4ed3d7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6811","nonce":1158310315}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6813","nonce":1158310315}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6817","nonce":1158310315}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":1158310315},{"type":"v1","addr":"172.21.15.87:6815","nonce":1158310315}]},"public_addr":"172.21.15.87:6811/1158310315","cluster_addr":"172.21.15.87:6813/1158310315","heartbeat_back_addr":"172.21.15.87:6817/1158310315","heartbeat_front_addr":"172.21.15.87:6815/1158310315","state":["exists","up"]},{"osd":4,"uuid":"7ae70b0d-c7e9-46d5-ac8d-9af0bfe9c872","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.194:6816","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6817","nonce":306744540}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6818","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6819","nonce":306744540}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6822","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6823","nonce":306744540}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6820","nonce":306744540},{"type":"v1","addr":"172.21.15.194:6821","nonce":306744540}]},"public_addr":"172.21.15.194:6817/306744540","cluster_addr":"172.21.15.194:6819/306744540","heartbeat_back_addr":"172.21.15.194:6823/306744540","heartbeat_front_addr":"172.21.15.194:6821/306744540","state":["exists","up"]},{"osd":5,"uuid":"1947baeb-db40-4221-a95a-0d9e1a993672","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6819","nonce":3932590531}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6821","nonce":3932590531}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6825","nonce":3932590531}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":3932590531},{"type":"v1","addr":"172.21.15.87:6823","nonce":3932590531}]},"public_addr":"172.21.15.87:6819/3932590531","cluster_addr":"172.21.15.87:6821/3932590531","heartbeat_back_addr":"172.21.15.87:6825/3932590531","heartbeat_front_addr":"172.21.15.87:6823/3932590531","state":["exists","up"]},{"osd":6,"uuid":"57aa8db6-1502-4e59-a9da-2ddd4e190ea9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6824","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6825","nonce":4271055709}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6826","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6827","nonce":4271055709}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6830","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6831","nonce":4271055709}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6828","nonce":4271055709},{"type":"v1","addr":"172.21.15.194:6829","nonce":4271055709}]},"public_addr":"172.21.15.194:6825/4271055709","cluster_addr":"172.21.15.194:6827/4271055709","heartbeat_back_addr":"172.21.15.194:6831/4271055709","heartbeat_front_addr":"172.21.15.194:6829/4271055709","state":["exists","up"]},{"osd":7,"uuid":"c0906c1d-bf5d-4400-9845-b2142aef4858","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6827","nonce":3726741681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6829","nonce":3726741681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6832","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6833","nonce":3726741681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":3726741681},{"type":"v1","addr":"172.21.15.87:6831","nonce":3726741681}]},"public_addr":"172.21.15.87:6827/3726741681","cluster_addr":"172.21.15.87:6829/3726741681","heartbeat_back_addr":"172.21.15.87:6833/3726741681","heartbeat_front_addr":"172.21.15.87:6831/3726741681","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:05.734097+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:08.490868+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:10.693121+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:15.251979+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:16.093045+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:21.608766+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:21.340870+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-15T04:24:28.497994+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.87:0/3853894014":"2023-11-16T04:22:27.180525+0000","172.21.15.87:6800/1381725023":"2023-11-16T04:22:27.180525+0000","172.21.15.87:6800/3781359146":"2023-11-16T04:21:37.465464+0000","172.21.15.87:6801/1381725023":"2023-11-16T04:22:27.180525+0000","172.21.15.87:0/236658688":"2023-11-16T04:21:10.252466+0000","172.21.15.87:0/4178934352":"2023-11-16T04:21:37.465464+0000","172.21.15.87:0/2299459146":"2023-11-16T04:21:37.465464+0000","172.21.15.87:0/3580193410":"2023-11-16T04:21:10.252466+0000","172.21.15.87:6800/553380072":"2023-11-16T04:21:10.252466+0000","172.21.15.87:0/4085729836":"2023-11-16T04:22:27.180525+0000","172.21.15.87:6801/3781359146":"2023-11-16T04:21:37.465464+0000","172.21.15.87:6801/553380072":"2023-11-16T04:21:10.252466+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-15T04:24:55.806 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-15T04:24:55.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:55 smithi087 conmon[84412]: audit 2023-11-15T04:24:55.188678+0000 mon.smithi087 (mon.0 2023-11-15T04:24:55.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:55 smithi087 conmon[84412]: ) 574 : audit [DBG] from='client.? 172.21.15.87:0/2550422207' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:24:56.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:55 smithi194 conmon[88664]: audit 2023-11-15T04:24:55.188678+0000 mon.smithi087 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.87:0/2550422207' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T04:24:56.168 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:24:56.708 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:56 smithi087 conmon[84412]: cluster 2023-11-15T04:24:55.206871+0000 mgr.smithi087.fbbqjk (mgr.14180) 121 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:57.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:56 smithi194 conmon[88664]: cluster 2023-11-15T04:24:55.206871+0000 mgr.smithi087.fbbqjk (mgr.14180) 121 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:58.231 INFO:teuthology.orchestra.run.smithi087.stdout:68719476749 2023-11-15T04:24:58.232 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-15T04:24:58.598 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:24:58.869 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:58 smithi087 conmon[84412]: cluster 2023-11-15T04:24:57.207113+0000 mgr.smithi087.fbbqjk (mgr.14180) 122 2023-11-15T04:24:58.869 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:24:58 smithi087 conmon[84412]: : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:24:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:58 smithi194 conmon[88664]: cluster 2023-11-15T04:24:57.207113+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:24:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:24:58 smithi194 conmon[88664]: 122 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:00.689 INFO:teuthology.orchestra.run.smithi087.stdout:77309411340 2023-11-15T04:25:00.689 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-15T04:25:00.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:00 smithi087 conmon[84412]: cluster 2023-11-15T04:24:59.207442+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:25:00.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:00 smithi087 conmon[84412]: 123 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:01.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:00 smithi194 conmon[88664]: cluster 2023-11-15T04:24:59.207442+0000 mgr.smithi087.fbbqjk (mgr.14180) 123 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:01.054 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:02.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:02 smithi087 conmon[84412]: cluster 2023-11-15T04:25:01.207789+0000 mgr.smithi087.fbbqjk (mgr.14180) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:03.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:02 smithi194 conmon[88664]: cluster 2023-11-15T04:25:01.207789+0000 mgr.smithi087.fbbqjk (mgr.14180) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:03.171 INFO:teuthology.orchestra.run.smithi087.stdout:90194313229 2023-11-15T04:25:03.172 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-15T04:25:03.531 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:04.758 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:04 smithi087 conmon[84412]: cluster 2023-11-15T04:25:03.208137+0000 mgr.smithi087.fbbqjk (mgr.14180) 125 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:05.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:04 smithi194 conmon[88664]: cluster 2023-11-15T04:25:03.208137+0000 mgr.smithi087.fbbqjk (mgr.14180) 125 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:05.614 INFO:teuthology.orchestra.run.smithi087.stdout:107374182412 2023-11-15T04:25:05.615 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-15T04:25:05.976 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:06.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:06 smithi087 conmon[84412]: cluster 2023-11-15T04:25:05.208659+0000 mgr.smithi087.fbbqjk (mgr.14180) 126 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:07.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:06 smithi194 conmon[88664]: cluster 2023-11-15T04:25:05.208659+0000 mgr.smithi087.fbbqjk (mgr.14180) 126 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:08.122 INFO:teuthology.orchestra.run.smithi087.stdout:111669149708 2023-11-15T04:25:08.123 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-15T04:25:08.489 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:08.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:08 smithi087 conmon[84412]: cluster 2023-11-15T04:25:07.208956+0000 mgr.smithi087.fbbqjk (mgr.14180) 127 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:09.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:08 smithi194 conmon[88664]: cluster 2023-11-15T04:25:07.208956+0000 mgr.smithi087.fbbqjk (mgr.14180) 127 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:10.623 INFO:teuthology.orchestra.run.smithi087.stdout:128849018892 2023-11-15T04:25:10.623 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-15T04:25:10.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:10 smithi087 conmon[84412]: cluster 2023-11-15T04:25:09.209240+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:25:10.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:10 smithi087 conmon[84412]: 128 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:10.984 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:11.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:10 smithi194 conmon[88664]: cluster 2023-11-15T04:25:09.209240+0000 mgr.smithi087.fbbqjk (mgr.14180) 128 : cluster [DBG] 2023-11-15T04:25:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:10 smithi194 conmon[88664]: pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:12.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:12 smithi087 conmon[84412]: cluster 2023-11-15T04:25:11.209517+0000 mgr.smithi087.fbbqjk (mgr.14180) 129 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:13.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:12 smithi194 conmon[88664]: cluster 2023-11-15T04:25:11.209517+0000 mgr.smithi087.fbbqjk (mgr.14180) 129 : cluster [DBG] 2023-11-15T04:25:13.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:12 smithi194 conmon[88664]: pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:13.096 INFO:teuthology.orchestra.run.smithi087.stdout:128849018893 2023-11-15T04:25:13.097 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-15T04:25:13.460 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:14.712 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:14 smithi087 conmon[84412]: cluster 2023-11-15T04:25:13.209896+0000 mgr.smithi087.fbbqjk (mgr.14180) 130 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:15.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:14 smithi194 conmon[88664]: cluster 2023-11-15T04:25:13.209896+0000 mgr.smithi087.fbbqjk (mgr.14180) 130 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:15.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:14 smithi194 conmon[88664]: 2023-11-15T04:25:15.480 INFO:teuthology.orchestra.run.smithi087.stdout:146028888076 2023-11-15T04:25:15.481 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-15T04:25:15.847 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:16.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:16 smithi087 conmon[84412]: cluster 2023-11-15T04:25:15.210363+0000 mgr.smithi087.fbbqjk (mgr.14180) 131 : cluster 2023-11-15T04:25:16.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:16 smithi087 conmon[84412]: [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:17.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:16 smithi194 conmon[88664]: cluster 2023-11-15T04:25:15.210363+0000 mgr.smithi087.fbbqjk (mgr.14180) 131 : cluster 2023-11-15T04:25:17.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:16 smithi194 conmon[88664]: [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:17.510 INFO:teuthology.orchestra.run.smithi087.stdout:68719476753 2023-11-15T04:25:17.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:17 smithi087 conmon[84412]: audit 2023-11-15T04:25:17.510430+0000 mon.smithi087 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.87:0/3728741859' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T04:25:18.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:17 smithi194 conmon[88664]: audit 2023-11-15T04:25:17.510430+0000 mon.smithi087 (mon.0) 575 : audit [DBG] 2023-11-15T04:25:18.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:17 smithi194 conmon[88664]: from='client.? 172.21.15.87:0/3728741859' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T04:25:18.171 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476753 for osd.0 2023-11-15T04:25:18.171 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-15T04:25:18.539 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:18.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:18 smithi087 conmon[84412]: cluster 2023-11-15T04:25:17.210906+0000 mgr.smithi087.fbbqjk (mgr.14180) 132 : cluster 2023-11-15T04:25:18.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:18 smithi087 conmon[84412]: [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:19.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:18 smithi194 conmon[88664]: cluster 2023-11-15T04:25:17.210906+0000 mgr.smithi087.fbbqjk (mgr.14180) 132 : cluster [DBG] 2023-11-15T04:25:19.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:18 smithi194 conmon[88664]: pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:20.174 INFO:teuthology.orchestra.run.smithi087.stdout:77309411344 2023-11-15T04:25:20.871 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411340 got 77309411344 for osd.1 2023-11-15T04:25:20.872 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-15T04:25:20.896 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:20 smithi087 conmon[84412]: cluster 2023-11-15T04:25:19.211261+0000 mgr.smithi087.fbbqjk (mgr.14180) 133 : 2023-11-15T04:25:20.896 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:20 smithi087 conmon[84412]: cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:20.896 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:20 smithi087 conmon[84412]: audit 2023-11-15T04:25:20.174086+0000 mon.smithi087 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.87:0/3669776517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T04:25:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:20 smithi194 conmon[88664]: cluster 2023-11-15T04:25:19.211261+0000 mgr.smithi087.fbbqjk (mgr.14180) 133 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:20 smithi194 conmon[88664]: audit 2023-11-15T04:25:20.174086+0000 mon.smithi087 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.87:0/3669776517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T04:25:21.235 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:22.838 INFO:teuthology.orchestra.run.smithi087.stdout:90194313233 2023-11-15T04:25:23.037 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:22 smithi087 conmon[84412]: cluster 2023-11-15T04:25:21.211537+0000 mgr.smithi087.fbbqjk (mgr.14180) 134 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:23.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:22 smithi194 conmon[88664]: cluster 2023-11-15T04:25:21.211537+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:25:23.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:22 smithi194 conmon[88664]: 14180) 134 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:23.461 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313229 got 90194313233 for osd.2 2023-11-15T04:25:23.462 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-15T04:25:23.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:23 smithi087 conmon[84412]: audit 2023-11-15T04:25:22.838509+0000 mon.smithi087 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.87:0/3920943120' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T04:25:23.877 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:24.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:23 smithi194 conmon[88664]: audit 2023-11-15T04:25:22.838509+0000 mon.smithi087 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.87:0/3920943120' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T04:25:24.858 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:24 smithi087 conmon[84412]: cluster 2023-11-15T04:25:23.211839+0000 2023-11-15T04:25:24.859 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:24 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:25.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:24 smithi194 conmon[88664]: cluster 2023-11-15T04:25:23.211839+0000 mgr.smithi087.fbbqjk (mgr.14180) 135 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:25.482 INFO:teuthology.orchestra.run.smithi087.stdout:107374182416 2023-11-15T04:25:25.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:25 smithi087 conmon[84412]: audit 2023-11-15T04:25:25.479839+0000 mon.smithi087 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.87:0/2887516869' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T04:25:26.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:25 smithi194 conmon[88664]: audit 2023-11-15T04:25:25.479839+0000 mon.smithi087 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.87:0/2887516869' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T04:25:26.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:25 smithi194 conmon[88664]: 2023-11-15T04:25:26.121 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182412 got 107374182416 for osd.3 2023-11-15T04:25:26.121 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-15T04:25:26.483 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:27.045 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:26 smithi087 conmon[84412]: cluster 2023-11-15T04:25:25.212191+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:25:27.046 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:26 smithi087 conmon[84412]: ) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:27.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:26 smithi194 conmon[88664]: cluster 2023-11-15T04:25:25.212191+0000 mgr.smithi087.fbbqjk (mgr.14180) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:28.016 INFO:teuthology.orchestra.run.smithi087.stdout:111669149712 2023-11-15T04:25:28.628 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149708 got 111669149712 for osd.4 2023-11-15T04:25:28.628 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-15T04:25:28.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:28 smithi087 conmon[84412]: cluster 2023-11-15T04:25:27.212511+0000 mgr.smithi087.fbbqjk (mgr.14180) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:28.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:28 smithi087 conmon[84412]: audit 2023-11-15T04:25:28.016643+0000 mon.smithi087 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.87:0/1106086946' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T04:25:28.989 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:29.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:28 smithi194 conmon[88664]: cluster 2023-11-15T04:25:27.212511+0000 mgr.smithi087.fbbqjk (mgr.14180) 137 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:29.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:28 smithi194 conmon[88664]: audit 2023-11-15T04:25:28.016643+0000 mon.smithi087 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.87:0/1106086946' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T04:25:30.625 INFO:teuthology.orchestra.run.smithi087.stdout:128849018896 2023-11-15T04:25:31.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:30 smithi194 conmon[88664]: cluster 2023-11-15T04:25:29.212791+0000 mgr.smithi087.fbbqjk (mgr.14180) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:31.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:30 smithi194 conmon[88664]: audit 2023-11-15T04:25:30.625212+0000 mon.smithi087 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.87:0/509364103' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T04:25:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:30 smithi087 conmon[84412]: cluster 2023-11-15T04:25:29.212791+0000 mgr.smithi087.fbbqjk (mgr.14180) 138 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:30 smithi087 conmon[84412]: audit 2023-11-15T04:25:30.625212+0000 mon.smithi087 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.87:0/509364103' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T04:25:31.295 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018892 got 128849018896 for osd.5 2023-11-15T04:25:31.295 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-15T04:25:31.657 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:32.921 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:32 smithi087 conmon[84412]: cluster 2023-11-15T04:25:31.213119+0000 mgr.smithi087.fbbqjk (mgr.14180) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:33.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:32 smithi194 conmon[88664]: cluster 2023-11-15T04:25:31.213119+0000 mgr.smithi087.fbbqjk (mgr.14180) 139 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:33.262 INFO:teuthology.orchestra.run.smithi087.stdout:128849018897 2023-11-15T04:25:33.852 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018893 got 128849018897 for osd.6 2023-11-15T04:25:33.852 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-15T04:25:34.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:33 smithi194 conmon[88664]: audit 2023-11-15T04:25:33.263161+0000 mon.smithi087 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.87:0/767103135' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T04:25:34.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:33 smithi087 conmon[84412]: audit 2023-11-15T04:25:33.263161+0000 mon.smithi087 2023-11-15T04:25:34.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:33 smithi087 conmon[84412]: (mon.0) 581 : audit [DBG] from='client.? 172.21.15.87:0/767103135' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T04:25:34.216 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:34.794 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:34 smithi087 conmon[84412]: cluster 2023-11-15T04:25:33.213424+0000 2023-11-15T04:25:34.794 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:34 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 140 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:35.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:34 smithi194 conmon[88664]: cluster 2023-11-15T04:25:33.213424+0000 mgr.smithi087.fbbqjk (mgr.14180) 140 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:35.790 INFO:teuthology.orchestra.run.smithi087.stdout:146028888080 2023-11-15T04:25:36.451 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888076 got 146028888080 for osd.7 2023-11-15T04:25:36.452 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-15T04:25:36.452 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T04:25:36.811 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:36.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:36 smithi087 conmon[84412]: cluster 2023-11-15T04:25:35.213779+0000 mgr.smithi087.fbbqjk (mgr.14180) 141 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:36.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:36 smithi087 conmon[84412]: audit 2023-11-15T04:25:36.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:36 smithi087 conmon[84412]: 2023-11-15T04:25:35.790528+0000 2023-11-15T04:25:36.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:36 smithi087 conmon[84412]: mon.smithi087 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.87:0/3465417794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T04:25:37.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:36 smithi194 conmon[88664]: cluster 2023-11-15T04:25:35.213779+0000 mgr.smithi087.fbbqjk (mgr.14180) 141 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:37.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:36 smithi194 conmon[88664]: audit 2023-11-15T04:25:35. 2023-11-15T04:25:37.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:36 smithi194 conmon[88664]: 790528+0000 mon.smithi087 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.87:0/3465417794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T04:25:38.525 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:25:38.526 INFO:teuthology.orchestra.run.smithi087.stderr:dumped all 2023-11-15T04:25:38.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:38 smithi087 conmon[84412]: cluster 2023-11-15T04:25:37. 2023-11-15T04:25:38.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:38 smithi087 conmon[84412]: 214215+0000 mgr.smithi087.fbbqjk (mgr.14180) 142 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:39.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:38 smithi194 conmon[88664]: cluster 2023-11-15T04:25:37.214215+0000 mgr.smithi087.fbbqjk (mgr.14180) 142 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:39.153 INFO:teuthology.orchestra.run.smithi087.stdout:{"pg_ready":true,"pg_map":{"version":120,"stamp":"2023-11-15T04:25:37.213972+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":2379512,"kb_used_data":2744,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548936,"statfs":{"total":767926730752,"available":765490110464,"internally_reserved":0,"allocated":2809856,"data_stored":1098135,"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":36,"state":"active+clean","last_fresh":"2023-11-15T04:24:32.298235+0000","last_change":"2023-11-15T04:24:32.298235+0000","last_active":"2023-11-15T04:24:32.298235+0000","last_peered":"2023-11-15T04:24:32.298235+0000","last_clean":"2023-11-15T04:24:32.298235+0000","last_became_active":"2023-11-15T04:24:32.297821+0000","last_became_peered":"2023-11-15T04:24:32.297821+0000","last_unstale":"2023-11-15T04:24:32.298235+0000","last_undegraded":"2023-11-15T04:24:32.298235+0000","last_fullsized":"2023-11-15T04:24:32.298235+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T04:24:13.614224+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T04:24:13.614224+0000","last_clean_scrub_stamp":"2023-11-15T04:24:13.614224+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":34,"seq":146028888081,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":137076,"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":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.48999999999999999}]},{"osd":1,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.41199999999999998}]},{"osd":2,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.47299999999999998}]},{"osd":3,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.376},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.35599999999999998}]},{"osd":4,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.499}]},{"osd":5,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.434}]},{"osd":6,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.48099999999999998}]}]},{"osd":6,"up_from":30,"seq":128849018898,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"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":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.626},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.59899999999999998}]},{"osd":1,"last update":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.55500000000000005}]},{"osd":2,"last update":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.54100000000000004}]},{"osd":3,"last update":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":0.78300000000000003}]},{"osd":4,"last update":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.62},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.64300000000000002}]},{"osd":5,"last update":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.72399999999999998}]},{"osd":7,"last update":"Wed Nov 15 04:25:33 2023","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.81499999999999995},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.71499999999999997}]}]},{"osd":1,"up_from":18,"seq":77309411348,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 04:25:12 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.51800000000000002}]},{"osd":2,"last update":"Wed Nov 15 04:25:15 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.496},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.53500000000000003}]},{"osd":3,"last update":"Wed Nov 15 04:25:19 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.34300000000000003}]},{"osd":4,"last update":"Wed Nov 15 04:25:19 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.505},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.51100000000000001}]},{"osd":5,"last update":"Wed Nov 15 04:25:26 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.45900000000000002}]},{"osd":6,"last update":"Wed Nov 15 04:25:26 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.55200000000000005}]},{"osd":7,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.441},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.47099999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Nov 15 04:25:12 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.77600000000000002},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.63600000000000001}]},{"osd":2,"last update":"Wed Nov 15 04:25:12 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.59599999999999997}]},{"osd":3,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.70499999999999996}]},{"osd":4,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.61799999999999999}]},{"osd":5,"last update":"Wed Nov 15 04:25:24 2023","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.82599999999999996}]},{"osd":6,"last update":"Wed Nov 15 04:25:24 2023","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.81499999999999995}]},{"osd":7,"last update":"Wed Nov 15 04:25:32 2023","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.873},{"interface":"front","average":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.88200000000000001}]}]},{"osd":2,"up_from":21,"seq":90194313236,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":136713,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 04:25:15 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.53700000000000003}]},{"osd":1,"last update":"Wed Nov 15 04:25:15 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.73299999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.65300000000000002}]},{"osd":3,"last update":"Wed Nov 15 04:25:18 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.754},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.76500000000000001}]},{"osd":4,"last update":"Wed Nov 15 04:25:18 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.61199999999999999}]},{"osd":5,"last update":"Wed Nov 15 04:25:28 2023","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.80200000000000005},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.66500000000000004}]},{"osd":6,"last update":"Wed Nov 15 04:25:28 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.64600000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.82399999999999995}]}]},{"osd":3,"up_from":25,"seq":107374182419,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 04:25:21 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.433},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.48599999999999999}]},{"osd":1,"last update":"Wed Nov 15 04:25:21 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.25600000000000001}]},{"osd":2,"last update":"Wed Nov 15 04:25:21 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.46600000000000003}]},{"osd":4,"last update":"Wed Nov 15 04:25:21 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.504},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.53300000000000003}]},{"osd":5,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"last":0.316},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.32200000000000001}]},{"osd":6,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.45700000000000002}]},{"osd":7,"last update":"Wed Nov 15 04:25:30 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.38900000000000001}]}]},{"osd":4,"up_from":26,"seq":111669149714,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.56499999999999995}]},{"osd":1,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.68899999999999995}]},{"osd":2,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.47699999999999998}]},{"osd":3,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.55300000000000005}]},{"osd":5,"last update":"Wed Nov 15 04:25:26 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.76100000000000001}]},{"osd":6,"last update":"Wed Nov 15 04:25:26 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.52900000000000003}]},{"osd":7,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.73199999999999998}]}]},{"osd":5,"up_from":30,"seq":128849018897,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.69199999999999995}]},{"osd":1,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.37},{"interface":"front","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.20699999999999999,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"last":0.34200000000000003}]},{"osd":2,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.61599999999999999}]},{"osd":3,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.41499999999999998}]},{"osd":4,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.71999999999999997}]},{"osd":6,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.66400000000000003}]},{"osd":7,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.51100000000000001}]}]}],"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}]}} 2023-11-15T04:25:39.156 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T04:25:39.513 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:40.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:39 smithi194 conmon[88664]: audit 2023-11-15T04:25:38.522878+0000 mgr.smithi087.fbbqjk (mgr.14180) 143 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:40.060 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:39 smithi087 conmon[84412]: audit 2023-11-15T04:25:38.522878+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:25:40.060 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:39 smithi087 conmon[84412]: .14180) 143 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:40.744 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:40 smithi087 conmon[84412]: cluster 2023-11-15T04:25:39.214593+0000 mgr.smithi087.fbbqjk (mgr.14180) 144 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:41.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:40 smithi194 conmon[88664]: cluster 2023-11-15T04:25:39.214593+0000 mgr.smithi087.fbbqjk (mgr.14180) 144 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:41.143 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:25:41.144 INFO:teuthology.orchestra.run.smithi087.stderr:dumped all 2023-11-15T04:25:41.768 INFO:teuthology.orchestra.run.smithi087.stdout:{"pg_ready":true,"pg_map":{"version":121,"stamp":"2023-11-15T04:25:39.214452+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":2379512,"kb_used_data":2744,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548936,"statfs":{"total":767926730752,"available":765490110464,"internally_reserved":0,"allocated":2809856,"data_stored":1098135,"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":36,"state":"active+clean","last_fresh":"2023-11-15T04:24:32.298235+0000","last_change":"2023-11-15T04:24:32.298235+0000","last_active":"2023-11-15T04:24:32.298235+0000","last_peered":"2023-11-15T04:24:32.298235+0000","last_clean":"2023-11-15T04:24:32.298235+0000","last_became_active":"2023-11-15T04:24:32.297821+0000","last_became_peered":"2023-11-15T04:24:32.297821+0000","last_unstale":"2023-11-15T04:24:32.298235+0000","last_undegraded":"2023-11-15T04:24:32.298235+0000","last_fullsized":"2023-11-15T04:24:32.298235+0000","mapping_epoch":35,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":36,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T04:24:13.614224+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T04:24:13.614224+0000","last_clean_scrub_stamp":"2023-11-15T04:24:13.614224+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":34,"seq":146028888081,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":137076,"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":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.48999999999999999}]},{"osd":1,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.41199999999999998}]},{"osd":2,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.47299999999999998}]},{"osd":3,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.376},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.35599999999999998}]},{"osd":4,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.499}]},{"osd":5,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.434}]},{"osd":6,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.48099999999999998}]}]},{"osd":6,"up_from":30,"seq":128849018899,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"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":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.58899999999999997}]},{"osd":1,"last update":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.44600000000000001}]},{"osd":2,"last update":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.52800000000000002}]},{"osd":3,"last update":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"last":0.40799999999999997}]},{"osd":4,"last update":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.46200000000000002}]},{"osd":5,"last update":"Wed Nov 15 04:25:23 2023","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.96699999999999997,"5min":0.96699999999999997,"15min":0.96699999999999997},"last":0.60199999999999998}]},{"osd":7,"last update":"Wed Nov 15 04:25:33 2023","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.56299999999999994}]}]},{"osd":1,"up_from":18,"seq":77309411348,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 04:25:12 2023","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.51800000000000002}]},{"osd":2,"last update":"Wed Nov 15 04:25:15 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.496},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.53500000000000003}]},{"osd":3,"last update":"Wed Nov 15 04:25:19 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.34300000000000003}]},{"osd":4,"last update":"Wed Nov 15 04:25:19 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.505},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.51100000000000001}]},{"osd":5,"last update":"Wed Nov 15 04:25:26 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.45900000000000002}]},{"osd":6,"last update":"Wed Nov 15 04:25:26 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.55200000000000005}]},{"osd":7,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.441},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.47099999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476758,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Nov 15 04:25:12 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.54700000000000004}]},{"osd":2,"last update":"Wed Nov 15 04:25:12 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.38700000000000001}]},{"osd":3,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.48399999999999999}]},{"osd":4,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.40600000000000003}]},{"osd":5,"last update":"Wed Nov 15 04:25:24 2023","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.438},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.51700000000000002}]},{"osd":6,"last update":"Wed Nov 15 04:25:24 2023","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.51000000000000001}]},{"osd":7,"last update":"Wed Nov 15 04:25:32 2023","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.58499999999999996}]}]},{"osd":2,"up_from":21,"seq":90194313237,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297436,"kb_used_data":340,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443620,"statfs":{"total":95990841344,"available":95686266880,"internally_reserved":0,"allocated":348160,"data_stored":136713,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 04:25:15 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.373}]},{"osd":1,"last update":"Wed Nov 15 04:25:15 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.53400000000000003}]},{"osd":3,"last update":"Wed Nov 15 04:25:18 2023","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.60199999999999998}]},{"osd":4,"last update":"Wed Nov 15 04:25:18 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.45300000000000001}]},{"osd":5,"last update":"Wed Nov 15 04:25:28 2023","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.54700000000000004}]},{"osd":6,"last update":"Wed Nov 15 04:25:28 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.47999999999999998}]},{"osd":7,"last update":"Wed Nov 15 04:25:34 2023","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.58999999999999997}]}]},{"osd":3,"up_from":25,"seq":107374182419,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 04:25:21 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.433},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.48599999999999999}]},{"osd":1,"last update":"Wed Nov 15 04:25:21 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.499,"5min":0.499,"15min":0.499},"last":0.25600000000000001}]},{"osd":2,"last update":"Wed Nov 15 04:25:21 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.46600000000000003}]},{"osd":4,"last update":"Wed Nov 15 04:25:21 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.504},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.53300000000000003}]},{"osd":5,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"last":0.316},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.32200000000000001}]},{"osd":6,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.45700000000000002}]},{"osd":7,"last update":"Wed Nov 15 04:25:30 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.38900000000000001}]}]},{"osd":4,"up_from":26,"seq":111669149715,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.56499999999999995}]},{"osd":1,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.68899999999999995}]},{"osd":2,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.47699999999999998}]},{"osd":3,"last update":"Wed Nov 15 04:25:17 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.55300000000000005}]},{"osd":5,"last update":"Wed Nov 15 04:25:26 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.76100000000000001}]},{"osd":6,"last update":"Wed Nov 15 04:25:26 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.52900000000000003}]},{"osd":7,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.495,"5min":0.495,"15min":0.495},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.73199999999999998}]}]},{"osd":5,"up_from":30,"seq":128849018898,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297440,"kb_used_data":344,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443616,"statfs":{"total":95990841344,"available":95686262784,"internally_reserved":0,"allocated":352256,"data_stored":137391,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.46100000000000002}]},{"osd":1,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.374},{"interface":"front","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.20699999999999999,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"last":0.30399999999999999}]},{"osd":2,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.505}]},{"osd":3,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.41799999999999998}]},{"osd":4,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.54000000000000004}]},{"osd":6,"last update":"Wed Nov 15 04:25:25 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.495}]},{"osd":7,"last update":"Wed Nov 15 04:25:31 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.53200000000000003}]}]}],"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}]}} 2023-11-15T04:25:41.770 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-15T04:25:41.771 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-15T04:25:41.771 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-15T04:25:41.772 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-15T04:25:42.132 INFO:teuthology.orchestra.run.smithi087.stderr:Inferring config /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/mon.smithi087/config 2023-11-15T04:25:43.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:42 smithi194 conmon[88664]: audit 2023-11-15T04:25:41.140417+0000 mgr.smithi087.fbbqjk (mgr.14180) 145 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:42 smithi194 conmon[88664]: cluster 2023-11-15T04:25 2023-11-15T04:25:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:42 smithi194 conmon[88664]: :41.214900+0000 mgr.smithi087.fbbqjk (mgr.14180) 146 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:42 smithi087 conmon[84412]: audit 2023-11-15T04:25:41.140417+0000 mgr.smithi087.fbbqjk (mgr.14180) 145 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:25:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:42 smithi087 conmon[84412]: cluster 2023-11-15T04:25:41.214900+0000 mgr.smithi087.fbbqjk (mgr.14180) 146 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:43.746 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:25:44.266 INFO:teuthology.orchestra.run.smithi087.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-15T04:25:44.267 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-15T04:25:44.267 INFO:tasks.cephadm:Setup complete, yielding 2023-11-15T04:25:44.267 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T04:25:44.284 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2023-11-15T04:25:44.285 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-15T04:25:44.959 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:44 smithi087 conmon[84412]: cluster 2023-11-15T04:25:43.215219+0000 mgr.smithi087.fbbqjk (mgr.14180) 147 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:44.960 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:44 smithi087 conmon[84412]: audit 2023-11-15T04:25:43.745575+0000 mon.smithi087 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.87:0/3237423217' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T04:25:45.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:44 smithi194 conmon[88664]: cluster 2023-11-15T04:25:43.215219+0000 mgr.smithi087.fbbqjk (mgr.14180) 147 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:45.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:44 smithi194 conmon[88664]: audit 2023-11-15T04:25:43.745575 2023-11-15T04:25:45.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:44 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.87:0/3237423217' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T04:25:46.129 INFO:teuthology.orchestra.run.smithi087.stdout:Backend: cephadm 2023-11-15T04:25:46.129 INFO:teuthology.orchestra.run.smithi087.stdout:Available: Yes 2023-11-15T04:25:46.130 INFO:teuthology.orchestra.run.smithi087.stdout:Paused: No 2023-11-15T04:25:46.775 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-15T04:25:47.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:46 smithi194 conmon[88664]: cluster 2023-11-15T04:25:45.215519+0000 mgr.smithi087.fbbqjk (mgr.14180) 148 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:47.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:46 smithi087 conmon[84412]: cluster 2023-11-15T04:25:45.215519+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:25:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:46 smithi087 conmon[84412]: 14180) 148 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:47.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:47 smithi087 conmon[84412]: audit 2023-11-15T04:25:46.128584+0000 mgr.smithi087.fbbqjk (mgr.14180) 149 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:25:48.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:47 smithi194 conmon[88664]: audit 2023-11-15T04:25:46.128584+0000 mgr.smithi087.fbbqjk (mgr.14180) 149 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:25:48.649 INFO:teuthology.orchestra.run.smithi087.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-15T04:25:48.650 INFO:teuthology.orchestra.run.smithi087.stdout:alertmanager.smithi087 smithi087 *:9093,9094 running (2m) 76s ago 3m 16.2M - 0.23.0 ba2b418f427c d0ef7a9ba5ad 2023-11-15T04:25:48.650 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi087 smithi087 running (3m) 76s ago 3m 7298k - 16.2.14-170-g620f25c1 d02b7545bf4f a39620b61fff 2023-11-15T04:25:48.650 INFO:teuthology.orchestra.run.smithi087.stdout:crash.smithi194 smithi194 running (2m) 79s ago 2m 7461k - 16.2.14-170-g620f25c1 d02b7545bf4f 48a9c65443a8 2023-11-15T04:25:48.651 INFO:teuthology.orchestra.run.smithi087.stdout:grafana.smithi087 smithi087 *:3000 running (2m) 76s ago 3m 45.8M - 8.3.5 dad864ee21e9 bd81e54d27fe 2023-11-15T04:25:48.651 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi087.fbbqjk smithi087 *:9283 running (4m) 76s ago 4m 444M - 16.2.14-170-g620f25c1 d02b7545bf4f d84ed7a1f59c 2023-11-15T04:25:48.651 INFO:teuthology.orchestra.run.smithi087.stdout:mgr.smithi194.nmwmop smithi194 *:8443,9283 running (2m) 79s ago 2m 393M - 16.2.14-170-g620f25c1 d02b7545bf4f 487883d2e65a 2023-11-15T04:25:48.652 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi087 smithi087 running (4m) 76s ago 5m 73.9M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 1e8fc17b2911 2023-11-15T04:25:48.652 INFO:teuthology.orchestra.run.smithi087.stdout:mon.smithi194 smithi194 running (2m) 79s ago 2m 65.0M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 7eb9d2d440cf 2023-11-15T04:25:48.652 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi087 smithi087 *:9100 running (3m) 76s ago 3m 23.3M - 1.3.1 1dbe0e931976 7d2f5bedb5d4 2023-11-15T04:25:48.652 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter.smithi194 smithi194 *:9100 running (2m) 79s ago 2m 24.2M - 1.3.1 1dbe0e931976 bb2447c1ddba 2023-11-15T04:25:48.653 INFO:teuthology.orchestra.run.smithi087.stdout:osd.0 smithi194 running (107s) 79s ago 107s 32.9M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f 00d6c0dd067e 2023-11-15T04:25:48.653 INFO:teuthology.orchestra.run.smithi087.stdout:osd.1 smithi087 running (104s) 76s ago 104s 35.1M 3236M 16.2.14-170-g620f25c1 d02b7545bf4f bea6bc606358 2023-11-15T04:25:48.653 INFO:teuthology.orchestra.run.smithi087.stdout:osd.2 smithi194 running (102s) 79s ago 101s 34.2M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f 837f691d1eca 2023-11-15T04:25:48.653 INFO:teuthology.orchestra.run.smithi087.stdout:osd.3 smithi087 running (97s) 76s ago 97s 29.6M 3236M 16.2.14-170-g620f25c1 d02b7545bf4f 403572be6df6 2023-11-15T04:25:48.654 INFO:teuthology.orchestra.run.smithi087.stdout:osd.4 smithi194 running (97s) 79s ago 96s 31.5M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f e2e38ca313af 2023-11-15T04:25:48.654 INFO:teuthology.orchestra.run.smithi087.stdout:osd.5 smithi087 running (91s) 76s ago 91s 30.5M 3236M 16.2.14-170-g620f25c1 d02b7545bf4f 028dc6df7611 2023-11-15T04:25:48.654 INFO:teuthology.orchestra.run.smithi087.stdout:osd.6 smithi194 running (91s) 79s ago 91s 30.8M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f f7ed4a8ccaa0 2023-11-15T04:25:48.655 INFO:teuthology.orchestra.run.smithi087.stdout:osd.7 smithi087 running (84s) 76s ago 84s 26.4M 3236M 16.2.14-170-g620f25c1 d02b7545bf4f a2f9ac57dc96 2023-11-15T04:25:48.655 INFO:teuthology.orchestra.run.smithi087.stdout:prometheus.smithi087 smithi087 *:9095 running (2m) 76s ago 3m 42.9M - 2.33.4 514e6a882f6e 4716b4891623 2023-11-15T04:25:49.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:48 smithi194 conmon[88664]: cluster 2023-11-15T04:25:47.215765+0000 mgr.smithi087.fbbqjk (mgr.14180) 150 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:49.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:48 smithi087 conmon[84412]: cluster 2023-11-15T04:25:47.215765+0000 2023-11-15T04:25:49.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:48 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 150 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:49.313 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-15T04:25:50.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:49 smithi194 conmon[88664]: audit 2023-11-15T04:25:48.641694+0000 mgr.smithi087.fbbqjk (mgr.14180) 151 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:25:50.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:49 smithi194 conmon[88664]: audit 2023-11-15T04:25:49.256169+0000 mon.smithi087 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:25:50.068 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:49 smithi087 conmon[84412]: audit 2023-11-15T04:25:48.641694+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:25:50.068 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:49 smithi087 conmon[84412]: mgr.14180) 151 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:25:50.069 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:49 smithi087 conmon[84412]: audit 2023-11-15T04:25:49.256169+0000 mon.smithi087 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:25:50.968 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:50 smithi087 conmon[84412]: cluster 2023-11-15T04:25:49.216062+0000 mgr.smithi087.fbbqjk 2023-11-15T04:25:50.968 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:50 smithi087 conmon[84412]: (mgr.14180) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:51.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:50 smithi194 conmon[88664]: cluster 2023-11-15T04:25:49.216062+0000 2023-11-15T04:25:51.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:50 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 152 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:51.390 INFO:teuthology.orchestra.run.smithi087.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-15T04:25:51.391 INFO:teuthology.orchestra.run.smithi087.stdout:alertmanager ?:9093,9094 1/1 79s ago 4m count:1 2023-11-15T04:25:51.391 INFO:teuthology.orchestra.run.smithi087.stdout:crash 2/2 79s ago 4m * 2023-11-15T04:25:51.391 INFO:teuthology.orchestra.run.smithi087.stdout:grafana ?:3000 1/1 79s ago 4m count:1 2023-11-15T04:25:51.391 INFO:teuthology.orchestra.run.smithi087.stdout:mgr 2/2 79s ago 4m count:2 2023-11-15T04:25:51.392 INFO:teuthology.orchestra.run.smithi087.stdout:mon 2/2 79s ago 3m smithi087:172.21.15.87=smithi087;smithi194:172.21.15.194=smithi194;count:2 2023-11-15T04:25:51.392 INFO:teuthology.orchestra.run.smithi087.stdout:node-exporter ?:9100 2/2 79s ago 4m * 2023-11-15T04:25:51.392 INFO:teuthology.orchestra.run.smithi087.stdout:osd.all-available-devices 8 79s ago 2m * 2023-11-15T04:25:51.392 INFO:teuthology.orchestra.run.smithi087.stdout:prometheus ?:9095 1/1 79s ago 4m count:1 2023-11-15T04:25:52.104 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-15T04:25:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:52 smithi194 conmon[88664]: audit 2023-11-15T04:25:51.021385+0000 mon.smithi087 (mon.0) 585 2023-11-15T04:25:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:52 smithi194 conmon[88664]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:25:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:52 smithi194 conmon[88664]: cluster 2023-11-15T04:25:51.216338+0000 mgr.smithi087.fbbqjk (mgr.14180) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:52 smithi194 conmon[88664]: audit 2023-11-15T04:25:51.386890+0000 mgr.smithi087.fbbqjk (mgr.14180) 154 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:25:52.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:52 smithi087 conmon[84412]: audit 2023-11-15T04:25:51.021385+0000 mon.smithi087 2023-11-15T04:25:52.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:52 smithi087 conmon[84412]: (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:25:52.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:52 smithi087 conmon[84412]: cluster 2023-11-15T04:25:51.216338+0000 mgr.smithi087.fbbqjk (mgr.14180) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:52.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:52 smithi087 conmon[84412]: audit 2023-11-15T04:25:51.386890+0000 mgr.smithi087.fbbqjk (mgr.14180) 154 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:25:54.584 INFO:teuthology.orchestra.run.smithi087.stdout:HOST ADDR LABELS STATUS 2023-11-15T04:25:54.584 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 172.21.15.87 2023-11-15T04:25:54.585 INFO:teuthology.orchestra.run.smithi087.stdout:smithi194 172.21.15.194 2023-11-15T04:25:54.585 INFO:teuthology.orchestra.run.smithi087.stdout:2 hosts in cluster 2023-11-15T04:25:54.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:54 smithi087 conmon[84412]: cluster 2023-11-15T04:25:53.216672+0000 mgr.smithi087.fbbqjk (mgr.14180) 155 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:55.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:54 smithi194 conmon[88664]: cluster 2023-11-15T04:25:53.216672+0000 mgr.smithi087.fbbqjk (mgr.14180) 155 : 2023-11-15T04:25:55.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:54 smithi194 conmon[88664]: cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:55.289 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-15T04:25:55.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:55 smithi087 conmon[84412]: audit 2023-11-15T04:25:54.583760+0000 mgr.smithi087.fbbqjk (mgr.14180) 156 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:25:55.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:55 smithi087 conmon[84412]: audit 2023-11-15T04:25:55.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:55 smithi087 conmon[84412]: 2023-11-15T04:25:54.621695+0000 mon.smithi087 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:25:55.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:55 smithi087 conmon[84412]: audit 2023-11-15T04:25:55.105429+0000 mon.smithi087 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:25:55.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:55 smithi087 conmon[84412]: audit 2023-11-15T04:25:55.106076+0000 mon.smithi087 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:25:55.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:55 smithi087 conmon[84412]: audit 2023-11-15T04:25:55.112065+0000 mon.smithi087 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:25:55.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:55 smithi087 conmon[84412]: audit 2023-11-15T04:25:55.115435+0000 mon.smithi087 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:25:56.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: audit 2023-11-15T04:25:54.583760+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:25:56.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: 156 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:25:56.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: audit 2023-11-15T04:25:54.621695+0000 mon.smithi087 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:25:56.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: audit 2023 2023-11-15T04:25:56.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: -11-15T04:25:55.105429+0000 mon.smithi087 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:25:56.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: audit 2023-11-15T04:25:55.106076+0000 2023-11-15T04:25:56.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: mon.smithi087 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:25:56.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:25:56.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: 11-15T04:25:55.112065+0000 mon.smithi087 (mon 2023-11-15T04:25:56.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: .0) 589 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:25:56.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:25:56.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: T04:25:55.115435+0000 mon.smithi087 (mon.0 2023-11-15T04:25:56.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:55 smithi194 conmon[88664]: ) 590 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:25:56.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:56 smithi087 conmon[84412]: cluster 2023-11-15T04:25:55.217110+0000 mgr.smithi087.fbbqjk (mgr.14180) 157 : cluster 2023-11-15T04:25:56.852 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:56 smithi087 conmon[84412]: [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:57.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:56 smithi194 conmon[88664]: cluster 2023-11-15T04:25:55.217110+0000 mgr.smithi087.fbbqjk (mgr.14180) 157 : cluster 2023-11-15T04:25:57.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:56 smithi194 conmon[88664]: [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:57.227 INFO:teuthology.orchestra.run.smithi087.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T04:25:57.227 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400NQ400BGN 372G 80s ago LVM detected, locked 2023-11-15T04:25:57.227 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme1n1 ssd Linux_862de9480296412148c4 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:57.227 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme2n1 ssd Linux_b062de0edac6a1085478 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:57.228 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme3n1 ssd Linux_17675434d4e7a9e046d5 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:57.228 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme4n1 ssd Linux_19d2665d8c0772e8fccf 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:57.228 INFO:teuthology.orchestra.run.smithi087.stdout:smithi194 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6240002A400BGN 372G 84s ago LVM detected, locked 2023-11-15T04:25:57.228 INFO:teuthology.orchestra.run.smithi087.stdout:smithi194 /dev/nvme1n1 ssd Linux_f5727eb5863c32809f1d 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:57.228 INFO:teuthology.orchestra.run.smithi087.stdout:smithi194 /dev/nvme2n1 ssd Linux_537e8fb7f9dc754183be 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:57.229 INFO:teuthology.orchestra.run.smithi087.stdout:smithi194 /dev/nvme3n1 ssd Linux_d0e1f51c6ad9754cf3d6 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:57.229 INFO:teuthology.orchestra.run.smithi087.stdout:smithi194 /dev/nvme4n1 ssd Linux_90923129832ea7e48de9 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:57.806 INFO:teuthology.run_tasks:Running task vip... 2023-11-15T04:25:57.816 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-15T04:25:57.817 INFO:tasks.vip:peername 172.21.15.87 2023-11-15T04:25:57.822 INFO:tasks.vip:172.21.15.87 in 172.21.0.0/20, pos 3926 2023-11-15T04:25:57.828 INFO:tasks.vip:smithi087.front.sepia.ceph.com static 10.0.15.87, vnet 10.0.0.0/16 2023-11-15T04:25:57.828 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-15T04:25:57.829 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip route ls 2023-11-15T04:25:57.857 INFO:teuthology.orchestra.run.smithi087.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-15T04:25:57.857 INFO:teuthology.orchestra.run.smithi087.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.87 metric 100 2023-11-15T04:25:57.858 INFO:tasks.vip:Configuring 10.0.15.87 on smithi087.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T04:25:57.858 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr add 10.0.15.87/16 dev enp3s0f1 2023-11-15T04:25:57.923 INFO:tasks.vip:peername 172.21.15.194 2023-11-15T04:25:57.926 INFO:tasks.vip:172.21.15.194 in 172.21.0.0/20, pos 4033 2023-11-15T04:25:57.931 INFO:tasks.vip:smithi194.front.sepia.ceph.com static 10.0.15.194, vnet 10.0.0.0/16 2023-11-15T04:25:57.931 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip route ls 2023-11-15T04:25:57.966 INFO:teuthology.orchestra.run.smithi194.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-15T04:25:57.967 INFO:teuthology.orchestra.run.smithi194.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.194 metric 100 2023-11-15T04:25:57.968 INFO:tasks.vip:Configuring 10.0.15.194 on smithi194.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T04:25:57.968 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip addr add 10.0.15.194/16 dev enp3s0f1 2023-11-15T04:25:58.037 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T04:25:58.047 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2023-11-15T04:25:58.047 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-15T04:25:58.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:58 smithi087 conmon[84412]: cluster 2023-11-15T04:25:57.217459+0000 mgr.smithi087.fbbqjk (mgr.14180) 158 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:58.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:25:58 smithi087 conmon[84412]: audit 2023-11-15T04:25:57.225370+0000 mgr.smithi087.fbbqjk (mgr.14180) 159 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:25:59.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:58 smithi194 conmon[88664]: cluster 2023-11-15T04:25:57.217459+0000 mgr.smithi087.fbbqjk (mgr.14180) 158 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:25:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:58 smithi194 conmon[88664]: audit 2023-11-15T04:25: 2023-11-15T04:25:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:25:58 smithi194 conmon[88664]: 57.225370+0000 mgr.smithi087.fbbqjk (mgr.14180) 159 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:25:59.949 INFO:teuthology.orchestra.run.smithi087.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T04:25:59.950 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400NQ400BGN 372G 83s ago LVM detected, locked 2023-11-15T04:25:59.950 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme1n1 ssd Linux_862de9480296412148c4 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:59.950 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme2n1 ssd Linux_b062de0edac6a1085478 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:59.951 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme3n1 ssd Linux_17675434d4e7a9e046d5 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:59.951 INFO:teuthology.orchestra.run.smithi087.stdout:smithi087 /dev/nvme4n1 ssd Linux_19d2665d8c0772e8fccf 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:59.951 INFO:teuthology.orchestra.run.smithi087.stdout:smithi194 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6240002A400BGN 372G 86s ago LVM detected, locked 2023-11-15T04:25:59.951 INFO:teuthology.orchestra.run.smithi087.stdout:smithi194 /dev/nvme1n1 ssd Linux_f5727eb5863c32809f1d 89.4G 86s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:59.951 INFO:teuthology.orchestra.run.smithi087.stdout:smithi194 /dev/nvme2n1 ssd Linux_537e8fb7f9dc754183be 89.4G 86s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:59.951 INFO:teuthology.orchestra.run.smithi087.stdout:smithi194 /dev/nvme3n1 ssd Linux_d0e1f51c6ad9754cf3d6 89.4G 86s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:25:59.952 INFO:teuthology.orchestra.run.smithi087.stdout:smithi194 /dev/nvme4n1 ssd Linux_90923129832ea7e48de9 89.4G 86s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T04:26:00.597 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T04:26:00.609 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2023-11-15T04:26:00.610 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T04:26:00.642 INFO:teuthology.orchestra.run.smithi087.stderr:+ systemctl stop nfs-server 2023-11-15T04:26:00.651 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi194.front.sepia.ceph.com 2023-11-15T04:26:00.651 DEBUG:teuthology.orchestra.run.smithi194:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T04:26:00.676 INFO:teuthology.orchestra.run.smithi194.stderr:+ systemctl stop nfs-server 2023-11-15T04:26:00.683 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T04:26:00.693 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi087.front.sepia.ceph.com 2023-11-15T04:26:00.694 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-15T04:26:00.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:00 smithi087 conmon[84412]: cluster 2023-11-15T04:25:59.217856+0000 mgr.smithi087.fbbqjk (mgr.14180) 160 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:00.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:00 smithi087 conmon[84412]: audit 2023-11-15T04:25:59.950348+0000 mon.smithi087 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:26:01.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:00 smithi194 conmon[88664]: cluster 2023-11-15T04:25:59.217856+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:26:01.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:00 smithi194 conmon[88664]: 160 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:01.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:00 smithi194 conmon[88664]: audit 2023-11-15T04:25:59.950348+0000 mon.smithi087 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:26:02.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:01 smithi194 conmon[88664]: audit 2023-11-15T04:25:59.948071+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:26:02.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:01 smithi194 conmon[88664]: mgr.14180) 161 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:26:02.067 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:01 smithi087 conmon[84412]: audit 2023-11-15T04:25:59.948071+0000 mgr.smithi087.fbbqjk (mgr.14180) 161 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:26:02.067 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:01 smithi087 conmon[84412]: 2023-11-15T04:26:02.820 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:02 smithi087 conmon[84412]: cluster 2023-11-15T04:26:01.218173+0000 mgr.smithi087.fbbqjk (mgr.14180) 162 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:02.820 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:02 smithi087 conmon[84412]: audit 2023-11-15T04:26:01.729665+0000 mon.smithi087 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:03.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:02 smithi194 conmon[88664]: cluster 2023-11-15T04:26:01.218173+0000 mgr.smithi087.fbbqjk (mgr.14180) 162 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:03.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:02 smithi194 conmon[88664]: audit 2023-11-15T04:26:01.729665+0000 mon.smithi087 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:04.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:03 smithi194 conmon[88664]: audit 2023-11-15T04:26:03.338357+0000 mon.smithi087 (mon. 2023-11-15T04:26:04.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:03 smithi194 conmon[88664]: 0) 593 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-15T04:26:04.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:03 smithi087 conmon[84412]: audit 2023-11-15T04:26:03 2023-11-15T04:26:04.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:03 smithi087 conmon[84412]: .338357+0000 mon.smithi087 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-15T04:26:05.032 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:04 smithi194 conmon[88664]: cluster 2023-11-15T04:26:03.218457+0000 2023-11-15T04:26:05.033 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:04 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 163 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:05.033 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:04 smithi194 conmon[88664]: audit 2023-11-15T04:26:03.337840+0000 mgr.smithi087.fbbqjk (mgr.14180) 164 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:26:05.033 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:04 smithi194 conmon[88664]: audit 2023-11-15T04:26:03.736484+0000 mon.smithi087 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-15T04:26:05.033 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:04 smithi194 conmon[88664]: cluster 2023-11-15T04:26:03.736561+0000 mon.smithi087 (mon.0) 595 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T04:26:05.034 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:04 smithi194 conmon[88664]: audit 2023-11-15T04:26:03.737482+0000 mon.smithi087 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-15T04:26:05.034 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:04 smithi194 conmon[88664]: audit 2023-11-15T04:26:04.280875+0000 mon.smithi087 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:04 smithi087 conmon[84412]: cluster 2023-11-15T04:26:03.218457+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:26:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:04 smithi087 conmon[84412]: ) 163 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:04 smithi087 conmon[84412]: audit 2023-11-15T04:26:03.337840+0000 mgr.smithi087.fbbqjk (mgr.14180) 164 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:26:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:04 smithi087 conmon[84412]: audit 2023-11-15T04:26:03.736484+0000 mon.smithi087 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-15T04:26:05.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:04 smithi087 conmon[84412]: cluster 2023-11-15T04:26:03.736561+0000 mon.smithi087 (mon.0) 595 2023-11-15T04:26:05.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:04 smithi087 conmon[84412]: : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T04:26:05.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:04 smithi087 conmon[84412]: audit 2023-11-15T04:26:03.737482+0000 mon.smithi087 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-15T04:26:05.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:04 smithi087 conmon[84412]: audit 2023-11-15T04:26:04.280875+0000 mon.smithi087 (mon 2023-11-15T04:26:05.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:04 smithi087 conmon[84412]: .0) 597 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:05.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:04 smithi087 conmon[84412]: debug 2023-11-15T04:26:04.744+0000 7f75bbd99700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-15T04:26:05.533 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.87/16 --port 2999' 2023-11-15T04:26:06.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: audit 2023-11-15T04:26:04.742185+0000 mon.smithi087 (mon.0) 598 : audit [INF] 2023-11-15T04:26:06.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-15T04:26:06.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: cluster 2023-11-15T04:26:04.742383+0000 mon.smithi087 (mon.0) 599 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T04:26:06.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: audit 2023-11 2023-11-15T04:26:06.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: -15T04:26:04.745214+0000 mon.smithi087 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-15T04:26:06.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: cluster 2023-11-15T04:26:04 2023-11-15T04:26:06.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: .746034+0000 mon.smithi087 (mon.0) 601 : cluster [ERR] 2023-11-15T04:26:06.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-15T04:26:06.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: cluster 2023-11-15T04:26:04 2023-11-15T04:26:06.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: .746078+0000 mon.smithi087 (mon.0) 602 : cluster 2023-11-15T04:26:06.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-15T04:26:06.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: cluster 2023-11-15T04:26:04 2023-11-15T04:26:06.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: .756099+0000 mon.smithi087 (mon.0) 603 : cluster 2023-11-15T04:26:06.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T04:26:06.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: audit 2023-11-15T04:26:04 2023-11-15T04:26:06.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: .756291+0000 mon.smithi087 (mon.0) 604 : audit 2023-11-15T04:26:06.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-15T04:26:06.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: cluster 2023-11-15T04:26:04. 2023-11-15T04:26:06.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: 756367+0000 mon.smithi087 (mon.0) 605 : cluster [DBG] fsmap foofs:0 2023-11-15T04:26:06.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: cephadm 2023-11-15T04:26:04.762480+0000 mgr.smithi087.fbbqjk 2023-11-15T04:26:06.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: (mgr.14180) 165 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-15T04:26:06.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:26:06.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: :26:04.768650+0000 mon.smithi087 (mon.0) 606 2023-11-15T04:26:06.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:06.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:26:06.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: 26:05.299063+0000 mon.smithi087 (mon.0) 607 2023-11-15T04:26:06.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:05 smithi194 conmon[88664]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:06.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: audit 2023-11-15T04:26:04.742185+0000 mon.smithi087 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-15T04:26:06.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: cluster 2023-11-15T04:26:04.742383+0000 mon.smithi087 (mon.0) 599 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T04:26:06.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: audit 2023-11-15T04:26:04.745214+0000 mon.smithi087 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-15T04:26:06.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: cluster 2023-11-15T04:26:04.746034+0000 mon.smithi087 (mon.0) 601 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-15T04:26:06.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: cluster 2023-11-15T04:26:04.746078+0000 mon.smithi087 (mon.0) 602 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-15T04:26:06.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: cluster 2023-11-15T 2023-11-15T04:26:06.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: 04:26:04.756099+0000 mon.smithi087 (mon.0) 603 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T04:26:06.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: audit 2023-11-15T04:26:04.756291+0000 mon.smithi087 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-15T04:26:06.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: cluster 2023-11-15T04:26:04.756367+0000 mon.smithi087 (mon.0) 605 : cluster [DBG] fsmap foofs:0 2023-11-15T04:26:06.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: cephadm 2023-11-15T04:26:04.762480+0000 mgr.smithi087.fbbqjk (mgr.14180) 165 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-15T04:26:06.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: audit 2023-11-15T04:26:04.768650+0000 mon.smithi087 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:06.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:05 smithi087 conmon[84412]: audit 2023-11-15T04:26:05.299063+0000 mon.smithi087 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:07.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:06 smithi194 conmon[88664]: cluster 2023-11-15T04:26:05.218958+0000 mgr.smithi087.fbbqjk (mgr.14180) 166 : cluster [DBG] 2023-11-15T04:26:07.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:06 smithi194 conmon[88664]: pgmap v137: 65 pgs: 11 creating+peering, 1 active+clean, 53 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:07.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:06 smithi194 conmon[88664]: cluster 2023-11-15T04:26:05.756875+0000 mon.smithi087 (mon.0) 608 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T04:26:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:06 smithi087 conmon[84412]: cluster 2023-11-15T04:26:05.218958+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:26:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:06 smithi087 conmon[84412]: .14180) 166 : cluster [DBG] pgmap v137: 65 pgs: 11 creating+peering, 1 active+clean, 53 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:06 smithi087 conmon[84412]: cluster 2023-11-15T04:26:05.756875+0000 mon.smithi087 (mon.0) 608 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T04:26:08.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:07 smithi194 conmon[88664]: cluster 2023-11-15T04:26:06.760741+0000 mon.smithi087 (mon.0) 609 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T04:26:08.068 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:07 smithi087 conmon[84412]: cluster 2023-11-15T04:26:06.760741+0000 mon.smithi087 (mon.0) 609 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T04:26:09.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:08 smithi194 conmon[88664]: cluster 2023-11-15T04:26:07.219320+0000 mgr.smithi087.fbbqjk (mgr.14180) 167 : cluster [DBG] pgmap v140: 65 pgs: 11 creating+peering, 24 active+clean, 30 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:09.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:08 smithi194 conmon[88664]: audit 2023-11-15T04:26:08.066993+0000 mon.smithi087 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T04:26:09.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:08 smithi087 conmon[84412]: cluster 2023-11-15T04:26:07 2023-11-15T04:26:09.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:08 smithi087 conmon[84412]: .219320+0000 mgr.smithi087.fbbqjk (mgr.14180) 167 : cluster [DBG] pgmap v140: 65 pgs: 11 creating+peering, 24 active+clean, 30 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:09.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:08 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.066993+0000 mon.smithi087 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T04:26:09.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023-11-15T04:26:08.065675+0000 2023-11-15T04:26:09.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 168 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.87/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:26:09.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023-11-15T04:26:08.773577+0000 mon.smithi087 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T04:26:09.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: cluster 2023-11-15T04:26:08.773653+0000 mon.smithi087 (mon.0) 612 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T04:26:09.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:26:09.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: T04:26:08.775908+0000 mon.smithi087 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T04:26:09.805 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:26:09.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: 15T04:26:08.980081+0000 mon.smithi087 (mon 2023-11-15T04:26:09.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: .0) 614 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:09.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023 2023-11-15T04:26:09.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: -11-15T04:26:08.980886+0000 2023-11-15T04:26:09.806 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: mon.smithi087 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:09.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: 2023-11-15T04:26:09.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023- 2023-11-15T04:26:09.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: 11-15T04:26:08.981491+0000 mon.smithi087 (mon.0 2023-11-15T04:26:09.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: ) 616 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:26:09.807 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023-11-15T04:26:08.984874 2023-11-15T04:26:09.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:09.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: 2023-11-15T04:26:09.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023 2023-11-15T04:26:09.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: -11-15T04:26:08.988322+0000 mon.smithi087 (mon.0) 618 2023-11-15T04:26:09.808 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:26:09.809 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023-11 2023-11-15T04:26:09.809 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: -15T04:26:08. 2023-11-15T04:26:09.809 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: 995166+0000 mon.smithi087 (mon.0) 2023-11-15T04:26:09.809 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: 619 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:09.810 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:26:09.810 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: T04:26:08.995831+0000 mon.smithi087 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.qvovuz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T04:26:09.810 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:26:09.810 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: :26:08.999898+0000 mon.smithi087 (mon.0) 621 : audit 2023-11-15T04:26:09.810 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.qvovuz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T04:26:09.811 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:26:09.811 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: T04:26:09.000476+0000 mon.smithi087 (mon 2023-11-15T04:26:09.811 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:09 smithi194 conmon[88664]: .0) 622 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:09.812 INFO:teuthology.orchestra.run.smithi087.stdout:NFS Cluster Created Successfully 2023-11-15T04:26:10.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.065675+0000 mgr.smithi087.fbbqjk (mgr.14180) 168 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.87/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:26:10.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.773577+0000 mon.smithi087 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T04:26:10.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: cluster 2023-11-15T04:26:08.773653+0000 mon.smithi087 (mon.0) 612 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T04:26:10.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.775908+0000 mon.smithi087 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T04:26:10.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.980081+0000 mon.smithi087 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:10.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.980886+0000 mon.smithi087 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:10.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.981491+0000 mon.smithi087 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:26:10.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.984874+0000 mon.smithi087 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:10.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.988322+0000 mon.smithi087 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:26:10.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.995166+0000 mon.smithi087 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:10.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.995831+0000 mon.smithi087 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.qvovuz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T04:26:10.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:08.999898+0000 mon.smithi087 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi194.qvovuz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T04:26:10.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:09 smithi087 conmon[84412]: audit 2023-11-15T04:26:09.000476+0000 mon.smithi087 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:10.513 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-11-15T04:26:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:10 smithi194 conmon[88664]: cephadm 2023-11-15T04:26:09.000986+0000 mgr.smithi087.fbbqjk (mgr.14180) 169 : cephadm 2023-11-15T04:26:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:10 smithi194 conmon[88664]: [INF] Deploying daemon mds.foofs.smithi194.qvovuz on smithi194 2023-11-15T04:26:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:10 smithi194 conmon[88664]: cluster 2023-11-15T04:26:09.219746+0000 mgr.smithi087.fbbqjk (mgr.14180) 170 : cluster [DBG] pgmap v142: 97 pgs: 6 creating+peering, 65 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:10 smithi194 conmon[88664]: audit 2023-11-15T04:26:09.775119+0000 mon.smithi087 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T04:26:11.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:10 smithi194 conmon[88664]: cluster 2023-11-15T04:26:09.775313+0000 mon.smithi087 (mon.0) 624 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T04:26:11.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:10 smithi194 conmon[88664]: cephadm 2023-11-15T04:26:09.802599+0000 mgr.smithi087.fbbqjk (mgr.14180) 171 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T04:26:11.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:10 smithi194 conmon[88664]: audit 2023-11-15T04:26:09.806163+0000 mon.smithi087 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:11.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:10 smithi194 conmon[88664]: cephadm 2023-11-15T04:26:09.807369+0000 mgr.smithi087.fbbqjk (mgr.14180) 172 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T04:26:11.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:10 smithi194 conmon[88664]: audit 2023-11-15T04:26:09.809829+0000 mon.smithi087 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:10 smithi087 conmon[84412]: cephadm 2023-11-15T04:26:09.000986+0000 2023-11-15T04:26:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:10 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 169 : cephadm [INF] Deploying daemon mds.foofs.smithi194.qvovuz on smithi194 2023-11-15T04:26:11.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:10 smithi087 conmon[84412]: cluster 2023-11-15T04:26:09.219746+0000 mgr.smithi087.fbbqjk (mgr.14180) 170 : cluster [DBG] pgmap v142: 97 pgs: 6 creating+peering, 65 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:11.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:10 smithi087 conmon[84412]: audit 2023-11-15T04:26:09.775119+0000 mon.smithi087 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T04:26:11.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:10 smithi087 conmon[84412]: cluster 2023-11-15T04:26:09.775313+0000 mon.smithi087 (mon.0) 624 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T04:26:11.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:10 smithi087 conmon[84412]: cephadm 2023-11-15T04:26:09.802599+0000 mgr.smithi087.fbbqjk (mgr.14180) 171 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T04:26:11.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:10 smithi087 conmon[84412]: audit 2023-11-15T04:26:09.806163+0000 mon.smithi087 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:11.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:10 smithi087 conmon[84412]: cephadm 2023-11-15T04:26:09.807369+0000 mgr.smithi087.fbbqjk (mgr.14180) 172 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T04:26:11.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:10 smithi087 conmon[84412]: audit 2023-11-15T04:26:09.809829+0000 mon.smithi087 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:12.042 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:11 smithi087 conmon[84412]: cluster 2023-11-15T04:26:10.784093+0000 mon.smithi087 (mon.0) 627 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T04:26:12.042 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:11 smithi087 conmon[84412]: cluster 2023-11-15T04:26:10.816414+0000 mon.smithi087 (mon.0) 628 : cluster [DBG] mgrmap e19: smithi087.fbbqjk(active, since 3m), standbys: smithi194.nmwmop 2023-11-15T04:26:12.043 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:11 smithi087 conmon[84412]: audit 2023-11-15T04:26:11.468761+0000 mon.smithi087 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:12.043 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:11 smithi087 conmon[84412]: audit 2023-11-15T04:26:11.469813+0000 mon.smithi087 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.zoalqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T04:26:12.043 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:11 smithi087 conmon[84412]: audit 2023-11-15T04:26:11.474846+0000 mon.smithi087 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.zoalqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T04:26:12.043 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:11 smithi087 conmon[84412]: audit 2023-11-15T04:26:11.475417+0000 mon.smithi087 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:12.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:11 smithi194 conmon[88664]: cluster 2023-11-15T04:26:10.784093+0000 mon.smithi087 (mon.0) 627 : cluster [DBG] 2023-11-15T04:26:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:11 smithi194 conmon[88664]: osdmap e44: 8 total, 8 up, 8 in 2023-11-15T04:26:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:11 smithi194 conmon[88664]: cluster 2023-11-15T04:26:10.816414+0000 mon.smithi087 (mon.0) 628 : cluster [DBG] mgrmap e19: smithi087.fbbqjk(active, since 3m), standbys: smithi194.nmwmop 2023-11-15T04:26:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:11 smithi194 conmon[88664]: audit 2023-11-15T04:26:11.468761+0000 mon.smithi087 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:11 smithi194 conmon[88664]: audit 2023-11-15T04:26:11.469813+0000 mon.smithi087 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.zoalqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-15T04:26:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:11 smithi194 conmon[88664]: audit 2023-11-15T04:26:11.474846+0000 mon.smithi087 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi087.zoalqb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-15T04:26:12.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:11 smithi194 conmon[88664]: audit 2023-11-15T04:26:11.475417+0000 mon.smithi087 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:12.841 INFO:teuthology.orchestra.run.smithi087.stdout:{ 2023-11-15T04:26:12.841 INFO:teuthology.orchestra.run.smithi087.stdout: "bind": "/fake", 2023-11-15T04:26:12.841 INFO:teuthology.orchestra.run.smithi087.stdout: "fs": "foofs", 2023-11-15T04:26:12.841 INFO:teuthology.orchestra.run.smithi087.stdout: "path": "/", 2023-11-15T04:26:12.842 INFO:teuthology.orchestra.run.smithi087.stdout: "cluster": "foo", 2023-11-15T04:26:12.842 INFO:teuthology.orchestra.run.smithi087.stdout: "mode": "RW" 2023-11-15T04:26:12.842 INFO:teuthology.orchestra.run.smithi087.stdout:} 2023-11-15T04:26:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: cluster 2023-11-15T04:26:11.220072+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:26:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: ) 173 : cluster [DBG] pgmap v145: 97 pgs: 6 creating+peering, 69 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: cephadm 2023-11-15T04:26:11.475952+0000 mgr.smithi087.fbbqjk (mgr.14180) 174 : cephadm [INF] Deploying daemon mds.foofs.smithi087.zoalqb on smithi087 2023-11-15T04:26:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: cluster 2023-11-15T04:26:11.822876+0000 mon.smithi087 (mon.0) 633 : 2023-11-15T04:26:13.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: cluster [DBG] mds.? [v2:172.21.15.194:6832/2949958177,v1:172.21.15.194:6833/2949958177] up:boot 2023-11-15T04:26:13.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: cluster 2023-11-15T04:26: 2023-11-15T04:26:13.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: 11.822938+0000 mon.smithi087 (mon.0) 634 : cluster [INF] daemon mds.foofs.smithi194.qvovuz assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-15T04:26:13.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: cluster 2023-11-15T04 2023-11-15T04:26:13.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: :26:11.822991+0000 mon.smithi087 (mon.0) 635 : cluster [INF] 2023-11-15T04:26:13.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-15T04:26:13.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: cluster 2023-11-15T 2023-11-15T04:26:13.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: 04:26:11.823012+0000 mon.smithi087 (mon.0) 636 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-15T04:26:13.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: cluster 2023-11- 2023-11-15T04:26:13.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: 15T04:26:11.823030+0000 mon.smithi087 (mon 2023-11-15T04:26:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: .0) 637 : cluster [INF] Cluster is now healthy 2023-11-15T04:26:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: cluster 2023-11-15 2023-11-15T04:26:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: T04:26:11.823284+0000 mon.smithi087 (mon. 2023-11-15T04:26:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: 0) 638 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-15T04:26:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: audit 2023-11- 2023-11-15T04:26:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: 15T04:26:11.823425+0000 2023-11-15T04:26:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: mon.smithi087 (mon.0) 639 : audit [DBG] 2023-11-15T04:26:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi194.qvovuz"}]: dispatch 2023-11-15T04:26:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: cluster 2023-11 2023-11-15T04:26:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: -15T04:26:11.830750 2023-11-15T04:26:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: +0000 mon.smithi087 (mon.0) 640 : cluster 2023-11-15T04:26:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: [DBG] fsmap foofs:1 {0=foofs.smithi194.qvovuz=up:creating} 2023-11-15T04:26:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: cluster 2023-11- 2023-11-15T04:26:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: 15T04:26:11.841560+0000 2023-11-15T04:26:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: mon.smithi087 (mon.0) 641 : cluster 2023-11-15T04:26:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:12 smithi087 conmon[84412]: [INF] daemon mds.foofs.smithi194.qvovuz is now active in filesystem foofs as rank 0 2023-11-15T04:26:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: cluster 2023-11-15T04:26:11.220072+0000 mgr.smithi087.fbbqjk (mgr.14180) 173 : cluster [DBG] pgmap v145: 97 pgs: 6 creating+peering, 69 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: cephadm 2023-11-15T04:26:11.475952+0000 mgr.smithi087.fbbqjk (mgr.14180) 174 : cephadm [INF] Deploying daemon mds.foofs.smithi087.zoalqb on smithi087 2023-11-15T04:26:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: cluster 2023-11-15T04:26:11.822876+0000 mon.smithi087 (mon.0) 633 : cluster [DBG] mds.? [v2:172.21.15.194:6832/2949958177,v1:172.21.15.194:6833/2949958177] up:boot 2023-11-15T04:26:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: cluster 2023-11 2023-11-15T04:26:13.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: -15T04:26:11.822938+0000 mon.smithi087 (mon.0) 634 : cluster [INF] daemon mds.foofs.smithi194.qvovuz assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-15T04:26:13.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: cluster 2023-11-15T04:26:11 2023-11-15T04:26:13.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: .822991+0000 mon.smithi087 (mon.0) 635 : cluster [INF] 2023-11-15T04:26:13.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-15T04:26:13.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: cluster 2023-11-15T04:26:11. 2023-11-15T04:26:13.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: 823012+0000 mon.smithi087 (mon.0) 636 : cluster [INF] 2023-11-15T04:26:13.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-15T04:26:13.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: cluster 2023-11-15T04:26:11.823030 2023-11-15T04:26:13.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 637 : cluster [INF] Cluster is now healthy 2023-11-15T04:26:13.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: cluster 2023-11 2023-11-15T04:26:13.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: -15T04:26:11.823284+0000 mon.smithi087 (mon 2023-11-15T04:26:13.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: .0) 638 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-15T04:26:13.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:26:13.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: 15T04:26:11.823425+0000 mon.smithi087 (mon 2023-11-15T04:26:13.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: .0) 639 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi194.qvovuz"}]: dispatch 2023-11-15T04:26:13.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: cluster 2023-11-15 2023-11-15T04:26:13.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: T04:26:11.830750+0000 mon.smithi087 (mon.0 2023-11-15T04:26:13.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: ) 640 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.qvovuz=up:creating} 2023-11-15T04:26:13.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: cluster 2023-11-15T 2023-11-15T04:26:13.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: 04:26:11.841560+0000 mon.smithi087 (mon.0 2023-11-15T04:26:13.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:12 smithi194 conmon[88664]: ) 641 : cluster [INF] daemon mds.foofs.smithi194.qvovuz is now active in filesystem foofs as rank 0 2023-11-15T04:26:13.663 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T04:26:13.674 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-15T04:26:13.674 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:14.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:13 smithi087 conmon[84412]: audit 2023-11-15T04:26:12.471462+0000 2023-11-15T04:26:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:13 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 175 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:26:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:13 smithi087 conmon[84412]: cluster 2023-11-15T04:26:12.831276+0000 mon.smithi087 (mon.0) 642 : cluster [DBG] mds.? [v2:172.21.15.194:6832/2949958177,v1:172.21.15.194:6833/2949958177] up:active 2023-11-15T04:26:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:13 smithi087 conmon[84412]: cluster 2023-11-15T04:26:12.831311+0000 mon.smithi087 (mon.0) 643 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.qvovuz=up:active} 2023-11-15T04:26:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:13 smithi087 conmon[84412]: audit 2023-11-15T04:26:12.833753+0000 mon.smithi087 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 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 2023-11-15T04:26:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:13 smithi087 conmon[84412]: audit 2023-11-15T04:26:12.836732+0000 mon.smithi087 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 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 2023-11-15T04:26:14.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:13 smithi194 conmon[88664]: audit 2023-11-15T04:26:12.471462+0000 mgr.smithi087.fbbqjk (mgr.14180) 175 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T04:26:14.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:13 smithi194 conmon[88664]: cluster 2023-11-15T04:26:12.831276+0000 mon.smithi087 (mon.0) 642 : cluster [DBG] mds.? [v2:172.21.15.194:6832/2949958177,v1:172.21.15.194:6833/2949958177] up:active 2023-11-15T04:26:14.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:13 smithi194 conmon[88664]: cluster 2023-11-15T04:26:12.831311+0000 mon.smithi087 (mon.0) 643 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.qvovuz=up:active} 2023-11-15T04:26:14.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:13 smithi194 conmon[88664]: audit 2023-11-15T04:26:14.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:13 smithi194 conmon[88664]: 2023-11-15T04:26:12.833753+0000 mon.smithi087 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 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 2023-11-15T04:26:14.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:13 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:26:14.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:13 smithi194 conmon[88664]: :26:12.836732+0000 mon.smithi087 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 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 2023-11-15T04:26:14.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:14 smithi087 conmon[84412]: cluster 2023-11-15T04:26:13.220835+0000 mgr.smithi087.fbbqjk (mgr.14180) 176 : cluster [DBG] pgmap v146: 97 pgs: 6 creating+peering, 80 active+clean, 11 unknown; 554 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:14.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:14 smithi087 conmon[84412]: audit 2023-11-15T04:26:14.519594+0000 mon.smithi087 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:14.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:14 smithi087 conmon[84412]: audit 2023-11-15T04:26:14.521147+0000 mon.smithi087 (mon.0) 647 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:26:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:14 smithi194 conmon[88664]: cluster 2023-11-15T04:26:13.220835+0000 2023-11-15T04:26:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:14 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 176 : cluster [DBG] pgmap v146: 97 pgs: 6 creating+peering, 80 active+clean, 11 unknown; 554 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:26:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:14 smithi194 conmon[88664]: audit 2023-11-15T04:26:14.519594+0000 mon.smithi087 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:15.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:14 smithi194 conmon[88664]: audit 2023-11-15T04:26:14.521147+0000 mon.smithi087 (mon.0) 647 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:26:16.090 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:16.091 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:04.274665Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:01.723972Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:04.274793Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:01.724112Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:01.724183Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:01.724247Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:01.724310Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:04.274928Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:16.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:15 smithi087 conmon[84412]: cluster 2023-11-15T04:26:14.839002+0000 mon.smithi087 (mon.0) 648 : cluster [DBG] mds.? [v2:172.21.15.87:6834/3106860885,v1:172.21.15.87:6835/3106860885] up:boot 2023-11-15T04:26:16.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:15 smithi087 conmon[84412]: cluster 2023-11-15T04:26:14.839332+0000 mon.smithi087 (mon.0) 649 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.qvovuz=up:active} 1 up:standby 2023-11-15T04:26:16.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:15 smithi087 conmon[84412]: audit 2023-11-15T04:26:14.839434+0000 mon.smithi087 (mon.0) 650 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi087.zoalqb"}]: dispatch 2023-11-15T04:26:16.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:15 smithi087 conmon[84412]: cluster 2023-11-15T04:26:14.846248+0000 mon.smithi087 (mon.0) 651 : cluster [DBG] mgrmap e20: smithi087.fbbqjk(active, since 3m), standbys: smithi194.nmwmop 2023-11-15T04:26:16.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:15 smithi087 conmon[84412]: cluster 2023-11-15T04:26:14.846306+0000 mon.smithi087 (mon.0) 652 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.qvovuz=up:active} 1 up:standby 2023-11-15T04:26:16.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:15 smithi087 conmon[84412]: cluster 2023-11-15T04:26:15.221348+0000 mgr.smithi087.fbbqjk (mgr.14180) 177 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 782 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s wr, 12 op/s 2023-11-15T04:26:16.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:15 smithi194 conmon[88664]: cluster 2023-11-15T04:26:14.839002+0000 mon.smithi087 ( 2023-11-15T04:26:16.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:15 smithi194 conmon[88664]: mon.0) 648 : cluster [DBG] mds.? [v2:172.21.15.87:6834/3106860885,v1:172.21.15.87:6835/3106860885] up:boot 2023-11-15T04:26:16.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:15 smithi194 conmon[88664]: cluster 2023-11-15T04:26:14.839332+0000 mon.smithi087 (mon.0) 649 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.qvovuz=up:active} 1 up:standby 2023-11-15T04:26:16.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:15 smithi194 conmon[88664]: audit 2023-11-15T04:26:14.839434+0000 mon.smithi087 (mon.0) 650 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi087.zoalqb"}]: dispatch 2023-11-15T04:26:16.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:15 smithi194 conmon[88664]: cluster 2023-11-15T04:26:14.846248+0000 mon.smithi087 (mon.0) 651 : cluster [DBG] mgrmap e20: smithi087.fbbqjk(active, since 3m), standbys: smithi194.nmwmop 2023-11-15T04:26:16.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:15 smithi194 conmon[88664]: cluster 2023-11-15T04:26:14.846306+0000 mon.smithi087 (mon.0) 652 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi194.qvovuz=up:active} 1 up:standby 2023-11-15T04:26:16.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:15 smithi194 conmon[88664]: cluster 2023-11-15T04:26:15.221348+0000 mgr.smithi087.fbbqjk (mgr.14180) 177 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 782 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s wr, 12 op/s 2023-11-15T04:26:16.910 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:17.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:17 smithi194 conmon[88664]: audit 2023-11-15T04:26:16.087540+0000 mgr.smithi087.fbbqjk (mgr.14180) 178 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:17.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:17 smithi194 conmon[88664]: audit 2023-11-15T04:26:16 2023-11-15T04:26:17.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:17 smithi194 conmon[88664]: .269021+0000 mon.smithi087 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:17.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:17 smithi194 conmon[88664]: audit 2023-11-15T04:26:17.030442+0000 mon.smithi087 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:17.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:17 smithi087 conmon[84412]: audit 2023-11-15T04:26:16.087540+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:26:17.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:17 smithi087 conmon[84412]: 14180) 178 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:17.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:17 smithi087 conmon[84412]: audit 2023-11-15T04:26:16.269021+0000 mon.smithi087 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:17.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:17 smithi087 conmon[84412]: audit 2023-11-15T04:26:17.030442+0000 mon.smithi087 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:17.911 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:18.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:18 smithi194 conmon[88664]: cluster 2023-11-15T04:26:17.221866+0000 mgr.smithi087.fbbqjk (mgr.14180) 179 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s wr, 10 op/s 2023-11-15T04:26:18.614 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:18 smithi087 conmon[84412]: cluster 2023-11-15T04:26:17.221866+0000 mgr.smithi087.fbbqjk (mgr.14180) 179 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s wr, 10 op/s 2023-11-15T04:26:20.547 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:20.547 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:20.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: cluster 2023-11-15T04:26:19.222325+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:26:20.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: mgr.14180) 180 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2023-11-15T04:26:20.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26:20.365701+0000 mon.smithi087 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:20.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26:20.366595+0000 mon.smithi087 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:20.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26:20.367243+0000 mon.smithi087 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:26:20.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26:20.371036+0000 mon.smithi087 ( 2023-11-15T04:26:20.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:20.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26 2023-11-15T04:26:20.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: :20.376699+0000 mon.smithi087 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:26:20.877 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26:20.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 2023-11-15T04:26:20.384959+0000 2023-11-15T04:26:20.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: mon.smithi087 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:20.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26:20.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 2023-11-15T04:26: 2023-11-15T04:26:20.878 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 20.401442+0000 mon.smithi087 (mon.0) 661 : audit 2023-11-15T04:26:20.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.yhzqkd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T04:26:20.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:26:20.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 11-15T04:26:20.404756+0000 mon.smithi087 2023-11-15T04:26:20.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.yhzqkd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T04:26:20.879 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26:20.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 2023-11-15T04:26:20 2023-11-15T04:26:20.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: .405510+0000 mon.smithi087 (mon.0) 663 : audit 2023-11-15T04:26:20.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T04:26:20.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26 2023-11-15T04:26:20.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: :20.408712+0000 mon.smithi087 (mon.0) 664 : 2023-11-15T04:26:20.880 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T04:26:20.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26:20 2023-11-15T04:26:20.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: .410001+0000 mon.smithi087 (mon.0) 665 : audit 2023-11-15T04:26:20.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:20.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04: 2023-11-15T04:26:20.881 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 26:20.451083+0000 mon.smithi087 (mon.0) 666 2023-11-15T04:26:20.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T04:26:20.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26:20.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 2023-11-15T04:26:20.454897+0000 2023-11-15T04:26:20.882 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: mon.smithi087 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T04:26:20.883 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 2023-11-15T04:26:20.883 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26:20.883 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 2023-11-15T04:26:20. 2023-11-15T04:26:20.883 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 497779+0000 mon.smithi087 (mon.0) 668 : audit [INF] 2023-11-15T04:26:20.883 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.yhzqkd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T04:26:20.883 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26 2023-11-15T04:26:20.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: :20.501184+0000 mon.smithi087 (mon.0) 669 : 2023-11-15T04:26:20.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.yhzqkd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T04:26:20.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: audit 2023-11-15T04:26:20.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 2023-11-15T04:26:20.504579+0000 2023-11-15T04:26:20.884 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: mon.smithi087 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:20.885 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:20 smithi087 conmon[84412]: 2023-11-15T04:26:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: cluster 2023-11-15T04:26:19.222325+0000 mgr.smithi087.fbbqjk (mgr.14180) 180 : cluster [DBG] 2023-11-15T04:26:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: pgmap v149: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2023-11-15T04:26:21.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04:26:20.365701+0000 mon.smithi087 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:21.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04:26:20.366595+0000 2023-11-15T04:26:21.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: mon.smithi087 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:21.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04:26: 2023-11-15T04:26:21.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 20.367243+0000 mon.smithi087 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:26:21.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:26:21.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 15T04:26:20.371036+0000 mon.smithi087 (mon. 2023-11-15T04:26:21.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 0) 658 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:21.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:26:21.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: :26:20.376699+0000 mon.smithi087 (mon.0) 659 2023-11-15T04:26:21.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:26:21.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04:26: 2023-11-15T04:26:21.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 20.384959+0000 mon.smithi087 (mon.0) 660 : audit [INF] 2023-11-15T04:26:21.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:21.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04:26:21.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 2023-11-15T04:26:20.401442+0000 mon.smithi087 (mon. 2023-11-15T04:26:21.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 0) 661 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.yhzqkd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T04:26:21.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:26:21.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: :26:20.404756+0000 mon.smithi087 (mon.0) 662 2023-11-15T04:26:21.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.yhzqkd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T04:26:21.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04:26 2023-11-15T04:26:21.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: :20.405510+0000 mon.smithi087 (mon.0) 663 : 2023-11-15T04:26:21.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T04:26:21.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04:26:20. 2023-11-15T04:26:21.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 408712+0000 mon.smithi087 (mon.0) 664 : audit [INF] 2023-11-15T04:26:21.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T04:26:21.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04:26:20.410001 2023-11-15T04:26:21.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 665 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:21.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 2023-11-15T04:26:21.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04:26:21.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 2023-11-15T04:26:20.451083+0000 mon.smithi087 (mon 2023-11-15T04:26:21.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: .0) 666 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T04:26:21.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:26:21.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 04:26:20.454897+0000 mon.smithi087 (mon.0 2023-11-15T04:26:21.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: ) 667 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T04:26:21.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T 2023-11-15T04:26:21.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 04:26:20.497779+0000 mon.smithi087 (mon.0 2023-11-15T04:26:21.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: ) 668 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.yhzqkd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T04:26:21.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:26:21.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: :26:20.501184+0000 mon.smithi087 (mon.0) 2023-11-15T04:26:21.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 669 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi087.yhzqkd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T04:26:21.064 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:26:21.064 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: :26:20.504579+0000 mon.smithi087 (mon.0) 2023-11-15T04:26:21.064 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:20 smithi194 conmon[88664]: 670 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:26:21.335 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:21.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:21 smithi087 conmon[84412]: cephadm 2023-11-15T04:26:20.401123+0000 mgr.smithi087.fbbqjk 2023-11-15T04:26:21.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:21 smithi087 conmon[84412]: (mgr.14180) 181 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi087.yhzqkd 2023-11-15T04:26:21.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:21 smithi087 conmon[84412]: cephadm 2023-11-15T04:26:20.405288+0000 mgr.smithi087.fbbqjk (mgr.14180) 182 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T04:26:21.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:21 smithi087 conmon[84412]: cephadm 2023-11-15T04:26:20.497342+0000 mgr.smithi087.fbbqjk (mgr.14180) 183 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T04:26:21.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:21 smithi087 conmon[84412]: cephadm 2023-11-15T04:26:20.497433+0000 mgr.smithi087.fbbqjk (mgr.14180) 184 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi087.yhzqkd-rgw 2023-11-15T04:26:21.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:21 smithi087 conmon[84412]: cephadm 2023-11-15T04:26:20.505308+0000 mgr.smithi087.fbbqjk (mgr.14180) 185 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi087.yhzqkd on smithi087 2023-11-15T04:26:21.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:21 smithi087 conmon[84412]: audit 2023-11-15T04:26:20.542889+0000 mgr.smithi087.fbbqjk (mgr.14180) 186 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:22.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:21 smithi194 conmon[88664]: cephadm 2023-11-15T04:26:20.401123+0000 mgr.smithi087.fbbqjk (mgr.14180) 181 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi087.yhzqkd 2023-11-15T04:26:22.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:21 smithi194 conmon[88664]: cephadm 2023-11-15T04:26:20.405288+0000 mgr.smithi087.fbbqjk (mgr.14180) 182 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T04:26:22.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:21 smithi194 conmon[88664]: cephadm 2023-11-15T04:26:20.497342+0000 mgr.smithi087.fbbqjk (mgr.14180) 183 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T04:26:22.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:21 smithi194 conmon[88664]: cephadm 2023-11-15T04:26:20.497433+0000 mgr.smithi087.fbbqjk (mgr.14180) 184 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi087.yhzqkd-rgw 2023-11-15T04:26:22.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:21 smithi194 conmon[88664]: cephadm 2023-11-15T04:26:20.505308+0000 mgr.smithi087.fbbqjk (mgr.14180) 185 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi087.yhzqkd on smithi087 2023-11-15T04:26:22.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:21 smithi194 conmon[88664]: audit 2023-11-15T04:26:20.542889+0000 mgr.smithi087.fbbqjk (mgr.14180) 186 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:22.336 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:22.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:22 smithi087 conmon[84412]: cluster 2023-11-15T04:26:21.222848+0000 2023-11-15T04:26:22.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:22 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 187 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2023-11-15T04:26:22.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:22 smithi087 conmon[84412]: audit 2023-11-15T04:26:22.038940+0000 mon.smithi087 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:23.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:22 smithi194 conmon[88664]: cluster 2023-11-15T04:26:21.222848+0000 mgr.smithi087.fbbqjk (mgr.14180) 187 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2023-11-15T04:26:23.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:22 smithi194 conmon[88664]: audit 2023-11-15T04:26:22.038940+0000 2023-11-15T04:26:23.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:22 smithi194 conmon[88664]: mon.smithi087 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:24.623 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:24.624 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:24.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:24 smithi087 conmon[84412]: cluster 2023-11-15T04:26:23.223288+0000 2023-11-15T04:26:24.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:24 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 188 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2023-11-15T04:26:24.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:24 smithi087 conmon[84412]: audit 2023-11-15T04:26:23.943642+0000 mon.smithi087 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:24.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:24 smithi087 conmon[84412]: audit 2023-11-15T04:26:23.949560+0000 mon.smithi087 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:25.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:24 smithi194 conmon[88664]: cluster 2023-11-15T04:26:23.223288+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:26:25.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:24 smithi194 conmon[88664]: 14180) 188 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2023-11-15T04:26:25.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:24 smithi194 conmon[88664]: audit 2023-11-15T04:26:23.943642+0000 mon.smithi087 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:25.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:24 smithi194 conmon[88664]: audit 2023-11-15T04:26:23.949560+0000 2023-11-15T04:26:25.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:24 smithi194 conmon[88664]: mon.smithi087 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:25.355 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:25.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:25 smithi087 conmon[84412]: cephadm 2023-11-15T04:26:23.956646+0000 mgr.smithi087.fbbqjk (mgr.14180) 189 : cephadm [INF] 2023-11-15T04:26:25.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:25 smithi087 conmon[84412]: Deploying daemon haproxy.nfs.foo.smithi194.awhkpj on smithi194 2023-11-15T04:26:25.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:25 smithi087 conmon[84412]: audit 2023-11-15T04:26:24.619850+0000 mgr.smithi087.fbbqjk (mgr.14180) 190 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:26.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:25 smithi194 conmon[88664]: cephadm 2023-11-15T04:26:23.956646+0000 mgr.smithi087.fbbqjk (mgr.14180) 189 : cephadm 2023-11-15T04:26:26.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:25 smithi194 conmon[88664]: [INF] Deploying daemon haproxy.nfs.foo.smithi194.awhkpj on smithi194 2023-11-15T04:26:26.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:25 smithi194 conmon[88664]: audit 2023-11-15T04:26:24.619850+0000 mgr.smithi087.fbbqjk (mgr.14180) 190 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:26.356 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:26.786 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:26 smithi087 conmon[84412]: cluster 2023-11-15T04:26:25.224027+0000 mgr.smithi087.fbbqjk (mgr.14180) 191 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 1.9 KiB/s wr, 5 op/s 2023-11-15T04:26:27.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:26 smithi194 conmon[88664]: cluster 2023-11-15T04:26:25.224027+0000 mgr.smithi087.fbbqjk (mgr.14180) 191 : cluster 2023-11-15T04:26:27.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:26 smithi194 conmon[88664]: [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 1.9 KiB/s wr, 5 op/s 2023-11-15T04:26:28.246 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:28.247 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:28.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:28 smithi194 conmon[88664]: audit 2023-11-15T04:26:27.044479+0000 mon.smithi087 (mon.0) 674 : audit [INF] 2023-11-15T04:26:28.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:28 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:28.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:28 smithi194 conmon[88664]: cluster 2023-11-15T04:26:27.224628+0000 mgr.smithi087.fbbqjk (mgr.14180) 192 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 3 op/s 2023-11-15T04:26:28.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:28 smithi087 conmon[84412]: audit 2023-11-15T04:26:27.044479+0000 mon.smithi087 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:26:28.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:28 smithi087 conmon[84412]: cluster 2023-11-15T04:26:27.224628+0000 mgr.smithi087.fbbqjk (mgr.14180) 192 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 3 op/s 2023-11-15T04:26:28.886 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:29.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:29 smithi087 conmon[84412]: audit 2023-11-15T04:26:28.241979+0000 mgr.smithi087.fbbqjk (mgr.14180) 193 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:29.887 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:30.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:29 smithi194 conmon[88664]: audit 2023-11-15T04:26:28.241979+0000 mgr.smithi087.fbbqjk (mgr.14180) 193 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:30.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:29 smithi194 conmon[88664]: 2023-11-15T04:26:30.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:30 smithi087 conmon[84412]: cluster 2023-11-15T04:26:29.225044+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:26:30.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:30 smithi087 conmon[84412]: ) 194 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 682 B/s wr, 2 op/s 2023-11-15T04:26:31.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:30 smithi194 conmon[88664]: cluster 2023-11-15T04:26:29.225044+0000 mgr.smithi087.fbbqjk (mgr.14180) 194 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 682 B/s wr, 2 op/s 2023-11-15T04:26:31.740 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:31.740 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:32.344 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:32.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:32 smithi087 conmon[84412]: cluster 2023-11-15T04:26:31.225448+0000 mgr.smithi087.fbbqjk (mgr.14180) 195 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 682 B/s wr, 1 op/s 2023-11-15T04:26:32.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:32 smithi087 conmon[84412]: audit 2023-11-15T04:26:31.736458+0000 mgr.smithi087.fbbqjk (mgr.14180) 196 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:33.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:32 smithi194 conmon[88664]: cluster 2023-11-15T04:26:31.225448+0000 mgr.smithi087.fbbqjk (mgr.14180) 195 : cluster [DBG] 2023-11-15T04:26:33.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:32 smithi194 conmon[88664]: pgmap v155: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 682 B/s wr, 1 op/s 2023-11-15T04:26:33.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:32 smithi194 conmon[88664]: audit 2023-11-15T04:26:31.736458+0000 mgr.smithi087.fbbqjk (mgr.14180) 196 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:33.345 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:34.841 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:34 smithi087 conmon[84412]: cluster 2023-11-15T04:26:33.225989+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:26:34.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:34 smithi087 conmon[84412]: mgr.14180) 197 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-11-15T04:26:35.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:34 smithi194 conmon[88664]: cluster 2023-11-15T04:26:33.225989+0000 mgr.smithi087.fbbqjk (mgr.14180) 197 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-11-15T04:26:35.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:34 smithi194 conmon[88664]: 2023-11-15T04:26:35.161 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:35.162 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:35.794 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:36.796 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:36.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:36 smithi087 conmon[84412]: audit 2023-11-15T04:26:35.158489+0000 mgr.smithi087.fbbqjk (mgr.14180) 198 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:36.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:36 smithi087 conmon[84412]: cluster 2023-11-15T04:26:35.226477+0000 mgr.smithi087.fbbqjk (mgr.14180) 199 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-11-15T04:26:37.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:36 smithi194 conmon[88664]: audit 2023-11-15T04:26:35.158489+0000 mgr.smithi087.fbbqjk (mgr.14180) 198 : audit 2023-11-15T04:26:37.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:36 smithi194 conmon[88664]: [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:37.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:36 smithi194 conmon[88664]: cluster 2023-11-15T04:26:35.226477+0000 mgr.smithi087.fbbqjk (mgr.14180) 199 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-11-15T04:26:38.777 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:38.777 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:38.798 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:38 smithi087 conmon[84412]: cluster 2023-11-15T04:26:37.227114+0000 mgr.smithi087.fbbqjk (mgr.14180) 200 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-11-15T04:26:39.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:38 smithi194 conmon[88664]: cluster 2023-11-15T04:26:37.227114+0000 mgr.smithi087.fbbqjk (mgr.14180) 200 : cluster [DBG] 2023-11-15T04:26:39.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:38 smithi194 conmon[88664]: pgmap v158: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-11-15T04:26:39.377 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:39.910 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:39 smithi087 conmon[84412]: audit 2023-11-15T04:26:38.773230+0000 mgr.smithi087.fbbqjk (mgr.14180) 201 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:40.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:39 smithi194 conmon[88664]: audit 2023-11-15T04:26:38.773230+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:26:40.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:39 smithi194 conmon[88664]: 201 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:40.378 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:40.835 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:40 smithi087 conmon[84412]: cluster 2023-11-15T04:26:39.227581+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:26:40.836 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:40 smithi087 conmon[84412]: mgr.14180) 202 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-11-15T04:26:41.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:40 smithi194 conmon[88664]: cluster 2023-11-15T04:26:39.227581+0000 mgr.smithi087.fbbqjk 2023-11-15T04:26:41.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:40 smithi194 conmon[88664]: (mgr.14180) 202 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-11-15T04:26:42.276 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:42.276 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:42.876 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:42 smithi194 conmon[88664]: cluster 2023-11-15T04:26:41.227955+0000 mgr.smithi087.fbbqjk (mgr.14180) 203 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-11-15T04:26:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:42 smithi194 conmon[88664]: 2023-11-15T04:26:43.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:42 smithi087 conmon[84412]: cluster 2023-11-15T04:26:41.227955+0000 mgr.smithi087.fbbqjk (mgr.14180) 203 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-11-15T04:26:43.877 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:43.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:43 smithi087 conmon[84412]: audit 2023-11-15T04:26:42.272471+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:26:43.904 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:43 smithi087 conmon[84412]: 204 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:44.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:43 smithi194 conmon[88664]: audit 2023-11-15T04:26:42.272471+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:26:44.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:43 smithi194 conmon[88664]: 204 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:45.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:44 smithi194 conmon[88664]: cluster 2023-11-15T04:26:43.228586+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:26:45.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:44 smithi194 conmon[88664]: 205 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-11-15T04:26:45.111 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:44 smithi087 conmon[84412]: cluster 2023-11-15T04:26:43.228586+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:26:45.111 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:44 smithi087 conmon[84412]: mgr.14180) 205 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-11-15T04:26:45.718 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:45.718 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:46.410 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:47.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:46 smithi194 conmon[88664]: cluster 2023-11-15T04:26:45.229071+0000 mgr.smithi087.fbbqjk (mgr.14180) 206 : cluster [DBG] 2023-11-15T04:26:47.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:46 smithi194 conmon[88664]: pgmap v162: 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 2023-11-15T04:26:47.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:46 smithi194 conmon[88664]: audit 2023-11-15T04:26:45.714355+0000 mgr.smithi087.fbbqjk (mgr.14180) 207 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:46 smithi087 conmon[84412]: cluster 2023-11-15T04:26:45.229071+0000 mgr.smithi087.fbbqjk (mgr.14180) 206 : cluster [DBG] pgmap v162: 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 2023-11-15T04:26:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:46 smithi087 conmon[84412]: audit 2023-11-15T04:26:45.714355+0000 mgr.smithi087.fbbqjk (mgr.14180) 207 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:47.411 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:48.920 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:48 smithi087 conmon[84412]: cluster 2023-11-15T04:26:47.229608+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:26:48.920 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:48 smithi087 conmon[84412]: ) 208 : cluster [DBG] pgmap v163: 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 2023-11-15T04:26:49.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:48 smithi194 conmon[88664]: cluster 2023-11-15T04:26:47.229608+0000 mgr.smithi087.fbbqjk (mgr.14180) 208 : cluster [DBG] pgmap v163: 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 2023-11-15T04:26:49.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:48 smithi194 conmon[88664]: 2023-11-15T04:26:49.294 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:49.294 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:50.033 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:51.035 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:51.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:50 smithi194 conmon[88664]: cluster 2023-11-15T04:26:49.230099+0000 mgr.smithi087.fbbqjk (mgr.14180) 209 : cluster 2023-11-15T04:26:51.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:50 smithi194 conmon[88664]: [DBG] pgmap v164: 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 2023-11-15T04:26:51.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:50 smithi194 conmon[88664]: audit 2023-11-15T04:26:49.290727+0000 mgr.smithi087.fbbqjk (mgr.14180) 210 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:51.066 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:50 smithi087 conmon[84412]: cluster 2023-11-15T04:26:49.230099+0000 mgr.smithi087.fbbqjk (mgr.14180) 209 : cluster [DBG] pgmap v164: 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 2023-11-15T04:26:51.066 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:50 smithi087 conmon[84412]: audit 2023-11-15T04:26:49.290727+0000 mgr.smithi087.fbbqjk (mgr.14180) 210 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:52.940 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:52.940 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:52.965 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:52 smithi087 conmon[84412]: cluster 2023-11-15T04:26:51.230479+0000 mgr.smithi087.fbbqjk (mgr.14180) 211 : cluster 2023-11-15T04:26:52.966 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:52 smithi087 conmon[84412]: [DBG] pgmap v165: 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 2023-11-15T04:26:53.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:52 smithi194 conmon[88664]: cluster 2023-11-15T04:26:51.230479+0000 mgr.smithi087.fbbqjk (mgr.14180) 211 : cluster [DBG] pgmap v165: 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 2023-11-15T04:26:53.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:52 smithi194 conmon[88664]: 2023-11-15T04:26:53.641 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:54.643 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:55.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:54 smithi194 conmon[88664]: audit 2023-11-15T04:26:52.936194+0000 mgr.smithi087.fbbqjk (mgr.14180) 212 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:55.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:54 smithi194 conmon[88664]: 2023-11-15T04:26:55.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:54 smithi194 conmon[88664]: cluster 2023-11-15T04:26:53.230885+0000 mgr.smithi087.fbbqjk (mgr.14180) 213 : cluster [DBG] pgmap v166: 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 2023-11-15T04:26:55.084 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:54 smithi087 conmon[84412]: audit 2023-11-15T04:26:52.936194+0000 mgr.smithi087.fbbqjk (mgr.14180) 212 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:55.084 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:54 smithi087 conmon[84412]: cluster 2023-11-15T04:26:53.230885+0000 mgr.smithi087.fbbqjk (mgr.14180) 213 : cluster [DBG] pgmap v166: 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 2023-11-15T04:26:56.452 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:56.452 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:26:56.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:56 smithi087 conmon[84412]: cluster 2023-11-15T04:26:55.231336+0000 mgr.smithi087.fbbqjk (mgr.14180) 214 : cluster [DBG] pgmap v167: 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 2023-11-15T04:26:57.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:56 smithi194 conmon[88664]: cluster 2023-11-15T04:26:55.231336+0000 mgr.smithi087.fbbqjk (mgr.14180) 214 : cluster [DBG] 2023-11-15T04:26:57.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:56 smithi194 conmon[88664]: pgmap v167: 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 2023-11-15T04:26:57.067 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:26:58.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:57 smithi194 conmon[88664]: audit 2023-11-15T04:26:56.448604+0000 mgr.smithi087.fbbqjk (mgr.14180) 215 : audit 2023-11-15T04:26:58.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:57 smithi194 conmon[88664]: [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:58.067 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:26:58.095 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:57 smithi087 conmon[84412]: audit 2023-11-15T04:26:56.448604+0000 mgr.smithi087.fbbqjk (mgr.14180) 215 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:26:58.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:58 smithi087 conmon[84412]: cluster 2023-11-15T04:26:57.231819+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:26:58.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:26:58 smithi087 conmon[84412]: mgr.14180) 216 : cluster [DBG] pgmap v168: 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 2023-11-15T04:26:59.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:58 smithi194 conmon[88664]: cluster 2023-11-15T04:26:57.231819+0000 mgr.smithi087.fbbqjk (mgr.14180) 216 : cluster [DBG] 2023-11-15T04:26:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:26:58 smithi194 conmon[88664]: pgmap v168: 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 2023-11-15T04:26:59.951 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:26:59.953 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:00.557 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:00.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:00 smithi087 conmon[84412]: cluster 2023-11-15T04:26:59.232408+0000 mgr.smithi087.fbbqjk (mgr.14180) 217 : cluster [DBG] pgmap v169: 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 2023-11-15T04:27:01.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:00 smithi194 conmon[88664]: cluster 2023-11-15T04:26:59.232408+0000 mgr.smithi087.fbbqjk (mgr.14180) 217 : cluster 2023-11-15T04:27:01.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:00 smithi194 conmon[88664]: [DBG] pgmap v169: 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 2023-11-15T04:27:01.558 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:01.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:01 smithi087 conmon[84412]: audit 2023-11-15T04:26:59.947925+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:27:01.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:01 smithi087 conmon[84412]: 14180) 218 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:02.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:01 smithi194 conmon[88664]: audit 2023-11-15T04:26:59.947925+0000 mgr.smithi087.fbbqjk (mgr.14180) 218 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:02.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:01 smithi194 conmon[88664]: 2023-11-15T04:27:02.842 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:02 smithi087 conmon[84412]: cluster 2023-11-15T04:27:01.232851+0000 mgr.smithi087.fbbqjk (mgr.14180) 219 : cluster [DBG] pgmap v170: 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 2023-11-15T04:27:03.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:02 smithi194 conmon[88664]: cluster 2023-11-15T04:27:01.232851+0000 mgr.smithi087.fbbqjk (mgr.14180) 219 : cluster [DBG] 2023-11-15T04:27:03.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:02 smithi194 conmon[88664]: pgmap v170: 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 2023-11-15T04:27:03.491 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:03.491 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:04.181 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:05.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:04 smithi194 conmon[88664]: cluster 2023-11-15T04:27:03.233315+0000 mgr.smithi087.fbbqjk (mgr.14180) 220 : cluster [DBG] pgmap v171: 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 2023-11-15T04:27:05.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:04 smithi194 conmon[88664]: audit 2023-11-15T04:27:03.488076+0000 mgr.smithi087.fbbqjk (mgr.14180) 221 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:04 smithi087 conmon[84412]: cluster 2023-11-15T04:27:03.233315+0000 mgr.smithi087.fbbqjk (mgr.14180) 220 : cluster [DBG] pgmap v171: 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 2023-11-15T04:27:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:04 smithi087 conmon[84412]: 2023-11-15T04:27:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:04 smithi087 conmon[84412]: audit 2023-11-15T04:27:03.488076+0000 mgr.smithi087.fbbqjk (mgr.14180) 221 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:05.182 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:07.032 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:07.032 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:07.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:06 smithi194 conmon[88664]: cluster 2023-11-15T04:27:05.233870+0000 mgr.smithi087.fbbqjk (mgr.14180) 222 : cluster [DBG] pgmap v172: 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 2023-11-15T04:27:07.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:06 smithi194 conmon[88664]: 2023-11-15T04:27:07.057 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:06 smithi087 conmon[84412]: cluster 2023-11-15T04:27:05.233870+0000 mgr.smithi087.fbbqjk (mgr.14180) 222 : cluster [DBG] pgmap v172: 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 2023-11-15T04:27:07.680 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:08.680 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:09.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:08 smithi194 conmon[88664]: audit 2023-11-15T04:27:07.028974+0000 mgr.smithi087.fbbqjk (mgr.14180) 223 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:09.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:08 smithi194 conmon[88664]: 2023-11-15T04:27:09.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:08 smithi194 conmon[88664]: cluster 2023-11-15T04:27:07.234509+0000 mgr.smithi087.fbbqjk (mgr.14180) 224 : 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 2023-11-15T04:27:09.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:08 smithi087 conmon[84412]: audit 2023-11-15T04:27:07.028974+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:27:09.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:08 smithi087 conmon[84412]: ) 223 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:09.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:08 smithi087 conmon[84412]: cluster 2023-11-15T04:27:07.234509+0000 mgr.smithi087.fbbqjk (mgr.14180) 224 : 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 2023-11-15T04:27:10.526 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:10.527 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:10.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:10 smithi087 conmon[84412]: cluster 2023-11-15T04:27:09.235026+0000 2023-11-15T04:27:10.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:10 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 225 : 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 2023-11-15T04:27:11.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:10 smithi194 conmon[88664]: cluster 2023-11-15T04:27:09.235026+0000 mgr.smithi087.fbbqjk (mgr.14180) 225 : cluster [DBG] 2023-11-15T04:27:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:10 smithi194 conmon[88664]: 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 2023-11-15T04:27:11.256 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:12.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:11 smithi194 conmon[88664]: audit 2023-11-15T04:27:10.522754+0000 mgr.smithi087.fbbqjk (mgr.14180) 226 : audit 2023-11-15T04:27:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:11 smithi194 conmon[88664]: [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:12.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:11 smithi087 conmon[84412]: audit 2023-11-15T04:27:10.522754+0000 mgr.smithi087.fbbqjk (mgr.14180) 226 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:12.257 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:13.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:12 smithi194 conmon[88664]: cluster 2023-11-15T04:27:11.235418+0000 mgr.smithi087.fbbqjk (mgr.14180) 227 : cluster 2023-11-15T04:27:13.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:12 smithi194 conmon[88664]: [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 2023-11-15T04:27:13.057 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:12 smithi087 conmon[84412]: cluster 2023-11-15T04:27:11.235418+0000 mgr.smithi087.fbbqjk 2023-11-15T04:27:13.058 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:12 smithi087 conmon[84412]: (mgr.14180) 227 : 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 2023-11-15T04:27:14.087 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:14.088 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:14.672 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:15.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:14 smithi194 conmon[88664]: cluster 2023-11-15T04:27:13.235875+0000 mgr.smithi087.fbbqjk (mgr.14180) 228 : 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 2023-11-15T04:27:15.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:14 smithi194 conmon[88664]: 2023-11-15T04:27:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:14 smithi087 conmon[84412]: cluster 2023-11-15T04:27:13.235875+0000 mgr.smithi087.fbbqjk (mgr.14180) 228 : 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 2023-11-15T04:27:15.674 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:16.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:15 smithi194 conmon[88664]: audit 2023-11-15T04:27:14.084234+0000 mgr.smithi087.fbbqjk (mgr.14180) 229 : audit 2023-11-15T04:27:16.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:15 smithi194 conmon[88664]: [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:16.121 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:15 smithi087 conmon[84412]: audit 2023-11-15T04:27:14.084234+0000 2023-11-15T04:27:16.122 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:15 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 229 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:17.041 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:16 smithi087 conmon[84412]: cluster 2023-11-15T04:27:15.236385+0000 mgr.smithi087.fbbqjk (mgr.14180) 230 : 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 2023-11-15T04:27:17.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:16 smithi194 conmon[88664]: cluster 2023-11-15T04:27:15.236385+0000 mgr.smithi087.fbbqjk (mgr.14180) 230 : 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 2023-11-15T04:27:17.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:16 smithi194 conmon[88664]: 2023-11-15T04:27:17.421 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:17.422 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:18.055 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:19.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:18 smithi194 conmon[88664]: cluster 2023-11-15T04:27:17.236845+0000 mgr.smithi087.fbbqjk (mgr.14180) 231 : cluster [DBG] 2023-11-15T04:27:19.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:18 smithi194 conmon[88664]: 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 2023-11-15T04:27:19.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:18 smithi194 conmon[88664]: audit 2023-11-15T04:27:17.418323+0000 mgr.smithi087.fbbqjk (mgr.14180) 232 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:19.056 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:19.087 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:18 smithi087 conmon[84412]: cluster 2023-11-15T04:27:17.236845+0000 mgr.smithi087.fbbqjk (mgr.14180) 231 : 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 2023-11-15T04:27:19.087 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:18 smithi087 conmon[84412]: audit 2023-11-15T04:27:17.418323+0000 mgr.smithi087.fbbqjk (mgr.14180) 232 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:20.963 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:20.964 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:20.983 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:20 smithi087 conmon[84412]: cluster 2023-11-15T04:27:19.237316+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:27:20.984 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:20 smithi087 conmon[84412]: 14180) 233 : 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 2023-11-15T04:27:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:20 smithi194 conmon[88664]: cluster 2023-11-15T04:27:19.237316+0000 mgr.smithi087.fbbqjk (mgr.14180) 233 : cluster [DBG] 2023-11-15T04:27:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:20 smithi194 conmon[88664]: 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 2023-11-15T04:27:21.611 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:22.612 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:23.047 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:22 smithi087 conmon[84412]: audit 2023-11-15T04:27:20.960116+0000 mgr.smithi087.fbbqjk (mgr.14180) 234 : audit 2023-11-15T04:27:23.047 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:22 smithi087 conmon[84412]: [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:23.047 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:22 smithi087 conmon[84412]: cluster 2023-11-15T04:27:21.237736+0000 mgr.smithi087.fbbqjk (mgr.14180) 235 : 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 2023-11-15T04:27:23.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:22 smithi194 conmon[88664]: audit 2023-11-15T04:27:20.960116+0000 mgr.smithi087.fbbqjk (mgr.14180) 234 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:23.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:22 smithi194 conmon[88664]: 2023-11-15T04:27:23.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:22 smithi194 conmon[88664]: cluster 2023-11-15T04:27:21.237736+0000 mgr.smithi087.fbbqjk (mgr.14180) 235 : 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 2023-11-15T04:27:24.435 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:24.435 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:25.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:24 smithi194 conmon[88664]: cluster 2023-11-15T04:27:23.238243+0000 mgr.smithi087.fbbqjk (mgr.14180) 236 : 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 2023-11-15T04:27:25.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:24 smithi194 conmon[88664]: 2023-11-15T04:27:25.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:24 smithi087 conmon[84412]: cluster 2023-11-15T04:27:23.238243+0000 mgr.smithi087.fbbqjk (mgr.14180) 236 : 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 2023-11-15T04:27:25.186 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:26.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:25 smithi194 conmon[88664]: audit 2023-11-15T04:27:24.431567+0000 mgr.smithi087.fbbqjk (mgr.14180) 237 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:26.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:25 smithi087 conmon[84412]: audit 2023-11-15T04:27:24.431567+0000 mgr.smithi087.fbbqjk (mgr.14180) 237 2023-11-15T04:27:26.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:25 smithi087 conmon[84412]: : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:26.188 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:26.971 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:26 smithi087 conmon[84412]: cluster 2023-11-15T04:27:25.238918+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:27:26.971 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:26 smithi087 conmon[84412]: mgr.14180) 238 : 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 2023-11-15T04:27:27.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:26 smithi194 conmon[88664]: cluster 2023-11-15T04:27:25.238918+0000 mgr.smithi087.fbbqjk (mgr.14180) 238 : cluster 2023-11-15T04:27:27.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:26 smithi194 conmon[88664]: [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 2023-11-15T04:27:28.055 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:28.056 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:28.744 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:29.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:28 smithi194 conmon[88664]: cluster 2023-11-15T04:27:27.239269+0000 mgr.smithi087.fbbqjk (mgr.14180) 239 : 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 2023-11-15T04:27:29.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:28 smithi087 conmon[84412]: cluster 2023-11-15T04:27:27.239269+0000 mgr.smithi087.fbbqjk (mgr.14180) 239 : 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 2023-11-15T04:27:29.745 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:30.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:29 smithi194 conmon[88664]: audit 2023-11-15T04:27:28.052422+0000 2023-11-15T04:27:30.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:29 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 240 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:30.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:29 smithi087 conmon[84412]: audit 2023-11-15T04:27:28.052422+0000 mgr.smithi087.fbbqjk (mgr.14180) 240 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:29 smithi087 conmon[84412]: 2023-11-15T04:27:30.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:30 smithi087 conmon[84412]: cluster 2023-11-15T04:27:29.240052+0000 mgr.smithi087.fbbqjk (mgr.14180) 241 2023-11-15T04:27:30.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:30 smithi087 conmon[84412]: : 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 2023-11-15T04:27:31.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:30 smithi194 conmon[88664]: cluster 2023-11-15T04:27:29.240052+0000 mgr.smithi087.fbbqjk (mgr.14180) 241 : 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 2023-11-15T04:27:31.604 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:31.605 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:32.261 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:33.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:32 smithi194 conmon[88664]: cluster 2023-11-15T04:27:31.240438+0000 mgr.smithi087.fbbqjk (mgr.14180) 242 : 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 2023-11-15T04:27:33.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:32 smithi194 conmon[88664]: audit 2023-11-15T04:27:31.601462+0000 mgr.smithi087.fbbqjk (mgr.14180) 243 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:32 smithi087 conmon[84412]: cluster 2023-11-15T04:27:31.240438+0000 mgr.smithi087.fbbqjk (mgr.14180) 242 : 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 2023-11-15T04:27:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:32 smithi087 conmon[84412]: audit 2023-11-15T04:27:31.601462+0000 mgr.smithi087.fbbqjk (mgr.14180) 243 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:33.263 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:35.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:34 smithi194 conmon[88664]: cluster 2023-11-15T04:27:33.241114+0000 mgr.smithi087.fbbqjk (mgr.14180) 244 : 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 2023-11-15T04:27:35.094 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:35.095 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:35.121 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:34 smithi087 conmon[84412]: cluster 2023-11-15T04:27:33.241114+0000 mgr.smithi087.fbbqjk (mgr.14180) 244 : 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 2023-11-15T04:27:35.763 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:36.764 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:37.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:36 smithi194 conmon[88664]: audit 2023-11-15T04:27:35.091178+0000 mgr.smithi087.fbbqjk (mgr.14180) 245 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:37.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:36 smithi194 conmon[88664]: cluster 2023-11-15T04:27:35.241662+0000 mgr.smithi087.fbbqjk (mgr.14180) 246 : 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 2023-11-15T04:27:37.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:36 smithi087 conmon[84412]: audit 2023-11-15T04:27:35.091178+0000 mgr.smithi087.fbbqjk (mgr.14180) 245 : audit [DBG] 2023-11-15T04:27:37.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:36 smithi087 conmon[84412]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:37.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:36 smithi087 conmon[84412]: cluster 2023-11-15T04:27:35.241662+0000 mgr.smithi087.fbbqjk (mgr.14180) 246 : 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 2023-11-15T04:27:38.673 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:38.673 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:39.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:38 smithi194 conmon[88664]: cluster 2023-11-15T04:27:37.242045+0000 mgr.smithi087.fbbqjk (mgr.14180) 247 : 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 2023-11-15T04:27:39.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:38 smithi087 conmon[84412]: cluster 2023-11-15T04:27:37.242045+0000 mgr.smithi087.fbbqjk (mgr.14180) 247 : 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 2023-11-15T04:27:39.301 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:40.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:39 smithi194 conmon[88664]: audit 2023-11-15T04:27:38.669420+0000 mgr.smithi087.fbbqjk (mgr.14180) 248 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:40.375 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:40.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:39 smithi087 conmon[84412]: audit 2023-11-15T04:27:38.669420+0000 mgr.smithi087.fbbqjk (mgr.14180) 248 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:40.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:39 smithi087 conmon[84412]: 2023-11-15T04:27:41.024 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:40 smithi087 conmon[84412]: cluster 2023-11-15T04:27:39.242522+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:27:41.024 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:40 smithi087 conmon[84412]: ) 249 : 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 2023-11-15T04:27:41.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:40 smithi194 conmon[88664]: cluster 2023-11-15T04:27:39.242522+0000 mgr.smithi087.fbbqjk (mgr.14180) 249 : 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 2023-11-15T04:27:42.234 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:42.234 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:42.876 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:43.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:42 smithi194 conmon[88664]: cluster 2023-11-15T04:27:41.242910+0000 mgr.smithi087.fbbqjk (mgr.14180) 250 : 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 2023-11-15T04:27:43.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:42 smithi087 conmon[84412]: cluster 2023-11-15T04:27:41.242910+0000 mgr.smithi087.fbbqjk (mgr.14180) 250 : 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 2023-11-15T04:27:43.877 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:44.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:43 smithi194 conmon[88664]: audit 2023-11-15T04:27:42.230528+0000 mgr.smithi087.fbbqjk (mgr.14180) 251 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:44.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:43 smithi087 conmon[84412]: audit 2023-11-15T04:27:42.230528+0000 mgr.smithi087.fbbqjk (mgr.14180) 251 : audit [DBG] 2023-11-15T04:27:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:43 smithi087 conmon[84412]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:45.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:44 smithi194 conmon[88664]: cluster 2023-11-15T04:27:43.243431+0000 mgr.smithi087.fbbqjk (mgr.14180) 252 : 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 2023-11-15T04:27:45.067 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:44 smithi087 conmon[84412]: cluster 2023-11-15T04:27:43.243431+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:27:45.067 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:44 smithi087 conmon[84412]: 14180) 252 : 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 2023-11-15T04:27:45.684 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:45.685 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:46.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:45 smithi194 conmon[88664]: cluster 2023-11-15T04:27:44.788524+0000 mon.smithi087 (mon.0) 675 : cluster [DBG] mgrmap e21: smithi087.fbbqjk(active, since 5m), standbys: smithi194.nmwmop 2023-11-15T04:27:46.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:45 smithi087 conmon[84412]: cluster 2023-11-15T04:27:44.788524+0000 mon.smithi087 (mon.0) 675 : cluster [DBG] mgrmap e21: smithi087.fbbqjk(active, since 5m), standbys: smithi194.nmwmop 2023-11-15T04:27:46.367 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:47.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:46 smithi194 conmon[88664]: cluster 2023-11-15T04:27:45.244124+0000 mgr.smithi087.fbbqjk (mgr.14180) 253 : 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 2023-11-15T04:27:47.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:46 smithi194 conmon[88664]: audit 2023-11-15T04:27:45.681009+0000 mgr.smithi087.fbbqjk (mgr.14180) 254 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:47.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:46 smithi087 conmon[84412]: cluster 2023-11-15T04:27:45.244124+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:27:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:46 smithi087 conmon[84412]: 253 : 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 2023-11-15T04:27:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:46 smithi087 conmon[84412]: audit 2023-11-15T04:27:45.681009+0000 mgr.smithi087.fbbqjk (mgr.14180) 254 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:46 smithi087 conmon[84412]: 2023-11-15T04:27:47.368 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:48.928 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:48 smithi087 conmon[84412]: cluster 2023-11-15T04:27:47.244745+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:27:48.929 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:48 smithi087 conmon[84412]: 255 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:27:49.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:48 smithi194 conmon[88664]: cluster 2023-11-15T04:27:47.244745+0000 mgr.smithi087.fbbqjk (mgr.14180) 255 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:27:49.277 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:49.277 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:49.959 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:50.960 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:51.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:50 smithi194 conmon[88664]: cluster 2023-11-15T04:27:49.245301+0000 mgr.smithi087.fbbqjk (mgr.14180) 256 : cluster [DBG] pgmap v194: 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 2023-11-15T04:27:51.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:50 smithi194 conmon[88664]: audit 2023-11-15T04:27:49.273752+0000 mgr.smithi087.fbbqjk (mgr.14180) 257 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:50 smithi087 conmon[84412]: cluster 2023-11-15T04:27:49.245301+0000 mgr.smithi087.fbbqjk (mgr.14180) 256 : cluster 2023-11-15T04:27:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:50 smithi087 conmon[84412]: [DBG] pgmap v194: 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 2023-11-15T04:27:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:50 smithi087 conmon[84412]: audit 2023-11-15T04:27:49.273752+0000 mgr.smithi087.fbbqjk (mgr.14180) 257 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:52.770 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:52.771 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:53.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:52 smithi194 conmon[88664]: cluster 2023-11-15T04:27:51.245699+0000 mgr.smithi087.fbbqjk (mgr.14180) 258 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:27:53.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:52 smithi087 conmon[84412]: cluster 2023-11-15T04:27:51.245699+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:27:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:52 smithi087 conmon[84412]: mgr.14180) 258 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:27:53.399 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:54.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:53 smithi087 conmon[84412]: audit 2023-11-15T04:27:52.766972+0000 mgr.smithi087.fbbqjk (mgr.14180) 259 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:54.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:53 smithi194 conmon[88664]: audit 2023-11-15T04:27:52.766972+0000 mgr.smithi087.fbbqjk (mgr.14180) 259 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:54.400 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:55.079 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:54 smithi087 conmon[84412]: cluster 2023-11-15T04:27:53.246194+0000 mgr.smithi087.fbbqjk (mgr.14180) 260 : cluster [DBG] 2023-11-15T04:27:55.079 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:54 smithi087 conmon[84412]: pgmap v196: 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 2023-11-15T04:27:55.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:54 smithi194 conmon[88664]: cluster 2023-11-15T04:27:53.246194+0000 mgr.smithi087.fbbqjk (mgr.14180) 260 : cluster 2023-11-15T04:27:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:54 smithi194 conmon[88664]: [DBG] pgmap v196: 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 2023-11-15T04:27:56.317 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:56.318 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:27:56.899 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:27:57.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:56 smithi087 conmon[84412]: cluster 2023-11-15T04:27:55.246625+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:27:57.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:56 smithi087 conmon[84412]: 14180) 261 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:27:57.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:56 smithi194 conmon[88664]: cluster 2023-11-15T04:27:55.246625+0000 mgr.smithi087.fbbqjk (mgr.14180) 261 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:27:57.900 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:27:58.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:57 smithi087 conmon[84412]: audit 2023-11-15T04:27:56.314575+0000 mgr.smithi087.fbbqjk (mgr.14180) 262 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:58.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:57 smithi194 conmon[88664]: audit 2023-11-15T04:27:56.314575+0000 mgr.smithi087.fbbqjk (mgr.14180) 262 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:27:59.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:58 smithi087 conmon[84412]: cluster 2023-11-15T04:27:57.247198+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:27:59.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:27:58 smithi087 conmon[84412]: 263 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:27:59.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:27:58 smithi194 conmon[88664]: cluster 2023-11-15T04:27:57.247198+0000 mgr.smithi087.fbbqjk (mgr.14180) 263 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T04:27:59.826 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:27:59.826 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:00.473 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:00 smithi087 conmon[84412]: cluster 2023-11-15T04:27:59.247682+0000 mgr.smithi087.fbbqjk (mgr.14180) 264 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:00 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:28:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:00 smithi087 conmon[84412]: 11-15T04:27:59.822335+0000 mgr.smithi087.fbbqjk (mgr.14180) 265 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:01.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:00 smithi194 conmon[88664]: cluster 2023-11-15T04:27:59.247682+0000 mgr.smithi087.fbbqjk (mgr.14180) 264 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:00 smithi194 conmon[88664]: audit 2023-11-15T04:27:59.822335+0000 mgr.smithi087.fbbqjk (mgr.14180) 265 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:01.475 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:02.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:02 smithi087 conmon[84412]: cluster 2023-11-15T04:28:01.248084+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:28:02.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:02 smithi087 conmon[84412]: ) 266 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:03.297 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:03.297 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:03.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:02 smithi194 conmon[88664]: cluster 2023-11-15T04:28:01.248084+0000 mgr.smithi087.fbbqjk (mgr.14180) 266 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:03.924 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:04.925 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:05.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:04 smithi087 conmon[84412]: cluster 2023-11-15T04:28:03.248498+0000 mgr.smithi087.fbbqjk (mgr.14180) 267 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:04 smithi087 conmon[84412]: 2023-11-15T04:28:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:04 smithi087 conmon[84412]: audit 2023-11-15T04:28:03.294043+0000 mgr.smithi087.fbbqjk (mgr.14180) 268 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:05.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:04 smithi194 conmon[88664]: cluster 2023-11-15T04:28:03.248498+0000 mgr.smithi087.fbbqjk (mgr.14180) 267 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:04 smithi194 conmon[88664]: 2023-11-15T04:28:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:04 smithi194 conmon[88664]: audit 2023-11-15T04:28:03.294043+0000 mgr.smithi087.fbbqjk (mgr.14180) 268 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:06.749 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:06.750 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:06 smithi087 conmon[84412]: cluster 2023-11-15T04:28:05.248938+0000 mgr.smithi087.fbbqjk (mgr.14180) 269 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:07.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:06 smithi194 conmon[88664]: cluster 2023-11-15T04:28:05.248938+0000 mgr.smithi087.fbbqjk (mgr.14180) 269 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:07.330 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:08.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:07 smithi087 conmon[84412]: audit 2023-11-15T04:28:06.745932+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:28:08.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:07 smithi087 conmon[84412]: ) 270 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:08.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:07 smithi194 conmon[88664]: audit 2023-11-15T04:28:06.745932+0000 mgr.smithi087.fbbqjk (mgr.14180) 270 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:08.331 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:09.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:08 smithi087 conmon[84412]: cluster 2023-11-15T04:28:07.249408+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:28:09.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:08 smithi087 conmon[84412]: mgr.14180) 271 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:09.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:08 smithi194 conmon[88664]: cluster 2023-11-15T04:28:07.249408+0000 mgr.smithi087.fbbqjk (mgr.14180) 271 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:09.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:08 smithi194 conmon[88664]: 2023-11-15T04:28:10.307 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:10.308 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:10.998 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:11.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:10 smithi087 conmon[84412]: cluster 2023-11-15T04:28:09.249938+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:28:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:10 smithi087 conmon[84412]: 272 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:10 smithi194 conmon[88664]: cluster 2023-11-15T04:28:09.249938+0000 mgr.smithi087.fbbqjk (mgr.14180) 272 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:28:11.999 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:12.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:11 smithi087 conmon[84412]: audit 2023-11-15T04:28:10.303955+0000 mgr.smithi087.fbbqjk (mgr.14180) 273 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:12.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:11 smithi087 conmon[84412]: cluster 2023-11-15T04:28:11.250284+0000 mgr.smithi087.fbbqjk (mgr.14180) 274 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:12.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:11 smithi194 conmon[88664]: audit 2023-11-15T04:28:10.303955+0000 mgr.smithi087.fbbqjk (mgr.14180) 273 2023-11-15T04:28:12.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:11 smithi194 conmon[88664]: : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:12.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:11 smithi194 conmon[88664]: cluster 2023-11-15T04:28:11.250284+0000 mgr.smithi087.fbbqjk (mgr.14180) 274 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:13.802 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:13.803 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:14.389 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:15.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:14 smithi194 conmon[88664]: cluster 2023-11-15T04:28:13.250736+0000 mgr.smithi087.fbbqjk (mgr.14180) 275 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:15.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:14 smithi194 conmon[88664]: audit 2023-11-15T04:28:13.799128+0000 mgr.smithi087.fbbqjk (mgr.14180) 276 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:15.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:14 smithi087 conmon[84412]: cluster 2023-11-15T04:28:13.250736+0000 mgr.smithi087.fbbqjk (mgr.14180) 275 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:14 smithi087 conmon[84412]: audit 2023-11-15T04:28:13.799128+0000 mgr.smithi087.fbbqjk (mgr.14180) 276 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:15.390 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:16.856 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:16 smithi087 conmon[84412]: cluster 2023-11-15T04:28:15.251475+0000 mgr.smithi087.fbbqjk (mgr.14180) 277 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:17.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:16 smithi194 conmon[88664]: cluster 2023-11-15T04:28:15.251475+0000 mgr.smithi087.fbbqjk (mgr.14180) 277 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:17.178 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:17.179 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:17.772 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:18.773 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:19.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:18 smithi194 conmon[88664]: audit 2023-11-15T04:28:17.175334+0000 mgr.smithi087.fbbqjk (mgr.14180) 278 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:19.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:18 smithi194 conmon[88664]: 2023-11-15T04:28:19.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:18 smithi194 conmon[88664]: cluster 2023-11-15T04:28:17.251920+0000 mgr.smithi087.fbbqjk (mgr.14180) 279 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:19.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:18 smithi087 conmon[84412]: audit 2023-11-15T04:28:17.175334+0000 mgr.smithi087.fbbqjk (mgr.14180) 278 : audit 2023-11-15T04:28:19.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:18 smithi087 conmon[84412]: [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:19.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:18 smithi087 conmon[84412]: cluster 2023-11-15T04:28:17.251920+0000 mgr.smithi087.fbbqjk (mgr.14180) 279 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:20.661 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:20.661 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:21.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:20 smithi194 conmon[88664]: cluster 2023-11-15T04:28:19.252401+0000 mgr.smithi087.fbbqjk (mgr.14180) 280 : 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, 0 op/s 2023-11-15T04:28:21.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:20 smithi087 conmon[84412]: cluster 2023-11-15T04:28:19.252401+0000 mgr.smithi087.fbbqjk (mgr.14180) 280 : 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, 0 op/s 2023-11-15T04:28:21.389 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:22.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:21 smithi194 conmon[88664]: audit 2023-11-15T04:28:20.657463+0000 mgr.smithi087.fbbqjk (mgr.14180) 281 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:22.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:21 smithi194 conmon[88664]: 2023-11-15T04:28:22.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:21 smithi087 conmon[84412]: audit 2023-11-15T04:28:20.657463+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:28:22.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:21 smithi087 conmon[84412]: 281 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:22.390 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:22.838 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:22 smithi087 conmon[84412]: cluster 2023-11-15T04:28:21.252946 2023-11-15T04:28:22.839 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:22 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 282 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:23.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:22 smithi194 conmon[88664]: cluster 2023-11-15T04:28:21.252946+0000 mgr.smithi087.fbbqjk (mgr.14180) 282 : cluster [DBG] 2023-11-15T04:28:23.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:22 smithi194 conmon[88664]: pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:24.204 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:24.205 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:24.812 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:25.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:24 smithi194 conmon[88664]: cluster 2023-11-15T04:28:23.253643+0000 mgr.smithi087.fbbqjk (mgr.14180) 283 : 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, 0 op/s 2023-11-15T04:28:25.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:24 smithi087 conmon[84412]: cluster 2023-11-15T04:28:23.253643+0000 mgr.smithi087.fbbqjk (mgr.14180) 283 : 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, 0 op/s 2023-11-15T04:28:25.813 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:26.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:25 smithi194 conmon[88664]: audit 2023-11-15T04:28:24.200939+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:28:26.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:25 smithi194 conmon[88664]: ) 284 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:26.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:25 smithi087 conmon[84412]: audit 2023-11-15T04:28:24.200939+0000 mgr.smithi087.fbbqjk (mgr.14180) 284 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:26.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:26 smithi087 conmon[84412]: cluster 2023-11-15T04:28:25.254123+0000 mgr.smithi087.fbbqjk (mgr.14180) 285 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:27.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:26 smithi194 conmon[88664]: cluster 2023-11-15T04:28:25.254123+0000 mgr.smithi087.fbbqjk (mgr.14180) 285 : cluster [DBG] 2023-11-15T04:28:27.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:26 smithi194 conmon[88664]: pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:28:27.574 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:27.574 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:28.170 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:29.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:28 smithi194 conmon[88664]: cluster 2023-11-15T04:28:27.254711+0000 mgr.smithi087.fbbqjk (mgr.14180) 286 : 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 2023-11-15T04:28:29.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:28 smithi194 conmon[88664]: 2023-11-15T04:28:29.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:28 smithi194 conmon[88664]: audit 2023-11-15T04:28:27.570507+0000 mgr.smithi087.fbbqjk (mgr.14180) 287 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:29.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:28 smithi087 conmon[84412]: cluster 2023-11-15T04:28:27.254711+0000 mgr.smithi087.fbbqjk (mgr.14180) 286 : cluster 2023-11-15T04:28:29.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:28 smithi087 conmon[84412]: [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 2023-11-15T04:28:29.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:28 smithi087 conmon[84412]: audit 2023-11-15T04:28:27.570507+0000 mgr.smithi087.fbbqjk (mgr.14180) 287 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:29.172 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:30.765 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:30 smithi087 conmon[84412]: cluster 2023-11-15T04:28:29.255297+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:28:30.766 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:30 smithi087 conmon[84412]: mgr.14180) 288 : 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 2023-11-15T04:28:31.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:30 smithi194 conmon[88664]: cluster 2023-11-15T04:28:29.255297+0000 mgr.smithi087.fbbqjk (mgr.14180) 288 : cluster [DBG] 2023-11-15T04:28:31.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:30 smithi194 conmon[88664]: 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 2023-11-15T04:28:31.086 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:31.086 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:31.753 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:32.755 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:33.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:32 smithi194 conmon[88664]: audit 2023-11-15T04:28:31.083150+0000 mgr.smithi087.fbbqjk (mgr.14180) 289 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:33.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:32 smithi194 conmon[88664]: cluster 2023-11-15T04:28:31.255694+0000 mgr.smithi087.fbbqjk (mgr.14180) 290 : 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 2023-11-15T04:28:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:32 smithi087 conmon[84412]: audit 2023-11-15T04:28:31.083150+0000 mgr.smithi087.fbbqjk (mgr.14180) 289 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:32 smithi087 conmon[84412]: cluster 2023-11-15T04:28:31.255694+0000 mgr.smithi087.fbbqjk (mgr.14180) 290 : 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 2023-11-15T04:28:34.571 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:34.571 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:34.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:34 smithi087 conmon[84412]: cluster 2023-11-15T04:28:33.256179+0000 mgr.smithi087.fbbqjk (mgr.14180) 291 : 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 2023-11-15T04:28:35.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:34 smithi194 conmon[88664]: cluster 2023-11-15T04:28:33.256179+0000 mgr.smithi087.fbbqjk (mgr.14180) 291 : 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 2023-11-15T04:28:35.202 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:36.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:35 smithi194 conmon[88664]: audit 2023-11-15T04:28:34.567733+0000 mgr.smithi087.fbbqjk (mgr.14180) 292 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:35 smithi087 conmon[84412]: audit 2023-11-15T04:28:34.567733+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:28:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:35 smithi087 conmon[84412]: mgr.14180) 292 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:36.203 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:37.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:36 smithi087 conmon[84412]: cluster 2023-11-15T04:28:35.256810+0000 mgr.smithi087.fbbqjk (mgr.14180) 293 : 2023-11-15T04:28:37.012 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:36 smithi087 conmon[84412]: 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 2023-11-15T04:28:37.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:36 smithi194 conmon[88664]: cluster 2023-11-15T04:28:35.256810+0000 mgr.smithi087.fbbqjk (mgr.14180) 293 : 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 2023-11-15T04:28:38.031 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:38.031 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:38.686 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:39.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:38 smithi194 conmon[88664]: cluster 2023-11-15T04:28:37.257291+0000 mgr.smithi087.fbbqjk (mgr.14180) 294 : 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 2023-11-15T04:28:39.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:38 smithi087 conmon[84412]: cluster 2023-11-15T04:28:37.257291+0000 mgr.smithi087.fbbqjk (mgr.14180) 294 : 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 2023-11-15T04:28:39.687 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:40.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:39 smithi194 conmon[88664]: audit 2023-11-15T04:28:38.027858+0000 mgr.smithi087.fbbqjk (mgr.14180) 295 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:39 smithi087 conmon[84412]: audit 2023-11-15T04:28:38.027858+0000 mgr.smithi087.fbbqjk (mgr.14180) 295 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:40.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:40 smithi087 conmon[84412]: cluster 2023-11-15T04:28:39.257864+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:28:40.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:40 smithi087 conmon[84412]: .14180) 296 : 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 2023-11-15T04:28:41.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:40 smithi194 conmon[88664]: cluster 2023-11-15T04:28:39.257864+0000 mgr.smithi087.fbbqjk (mgr.14180) 296 : 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 2023-11-15T04:28:41.593 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:41.593 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:42.287 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:42 smithi194 conmon[88664]: cluster 2023-11-15T04:28:41.258226+0000 mgr.smithi087.fbbqjk (mgr.14180) 297 : 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 2023-11-15T04:28:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:42 smithi194 conmon[88664]: audit 2023-11-15T04:28:41.589486+0000 mgr.smithi087.fbbqjk 2023-11-15T04:28:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:42 smithi194 conmon[88664]: (mgr.14180) 298 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:42 smithi087 conmon[84412]: cluster 2023-11-15T04:28:41.258226+0000 mgr.smithi087.fbbqjk (mgr.14180) 297 : 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 2023-11-15T04:28:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:42 smithi087 conmon[84412]: audit 2023-11-15T04:28:41.589486+0000 mgr.smithi087.fbbqjk (mgr.14180) 298 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:43.289 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:44.789 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:44 smithi087 conmon[84412]: cluster 2023-11-15T04:28:43.258881+0000 mgr.smithi087.fbbqjk 2023-11-15T04:28:44.789 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:44 smithi087 conmon[84412]: (mgr.14180) 299 : 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 2023-11-15T04:28:45.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:44 smithi194 conmon[88664]: cluster 2023-11-15T04:28:43.258881+0000 mgr.smithi087.fbbqjk (mgr.14180) 299 : 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 2023-11-15T04:28:45.168 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:45.168 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:45.876 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:46.877 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:47.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:46 smithi194 conmon[88664]: audit 2023-11-15T04:28:45.164429+0000 mgr.smithi087.fbbqjk (mgr.14180) 300 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:47.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:46 smithi194 conmon[88664]: cluster 2023-11-15T04:28:45.259334+0000 mgr.smithi087.fbbqjk (mgr.14180) 301 : 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 2023-11-15T04:28:47.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:46 smithi087 conmon[84412]: audit 2023-11-15T04:28:45.164429+0000 mgr.smithi087.fbbqjk (mgr.14180) 300 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:46 smithi087 conmon[84412]: cluster 2023-11-15T04:28:45.259334+0000 mgr.smithi087.fbbqjk (mgr.14180) 301 : 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 2023-11-15T04:28:48.724 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:48.724 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:49.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:48 smithi194 conmon[88664]: cluster 2023-11-15T04:28:47.259804+0000 mgr.smithi087.fbbqjk (mgr.14180) 302 : 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 2023-11-15T04:28:49.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:48 smithi087 conmon[84412]: cluster 2023-11-15T04:28:47.259804+0000 mgr.smithi087.fbbqjk (mgr.14180) 302 : 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 2023-11-15T04:28:49.359 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:50.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:49 smithi194 conmon[88664]: audit 2023-11-15T04:28:48.720784+0000 mgr.smithi087.fbbqjk (mgr.14180) 303 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:50.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:49 smithi087 conmon[84412]: audit 2023-11-15T04:28:48.720784+0000 mgr.smithi087.fbbqjk (mgr.14180) 303 2023-11-15T04:28:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:49 smithi087 conmon[84412]: : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:50.361 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:51.026 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:50 smithi087 conmon[84412]: cluster 2023-11-15T04:28:49.260280+0000 mgr.smithi087.fbbqjk (mgr.14180) 304 : 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 2023-11-15T04:28:51.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:50 smithi194 conmon[88664]: cluster 2023-11-15T04:28:49.260280+0000 mgr.smithi087.fbbqjk (mgr.14180) 304 2023-11-15T04:28:51.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:50 smithi194 conmon[88664]: : 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 2023-11-15T04:28:52.188 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:52.189 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:52.817 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:53.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:52 smithi194 conmon[88664]: cluster 2023-11-15T04:28:51.260843+0000 mgr.smithi087.fbbqjk (mgr.14180) 305 : 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 2023-11-15T04:28:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:52 smithi087 conmon[84412]: cluster 2023-11-15T04:28:51.260843+0000 mgr.smithi087.fbbqjk (mgr.14180) 305 : 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 2023-11-15T04:28:53.818 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:54.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:53 smithi194 conmon[88664]: audit 2023-11-15T04:28:52.184724+0000 mgr.smithi087.fbbqjk (mgr.14180) 306 : audit [DBG] 2023-11-15T04:28:54.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:53 smithi194 conmon[88664]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:54.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:53 smithi087 conmon[84412]: audit 2023-11-15T04:28:52.184724+0000 mgr.smithi087.fbbqjk (mgr.14180) 306 2023-11-15T04:28:54.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:53 smithi087 conmon[84412]: : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:54.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:54 smithi087 conmon[84412]: cluster 2023-11-15T04:28:53.261499+0000 mgr.smithi087.fbbqjk (mgr.14180) 307 2023-11-15T04:28:54.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:54 smithi087 conmon[84412]: : 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 2023-11-15T04:28:55.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:54 smithi194 conmon[88664]: cluster 2023-11-15T04:28:53.261499+0000 mgr.smithi087.fbbqjk (mgr.14180) 307 : 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 2023-11-15T04:28:55.633 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:55.634 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z 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.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:56.309 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:28:57.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:56 smithi194 conmon[88664]: cluster 2023-11-15T04:28:55.261978+0000 mgr.smithi087.fbbqjk (mgr.14180) 308 : cluster [DBG] 2023-11-15T04:28:57.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:56 smithi194 conmon[88664]: 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 2023-11-15T04:28:57.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:56 smithi194 conmon[88664]: audit 2023-11-15T04:28:55.630007+0000 mgr.smithi087.fbbqjk (mgr.14180) 309 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:57.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:56 smithi087 conmon[84412]: cluster 2023-11-15T04:28:55.261978+0000 mgr.smithi087.fbbqjk (mgr.14180) 308 : 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 2023-11-15T04:28:57.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:56 smithi087 conmon[84412]: audit 2023-11-15T04:28:55.630007+0000 mgr.smithi087.fbbqjk (mgr.14180) 309 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:28:57.310 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:28:58.829 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:58 smithi087 conmon[84412]: cluster 2023-11-15T04:28:57.262448+0000 2023-11-15T04:28:58.829 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:58 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 310 : 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 2023-11-15T04:28:59.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:58 smithi194 conmon[88664]: cluster 2023-11-15T04:28:57.262448+0000 mgr.smithi087.fbbqjk (mgr.14180) 310 : 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 2023-11-15T04:28:59.190 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:28:59.191 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:28:59.861 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:00.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:59 smithi194 conmon[88664]: audit 2023-11-15T04:28:59.106330+0000 mon.smithi087 (mon.0) 676 : 2023-11-15T04:29:00.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:28:59 smithi194 conmon[88664]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.awhkpj"}]: dispatch 2023-11-15T04:29:00.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:59 smithi087 conmon[84412]: audit 2023-11-15T04:28:59.106330+0000 mon.smithi087 (mon.0) 676 : audit 2023-11-15T04:29:00.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:28:59 smithi087 conmon[84412]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.awhkpj"}]: dispatch 2023-11-15T04:29:00.862 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:01.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: cephadm 2023-11-15T04:28:59.105853+0000 mgr.smithi087.fbbqjk (mgr.14180) 311 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.awhkpj ... 2023-11-15T04:29:01.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:29:01.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:27:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:27:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:28:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: Traceback (most recent call last): 2023-11-15T04:29:01.057 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:29:01.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: yield (conn, connr) 2023-11-15T04:29:01.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:29:01.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: code, '\n'.join(err))) 2023-11-15T04:29:01.058 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.awhkpj ... 2023-11-15T04:29:01.059 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:29:01.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:27:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:27:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.060 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:28:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.061 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: cephadm 2023-11-15T04:28:59.106004+0000 mgr.smithi087.fbbqjk (mgr.14180) 312 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: cephadm 2023-11-15T04:28:59.106877+0000 mgr.smithi087.fbbqjk (mgr.14180) 313 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.062 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.awhkpj ... 2023-11-15T04:29:01.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:29:01.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:27:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.063 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:27:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.064 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:28:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.064 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.064 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.064 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.065 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: cephadm 2023-11-15T04:28:59.108262+0000 mgr.smithi087.fbbqjk (mgr.14180) 314 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.rgjrqy on smithi087 2023-11-15T04:29:01.065 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:29:01.065 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: 28:59.184029+0000 mgr.smithi087.fbbqjk (mgr.14180) 315 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:01.065 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:00 smithi194 conmon[88664]: cluster 2023-11-15T04:28:59.262951+0000 mgr.smithi087.fbbqjk (mgr.14180) 316 : 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 2023-11-15T04:29:01.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: cephadm 2023-11-15T04:28:59.105853+0000 mgr.smithi087.fbbqjk (mgr.14180) 311 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.awhkpj ... 2023-11-15T04:29:01.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:29:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:27:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:27:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:28:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: Traceback (most recent call last): 2023-11-15T04:29:01.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:29:01.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: yield (conn, connr) 2023-11-15T04:29:01.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:29:01.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: code, '\n'.join(err))) 2023-11-15T04:29:01.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.awhkpj ... 2023-11-15T04:29:01.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:29:01.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:27:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:27:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:28:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: 2023-11-15T04:29:01.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: cephadm 2023-11-15T04:28:59.106004+0000 mgr.smithi087.fbbqjk (mgr.14180) 312 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: cephadm 2023-11-15T04:28:59.106877+0000 mgr.smithi087.fbbqjk (mgr.14180) 313 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj 2023-11-15T04:29:01.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj 2023-11-15T04:29:01.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.awhkpj ... 2023-11-15T04:29:01.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:29:01.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:27:02Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:27:40Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:28:18Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:29:01.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:29:01.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:29:01.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: cephadm 2023-11-15T04:28:59.108262+0000 mgr.smithi087.fbbqjk (mgr.14180) 314 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.rgjrqy on smithi087 2023-11-15T04:29:01.138 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: audit 2023-11-15T04:28:59.184029+0000 mgr.smithi087.fbbqjk (mgr.14180) 315 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:01.139 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:00 smithi087 conmon[84412]: cluster 2023-11-15T04:28:59.262951+0000 mgr.smithi087.fbbqjk (mgr.14180) 316 : 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 2023-11-15T04:29:02.682 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:02.682 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:03.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:02 smithi194 conmon[88664]: cluster 2023-11-15T04:29:01.263482+0000 mgr.smithi087.fbbqjk (mgr.14180) 317 : 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 2023-11-15T04:29:03.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:02 smithi087 conmon[84412]: cluster 2023-11-15T04:29:01.263482+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:29:03.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:02 smithi087 conmon[84412]: ) 317 : 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 2023-11-15T04:29:03.332 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:04.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:03 smithi194 conmon[88664]: audit 2023-11-15T04:29:02.678457+0000 mgr.smithi087.fbbqjk (mgr.14180) 318 : audit 2023-11-15T04:29:04.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:03 smithi194 conmon[88664]: [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:04.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:03 smithi087 conmon[84412]: audit 2023-11-15T04:29:02.678457+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:29:04.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:03 smithi087 conmon[84412]: 318 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:04.334 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:05.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:04 smithi194 conmon[88664]: cluster 2023-11-15T04:29:03.263882+0000 mgr.smithi087.fbbqjk (mgr.14180) 319 : 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 2023-11-15T04:29:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:04 smithi087 conmon[84412]: cluster 2023-11-15T04:29:03.263882+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:29:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:04 smithi087 conmon[84412]: 319 : 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 2023-11-15T04:29:06.148 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:06.149 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:06.851 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:07.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:06 smithi194 conmon[88664]: cluster 2023-11-15T04:29:05.264338+0000 mgr.smithi087.fbbqjk (mgr.14180) 320 : 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 2023-11-15T04:29:07.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:06 smithi194 conmon[88664]: 2023-11-15T04:29:07.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:06 smithi087 conmon[84412]: cluster 2023-11-15T04:29:05.264338+0000 mgr.smithi087.fbbqjk (mgr.14180) 320 : 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 2023-11-15T04:29:07.852 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:08.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:07 smithi194 conmon[88664]: audit 2023-11-15T04:29:06.144789+0000 mgr.smithi087.fbbqjk (mgr.14180) 321 : audit 2023-11-15T04:29:08.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:07 smithi194 conmon[88664]: [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:08.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:07 smithi087 conmon[84412]: audit 2023-11-15T04:29:06.144789+0000 mgr.smithi087.fbbqjk (mgr.14180) 321 : audit [DBG] 2023-11-15T04:29:08.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:07 smithi087 conmon[84412]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:09.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:08 smithi194 conmon[88664]: cluster 2023-11-15T04:29:07.264881+0000 mgr.smithi087.fbbqjk (mgr.14180) 322 : 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 2023-11-15T04:29:09.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:08 smithi194 conmon[88664]: 2023-11-15T04:29:09.071 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:08 smithi087 conmon[84412]: cluster 2023-11-15T04:29:07.264881+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:29:09.071 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:08 smithi087 conmon[84412]: 322 : 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 2023-11-15T04:29:09.690 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:09.690 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:10.348 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:11.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:10 smithi194 conmon[88664]: cluster 2023-11-15T04:29:09.265382+0000 mgr.smithi087.fbbqjk (mgr.14180) 323 : 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 2023-11-15T04:29:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:10 smithi194 conmon[88664]: audit 2023-11-15T04:29:09 2023-11-15T04:29:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:10 smithi194 conmon[88664]: .686320+0000 mgr.smithi087.fbbqjk (mgr.14180) 324 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:10 smithi087 conmon[84412]: cluster 2023-11-15T04:29:09.265382+0000 mgr.smithi087.fbbqjk (mgr.14180) 323 2023-11-15T04:29:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:10 smithi087 conmon[84412]: : 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 2023-11-15T04:29:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:10 smithi087 conmon[84412]: audit 2023-11-15T04:29:09.686320+0000 mgr.smithi087.fbbqjk (mgr.14180) 324 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:10 smithi087 conmon[84412]: 2023-11-15T04:29:11.350 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:12.850 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:12 smithi087 conmon[84412]: cluster 2023-11-15T04:29:11.265992+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:29:12.851 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:12 smithi087 conmon[84412]: 325 : 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 2023-11-15T04:29:13.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:12 smithi194 conmon[88664]: cluster 2023-11-15T04:29:11.265992+0000 mgr.smithi087.fbbqjk (mgr.14180) 325 : 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 2023-11-15T04:29:13.253 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:13.253 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:13.973 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:14.974 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:15.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:14 smithi194 conmon[88664]: audit 2023-11-15T04:29:13.249803+0000 mgr.smithi087.fbbqjk (mgr.14180) 326 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:15.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:14 smithi194 conmon[88664]: cluster 2023-11-15T04:29:13.266506+0000 mgr.smithi087.fbbqjk 2023-11-15T04:29:15.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:14 smithi194 conmon[88664]: (mgr.14180) 327 : 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 2023-11-15T04:29:15.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:14 smithi087 conmon[84412]: audit 2023-11-15T04:29:13.249803+0000 mgr.smithi087.fbbqjk (mgr.14180) 326 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:14 smithi087 conmon[84412]: cluster 2023-11-15T04:29:13.266506+0000 mgr.smithi087.fbbqjk (mgr.14180) 327 : 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 2023-11-15T04:29:16.895 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:16.895 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:17.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:16 smithi194 conmon[88664]: cluster 2023-11-15T04:29:15.266902+0000 mgr.smithi087.fbbqjk (mgr.14180) 328 : 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 2023-11-15T04:29:17.123 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:16 smithi087 conmon[84412]: cluster 2023-11-15T04:29:15.266902+0000 mgr.smithi087.fbbqjk (mgr.14180) 328 : 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 2023-11-15T04:29:17.530 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:18.532 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:18.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:18 smithi087 conmon[84412]: audit 2023-11-15T04:29:16.891135+0000 mgr.smithi087.fbbqjk (mgr.14180) 329 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:18.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:18 smithi087 conmon[84412]: cluster 2023-11-15T04:29:17.267420+0000 mgr.smithi087.fbbqjk (mgr.14180) 330 : 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 2023-11-15T04:29:19.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:18 smithi194 conmon[88664]: audit 2023-11-15T04:29:16.891135+0000 mgr.smithi087.fbbqjk (mgr.14180) 329 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:19.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:18 smithi194 conmon[88664]: 2023-11-15T04:29:19.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:18 smithi194 conmon[88664]: cluster 2023-11-15T04:29:17.267420+0000 mgr.smithi087.fbbqjk (mgr.14180) 330 : 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 2023-11-15T04:29:20.340 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:20.340 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:21.005 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:21.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:20 smithi194 conmon[88664]: cluster 2023-11-15T04:29:19.267979+0000 mgr.smithi087.fbbqjk (mgr.14180) 331 : cluster [DBG] 2023-11-15T04:29:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:20 smithi194 conmon[88664]: 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 2023-11-15T04:29:21.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:20 smithi087 conmon[84412]: cluster 2023-11-15T04:29:19.267979+0000 mgr.smithi087.fbbqjk (mgr.14180) 331 : 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 2023-11-15T04:29:22.006 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:22.034 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:21 smithi087 conmon[84412]: audit 2023-11-15T04:29:20.336069+0000 mgr.smithi087.fbbqjk (mgr.14180) 332 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:22.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:21 smithi194 conmon[88664]: audit 2023-11-15T04:29:20.336069+0000 mgr.smithi087.fbbqjk (mgr.14180) 332 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:23.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:22 smithi194 conmon[88664]: cluster 2023-11-15T04:29:21.268369+0000 mgr.smithi087.fbbqjk (mgr.14180) 333 : 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 2023-11-15T04:29:23.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:22 smithi194 conmon[88664]: 2023-11-15T04:29:23.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:22 smithi087 conmon[84412]: cluster 2023-11-15T04:29:21.268369+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:29:23.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:22 smithi087 conmon[84412]: ) 333 : 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 2023-11-15T04:29:23.860 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:23.861 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:24.505 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:25.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:24 smithi194 conmon[88664]: cluster 2023-11-15T04:29:23.268790+0000 mgr.smithi087.fbbqjk (mgr.14180) 334 : 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 2023-11-15T04:29:25.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:24 smithi194 conmon[88664]: audit 2023-11-15T04:29:23.856501+0000 mgr.smithi087.fbbqjk (mgr.14180) 335 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:25.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:24 smithi087 conmon[84412]: cluster 2023-11-15T04:29:23.268790+0000 mgr.smithi087.fbbqjk (mgr.14180) 334 : 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 2023-11-15T04:29:25.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:24 smithi087 conmon[84412]: audit 2023-11-15T04:29:23.856501+0000 mgr.smithi087.fbbqjk (mgr.14180) 335 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:25.506 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:27.015 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:26 smithi087 conmon[84412]: cluster 2023-11-15T04:29:25.269347+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:29:27.016 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:26 smithi087 conmon[84412]: 14180) 336 : 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 2023-11-15T04:29:27.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:26 smithi194 conmon[88664]: cluster 2023-11-15T04:29:25.269347+0000 mgr.smithi087.fbbqjk (mgr.14180) 336 : 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 2023-11-15T04:29:27.327 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:27.327 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:27.879 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:28.880 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:29.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:28 smithi194 conmon[88664]: cluster 2023-11-15T04:29:27.269793+0000 mgr.smithi087.fbbqjk (mgr.14180) 337 : 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 2023-11-15T04:29:29.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:28 smithi194 conmon[88664]: 2023-11-15T04:29:29.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:28 smithi194 conmon[88664]: audit 2023-11-15T04:29:27.323851+0000 mgr.smithi087.fbbqjk (mgr.14180) 338 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:29.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:28 smithi087 conmon[84412]: cluster 2023-11-15T04:29:27.269793+0000 mgr.smithi087.fbbqjk (mgr.14180) 337 : 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 2023-11-15T04:29:29.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:28 smithi087 conmon[84412]: audit 2023-11-15T04:29:27.323851+0000 mgr.smithi087.fbbqjk (mgr.14180) 338 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:30.775 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:30.775 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:31.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:30 smithi194 conmon[88664]: cluster 2023-11-15T04:29:29.270265+0000 mgr.smithi087.fbbqjk (mgr.14180) 339 : 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 2023-11-15T04:29:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:30 smithi087 conmon[84412]: cluster 2023-11-15T04:29:29.270265+0000 mgr.smithi087.fbbqjk (mgr.14180) 339 : 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 2023-11-15T04:29:31.346 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:32.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:31 smithi194 conmon[88664]: audit 2023-11-15T04:29:30.771232+0000 mgr.smithi087.fbbqjk (mgr.14180) 340 : 2023-11-15T04:29:32.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:31 smithi194 conmon[88664]: audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:32.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:31 smithi087 conmon[84412]: audit 2023-11-15T04:29:30.771232+0000 mgr.smithi087.fbbqjk (mgr.14180) 340 : 2023-11-15T04:29:32.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:31 smithi087 conmon[84412]: audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:32.348 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:33.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:32 smithi194 conmon[88664]: cluster 2023-11-15T04:29:31.270830+0000 mgr.smithi087.fbbqjk (mgr.14180) 341 : 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 2023-11-15T04:29:33.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:32 smithi087 conmon[84412]: cluster 2023-11-15T04:29:31.270830+0000 2023-11-15T04:29:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:32 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 341 : 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 2023-11-15T04:29:34.209 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:34.209 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:34.878 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:35.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:34 smithi194 conmon[88664]: cluster 2023-11-15T04:29:33.271220+0000 mgr.smithi087.fbbqjk (mgr.14180) 342 : 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 2023-11-15T04:29:35.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:34 smithi087 conmon[84412]: cluster 2023-11-15T04:29:33.271220+0000 mgr.smithi087.fbbqjk (mgr.14180) 342 : 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 2023-11-15T04:29:35.880 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:35 smithi087 conmon[84412]: audit 2023-11-15T04:29:34.204912+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:29:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:35 smithi087 conmon[84412]: 343 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:36.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:35 smithi194 conmon[88664]: audit 2023-11-15T04:29:34.204912+0000 mgr.smithi087.fbbqjk (mgr.14180) 343 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:37.117 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:36 smithi087 conmon[84412]: cluster 2023-11-15T04:29:35.271882+0000 mgr.smithi087.fbbqjk (mgr.14180) 344 : cluster 2023-11-15T04:29:37.117 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:36 smithi087 conmon[84412]: [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 2023-11-15T04:29:37.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:36 smithi194 conmon[88664]: cluster 2023-11-15T04:29:35.271882+0000 mgr.smithi087.fbbqjk (mgr.14180) 344 : 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 2023-11-15T04:29:37.751 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:37.751 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:38.386 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:39.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:38 smithi087 conmon[84412]: cluster 2023-11-15T04:29:37.272307+0000 mgr.smithi087.fbbqjk (mgr.14180) 345 : 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 2023-11-15T04:29:39.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:38 smithi087 conmon[84412]: audit 2023-11-15T04:29:37.747118+0000 mgr.smithi087.fbbqjk (mgr.14180) 346 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:39.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:38 smithi194 conmon[88664]: cluster 2023-11-15T04:29:37.272307+0000 mgr.smithi087.fbbqjk (mgr.14180) 345 : 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 2023-11-15T04:29:39.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:38 smithi194 conmon[88664]: audit 2023-11-15T04:29:37.747118+0000 mgr.smithi087.fbbqjk (mgr.14180) 346 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:39.388 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:40.922 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:40 smithi087 conmon[84412]: cluster 2023-11-15T04:29:39.272927+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:29:40.923 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:40 smithi087 conmon[84412]: mgr.14180) 347 : 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 2023-11-15T04:29:41.302 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:41.303 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:41.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:40 smithi194 conmon[88664]: cluster 2023-11-15T04:29:39.272927+0000 mgr.smithi087.fbbqjk (mgr.14180) 347 : cluster [DBG] 2023-11-15T04:29:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:40 smithi194 conmon[88664]: 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 2023-11-15T04:29:41.952 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:42.953 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:42 smithi087 conmon[84412]: cluster 2023-11-15T04:29:41.273301+0000 mgr.smithi087.fbbqjk (mgr.14180) 348 : 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 2023-11-15T04:29:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:42 smithi087 conmon[84412]: audit 2023-11-15T04:29:41.299143+0000 mgr.smithi087.fbbqjk (mgr.14180) 349 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:43.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:42 smithi194 conmon[88664]: cluster 2023-11-15T04:29:41.273301+0000 mgr.smithi087.fbbqjk (mgr.14180) 348 : 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 2023-11-15T04:29:43.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:42 smithi194 conmon[88664]: audit 2023-11-15T04:29:41.299143+0000 mgr.smithi087.fbbqjk (mgr.14180) 349 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:44.760 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:44.761 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:45.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:44 smithi087 conmon[84412]: cluster 2023-11-15T04:29:43.273845+0000 mgr.smithi087.fbbqjk (mgr.14180) 350 : 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 2023-11-15T04:29:45.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:44 smithi194 conmon[88664]: cluster 2023-11-15T04:29:43.273845+0000 mgr.smithi087.fbbqjk (mgr.14180) 350 : cluster [DBG] 2023-11-15T04:29:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:44 smithi194 conmon[88664]: 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 2023-11-15T04:29:45.495 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:45 smithi087 conmon[84412]: audit 2023-11-15T04:29:44.756774+0000 mgr.smithi087.fbbqjk (mgr.14180) 351 2023-11-15T04:29:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:45 smithi087 conmon[84412]: : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:46.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:45 smithi194 conmon[88664]: audit 2023-11-15T04:29:44.756774+0000 mgr.smithi087.fbbqjk (mgr.14180) 351 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:46.496 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:46 smithi087 conmon[84412]: cluster 2023-11-15T04:29:45.274523+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:29:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:46 smithi087 conmon[84412]: ) 352 : 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 2023-11-15T04:29:47.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:46 smithi194 conmon[88664]: cluster 2023-11-15T04:29:45.274523+0000 mgr.smithi087.fbbqjk (mgr.14180) 352 : 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 2023-11-15T04:29:48.310 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:48.310 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:48.976 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:49.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:48 smithi087 conmon[84412]: cluster 2023-11-15T04:29:47.274975+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:29:49.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:48 smithi087 conmon[84412]: mgr.14180) 353 : 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 2023-11-15T04:29:49.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:48 smithi194 conmon[88664]: cluster 2023-11-15T04:29:47.274975+0000 mgr.smithi087.fbbqjk (mgr.14180) 353 : 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 2023-11-15T04:29:49.978 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:49 smithi087 conmon[84412]: audit 2023-11-15T04:29:48.305857+0000 mgr.smithi087.fbbqjk (mgr.14180) 354 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:50.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:49 smithi194 conmon[88664]: audit 2023-11-15T04:29:48.305857+0000 mgr.smithi087.fbbqjk (mgr.14180) 354 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:50 smithi087 conmon[84412]: cluster 2023-11-15T04:29:49.275509+0000 mgr.smithi087.fbbqjk (mgr.14180) 355 : 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 2023-11-15T04:29:51.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:50 smithi194 conmon[88664]: cluster 2023-11-15T04:29:49.275509+0000 mgr.smithi087.fbbqjk (mgr.14180) 355 : cluster 2023-11-15T04:29:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:50 smithi194 conmon[88664]: [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 2023-11-15T04:29:51.871 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:51.872 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:52.518 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:53.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:52 smithi087 conmon[84412]: cluster 2023-11-15T04:29:51.275960+0000 mgr.smithi087.fbbqjk (mgr.14180) 356 : 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 2023-11-15T04:29:53.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:52 smithi194 conmon[88664]: cluster 2023-11-15T04:29:51.275960+0000 mgr.smithi087.fbbqjk (mgr.14180) 356 : 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 2023-11-15T04:29:53.520 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:54.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:53 smithi087 conmon[84412]: audit 2023-11-15T04:29:51.867949+0000 2023-11-15T04:29:54.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:53 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 357 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:54.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:53 smithi194 conmon[88664]: audit 2023-11-15T04:29:51.867949+0000 mgr.smithi087.fbbqjk (mgr.14180) 357 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:55.025 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:54 smithi087 conmon[84412]: cluster 2023-11-15T04:29:53.276502+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:29:55.025 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:54 smithi087 conmon[84412]: mgr.14180) 358 : 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 2023-11-15T04:29:55.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:54 smithi194 conmon[88664]: cluster 2023-11-15T04:29:53.276502+0000 mgr.smithi087.fbbqjk (mgr.14180) 358 : 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 2023-11-15T04:29:55.417 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:55.418 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:56.083 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:29:57.085 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:29:57.116 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:56 smithi087 conmon[84412]: cluster 2023-11-15T04:29:55.276997+0000 mgr.smithi087.fbbqjk (mgr.14180) 359 : 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 2023-11-15T04:29:57.116 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:56 smithi087 conmon[84412]: audit 2023-11-15T04:29:55.414482+0000 mgr.smithi087.fbbqjk (mgr.14180) 360 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:57.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:56 smithi194 conmon[88664]: cluster 2023-11-15T04:29:55.276997+0000 mgr.smithi087.fbbqjk (mgr.14180) 359 : 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 2023-11-15T04:29:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:56 smithi194 conmon[88664]: audit 2023-11-15T04:29:55.414482+0000 mgr.smithi087.fbbqjk (mgr.14180) 360 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:29:58.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:58 smithi087 conmon[84412]: cluster 2023-11-15T04:29:57.277507+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:29:58.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:29:58 smithi087 conmon[84412]: .14180) 361 : 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 2023-11-15T04:29:58.970 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:29:58.970 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:29:59.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:29:58 smithi194 conmon[88664]: cluster 2023-11-15T04:29:57.277507+0000 mgr.smithi087.fbbqjk (mgr.14180) 361 : 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 2023-11-15T04:29:59.550 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:00.551 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:00 smithi087 conmon[84412]: audit 2023-11-15T04:29:58.967027+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:30:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:00 smithi087 conmon[84412]: mgr.14180) 362 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:00 smithi087 conmon[84412]: cluster 2023-11-15T04:29:59.278027+0000 mgr.smithi087.fbbqjk (mgr.14180) 363 : 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 2023-11-15T04:30:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:00 smithi087 conmon[84412]: cluster 2023-11-15T04:30:00.000189+0000 mon.smithi087 (mon.0) 677 : cluster [INF] overall HEALTH_OK 2023-11-15T04:30:01.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:00 smithi194 conmon[88664]: audit 2023-11-15T04:29:58.967027+0000 mgr.smithi087.fbbqjk (mgr.14180) 362 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:00 smithi194 conmon[88664]: cluster 2023-11-15T04:29:59.278027+0000 mgr.smithi087.fbbqjk (mgr.14180) 363 : 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 2023-11-15T04:30:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:00 smithi194 conmon[88664]: cluster 2023-11-15T04:30:00.000189+0000 mon.smithi087 (mon 2023-11-15T04:30:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:00 smithi194 conmon[88664]: .0) 677 : cluster [INF] overall HEALTH_OK 2023-11-15T04:30:02.530 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:02.530 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:03.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:02 smithi087 conmon[84412]: cluster 2023-11-15T04:30:01.278404+0000 mgr.smithi087.fbbqjk (mgr.14180) 364 : 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 2023-11-15T04:30:03.173 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:03.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:02 smithi194 conmon[88664]: cluster 2023-11-15T04:30:01.278404+0000 mgr.smithi087.fbbqjk (mgr.14180) 364 : 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 2023-11-15T04:30:04.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:03 smithi087 conmon[84412]: audit 2023-11-15T04:30:02.526342+0000 mgr.smithi087.fbbqjk (mgr.14180) 365 : 2023-11-15T04:30:04.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:03 smithi087 conmon[84412]: audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:04.175 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:04.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:03 smithi194 conmon[88664]: audit 2023-11-15T04:30:02.526342+0000 mgr.smithi087.fbbqjk (mgr.14180) 365 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:04.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:04 smithi087 conmon[84412]: cluster 2023-11-15T04:30:03.279042+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:30:04.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:04 smithi087 conmon[84412]: .14180) 366 : 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 2023-11-15T04:30:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:04 smithi194 conmon[88664]: cluster 2023-11-15T04:30:03.279042+0000 mgr.smithi087.fbbqjk (mgr.14180) 366 : 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 2023-11-15T04:30:05.987 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:05.987 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:06.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:05 smithi087 conmon[84412]: cluster 2023-11-15T04:30:05.279558+0000 mgr.smithi087.fbbqjk (mgr.14180) 367 : 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 2023-11-15T04:30:06.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:05 smithi194 conmon[88664]: cluster 2023-11-15T04:30:05.279558+0000 mgr.smithi087.fbbqjk (mgr.14180) 367 : 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 2023-11-15T04:30:06.624 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:07.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:06 smithi087 conmon[84412]: audit 2023-11-15T04:30:05.983448+0000 mgr.smithi087.fbbqjk (mgr.14180) 368 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:06 smithi087 conmon[84412]: 2023-11-15T04:30:07.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:06 smithi194 conmon[88664]: audit 2023-11-15T04:30:05.983448+0000 mgr.smithi087.fbbqjk (mgr.14180) 368 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:07.626 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:08.084 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:07 smithi087 conmon[84412]: cluster 2023-11-15T04:30:07.280264+0000 mgr.smithi087.fbbqjk (mgr.14180) 369 : cluster 2023-11-15T04:30:08.084 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:07 smithi087 conmon[84412]: [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 2023-11-15T04:30:08.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:07 smithi194 conmon[88664]: cluster 2023-11-15T04:30:07.280264+0000 mgr.smithi087.fbbqjk (mgr.14180) 369 : 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 2023-11-15T04:30:09.510 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:09.511 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:10.164 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:11.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:10 smithi194 conmon[88664]: cluster 2023-11-15T04:30:09.280808+0000 mgr.smithi087.fbbqjk (mgr.14180) 370 : cluster [DBG] 2023-11-15T04:30:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:10 smithi194 conmon[88664]: 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 2023-11-15T04:30:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:10 smithi194 conmon[88664]: audit 2023-11-15T04:30:09.506874+0000 mgr.smithi087.fbbqjk (mgr.14180) 371 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:11.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:10 smithi087 conmon[84412]: cluster 2023-11-15T04:30:09.280808+0000 mgr.smithi087.fbbqjk (mgr.14180) 370 2023-11-15T04:30:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:10 smithi087 conmon[84412]: : 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 2023-11-15T04:30:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:10 smithi087 conmon[84412]: audit 2023-11-15T04:30:09.506874+0000 mgr.smithi087.fbbqjk (mgr.14180) 371 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:10 smithi087 conmon[84412]: 2023-11-15T04:30:11.166 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:12.743 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:12 smithi087 conmon[84412]: cluster 2023-11-15T04:30:11.281233+0000 mgr.smithi087.fbbqjk (mgr.14180) 372 : cluster [DBG] 2023-11-15T04:30:12.743 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:12 smithi087 conmon[84412]: 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 2023-11-15T04:30:13.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:12 smithi194 conmon[88664]: cluster 2023-11-15T04:30:11.281233+0000 mgr.smithi087.fbbqjk (mgr.14180) 372 : 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 2023-11-15T04:30:13.126 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:13.127 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:13.686 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:14.687 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:15.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:14 smithi194 conmon[88664]: audit 2023-11-15T04:30:13.122664+0000 mgr.smithi087.fbbqjk (mgr.14180) 373 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:15.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:14 smithi194 conmon[88664]: cluster 2023-11-15T04:30:13.281799+0000 mgr.smithi087.fbbqjk (mgr.14180) 374 : 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 2023-11-15T04:30:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:14 smithi087 conmon[84412]: audit 2023-11-15T04:30:13.122664+0000 mgr.smithi087.fbbqjk (mgr.14180) 373 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:14 smithi087 conmon[84412]: cluster 2023-11-15T04:30:13.281799+0000 mgr.smithi087.fbbqjk (mgr.14180) 374 : 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 2023-11-15T04:30:16.540 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:16.540 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:16.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:16 smithi194 conmon[88664]: cluster 2023-11-15T04:30:15.282268+0000 mgr.smithi087.fbbqjk (mgr.14180) 375 : 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 2023-11-15T04:30:16.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:16 smithi087 conmon[84412]: cluster 2023-11-15T04:30:15.282268+0000 mgr.smithi087.fbbqjk (mgr.14180) 375 : 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 2023-11-15T04:30:17.189 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:18.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:17 smithi194 conmon[88664]: audit 2023-11-15T04:30:16.536319+0000 mgr.smithi087.fbbqjk (mgr.14180) 376 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:18.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:17 smithi194 conmon[88664]: 2023-11-15T04:30:18.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:17 smithi087 conmon[84412]: audit 2023-11-15T04:30:16.536319+0000 mgr.smithi087.fbbqjk (mgr.14180) 376 : 2023-11-15T04:30:18.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:17 smithi087 conmon[84412]: audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:18.190 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:19.007 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:18 smithi087 conmon[84412]: cluster 2023-11-15T04:30:17.282753+0000 mgr.smithi087.fbbqjk (mgr.14180) 377 : 2023-11-15T04:30:19.007 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:18 smithi087 conmon[84412]: 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 2023-11-15T04:30:19.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:18 smithi194 conmon[88664]: cluster 2023-11-15T04:30:17.282753+0000 mgr.smithi087.fbbqjk (mgr.14180) 377 : 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 2023-11-15T04:30:20.033 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:20.034 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:20.730 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:21.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:20 smithi194 conmon[88664]: cluster 2023-11-15T04:30:19.283338+0000 mgr.smithi087.fbbqjk (mgr.14180) 378 : 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 2023-11-15T04:30:21.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:20 smithi087 conmon[84412]: cluster 2023-11-15T04:30:19.283338+0000 mgr.smithi087.fbbqjk (mgr.14180) 378 2023-11-15T04:30:21.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:20 smithi087 conmon[84412]: : 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 2023-11-15T04:30:21.732 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:22.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:21 smithi194 conmon[88664]: audit 2023-11-15T04:30:20.029156+0000 mgr.smithi087.fbbqjk (mgr.14180) 379 : audit 2023-11-15T04:30:22.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:21 smithi194 conmon[88664]: [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:22.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:21 smithi087 conmon[84412]: audit 2023-11-15T04:30:20.029156+0000 mgr.smithi087.fbbqjk (mgr.14180) 379 : audit [DBG] 2023-11-15T04:30:22.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:21 smithi087 conmon[84412]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:22.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:22 smithi087 conmon[84412]: cluster 2023-11-15T04:30:21.283860+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:30:22.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:22 smithi087 conmon[84412]: 380 : 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 2023-11-15T04:30:23.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:22 smithi194 conmon[88664]: cluster 2023-11-15T04:30:21.283860+0000 mgr.smithi087.fbbqjk (mgr.14180) 380 : 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 2023-11-15T04:30:23.599 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:23.600 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:24.239 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:25.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:24 smithi194 conmon[88664]: cluster 2023-11-15T04:30:23.284407+0000 mgr.smithi087.fbbqjk (mgr.14180) 381 : 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 2023-11-15T04:30:25.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:24 smithi194 conmon[88664]: 2023-11-15T04:30:25.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:24 smithi194 conmon[88664]: audit 2023-11-15T04:30:23.594349+0000 mgr.smithi087.fbbqjk (mgr.14180) 382 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:25.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:24 smithi087 conmon[84412]: cluster 2023-11-15T04:30:23.284407+0000 mgr.smithi087.fbbqjk (mgr.14180) 381 : 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 2023-11-15T04:30:25.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:24 smithi087 conmon[84412]: audit 2023-11-15T04:30:23.594349+0000 mgr.smithi087.fbbqjk (mgr.14180) 382 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:25.243 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:26.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:26 smithi087 conmon[84412]: cluster 2023-11-15T04:30:25.284870+0000 mgr.smithi087.fbbqjk (mgr.14180) 383 2023-11-15T04:30:26.809 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:26 smithi087 conmon[84412]: : 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 2023-11-15T04:30:27.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:26 smithi194 conmon[88664]: cluster 2023-11-15T04:30:25.284870+0000 mgr.smithi087.fbbqjk (mgr.14180) 383 : 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 2023-11-15T04:30:27.186 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:27.186 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:27.833 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:28.834 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:29.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:28 smithi194 conmon[88664]: audit 2023-11-15T04:30:27.183076+0000 mgr.smithi087.fbbqjk (mgr.14180) 384 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:29.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:28 smithi194 conmon[88664]: 2023-11-15T04:30:29.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:28 smithi194 conmon[88664]: cluster 2023-11-15T04:30:27.285449+0000 mgr.smithi087.fbbqjk (mgr.14180) 385 : 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 2023-11-15T04:30:29.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:28 smithi087 conmon[84412]: audit 2023-11-15T04:30:27.183076+0000 mgr.smithi087.fbbqjk (mgr.14180) 384 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:29.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:28 smithi087 conmon[84412]: cluster 2023-11-15T04:30:27.285449+0000 mgr.smithi087.fbbqjk (mgr.14180) 385 : 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 2023-11-15T04:30:30.759 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:30.759 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:31.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:30 smithi194 conmon[88664]: cluster 2023-11-15T04:30:29.286017+0000 mgr.smithi087.fbbqjk (mgr.14180) 386 : 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 2023-11-15T04:30:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:30 smithi087 conmon[84412]: cluster 2023-11-15T04:30:29.286017+0000 mgr.smithi087.fbbqjk (mgr.14180) 386 : 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 2023-11-15T04:30:31.429 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:32.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:31 smithi194 conmon[88664]: audit 2023-11-15T04:30:30.755168+0000 mgr.smithi087.fbbqjk (mgr.14180) 387 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:32.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:31 smithi087 conmon[84412]: audit 2023-11-15T04:30:30.755168+0000 mgr.smithi087.fbbqjk (mgr.14180) 387 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:32.430 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:33.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:32 smithi194 conmon[88664]: cluster 2023-11-15T04:30:31.286406+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:30:33.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:32 smithi194 conmon[88664]: ) 388 : 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 2023-11-15T04:30:33.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:32 smithi087 conmon[84412]: cluster 2023-11-15T04:30:31.286406+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:30:33.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:32 smithi087 conmon[84412]: ) 388 : 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 2023-11-15T04:30:34.220 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:34.220 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:34.862 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:35.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:34 smithi194 conmon[88664]: cluster 2023-11-15T04:30:33.286891+0000 mgr.smithi087.fbbqjk (mgr.14180) 389 : 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 2023-11-15T04:30:35.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:34 smithi087 conmon[84412]: cluster 2023-11-15T04:30:33.286891+0000 mgr.smithi087.fbbqjk (mgr.14180) 389 : 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 2023-11-15T04:30:35.863 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:36.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:35 smithi194 conmon[88664]: audit 2023-11-15T04:30:34.216626+0000 mgr.smithi087.fbbqjk (mgr.14180) 390 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:36.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:35 smithi087 conmon[84412]: audit 2023-11-15T04:30:34.216626+0000 mgr.smithi087.fbbqjk (mgr.14180) 390 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:37.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:36 smithi194 conmon[88664]: cluster 2023-11-15T04:30:35.287334+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:30:37.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:36 smithi194 conmon[88664]: 14180) 391 : 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 2023-11-15T04:30:37.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:36 smithi087 conmon[84412]: cluster 2023-11-15T04:30:35.287334+0000 mgr.smithi087.fbbqjk (mgr.14180) 391 : 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 2023-11-15T04:30:37.732 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:37.732 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:38.379 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:39.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:38 smithi194 conmon[88664]: cluster 2023-11-15T04:30:37.287773+0000 mgr.smithi087.fbbqjk (mgr.14180) 392 : 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 2023-11-15T04:30:39.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:38 smithi194 conmon[88664]: audit 2023-11-15T04:30:37.727847+0000 mgr.smithi087.fbbqjk (mgr.14180) 393 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:39.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:38 smithi087 conmon[84412]: cluster 2023-11-15T04:30:37.287773+0000 mgr.smithi087.fbbqjk (mgr.14180) 392 : 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 2023-11-15T04:30:39.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:38 smithi087 conmon[84412]: audit 2023-11-15T04:30:37.727847+0000 mgr.smithi087.fbbqjk (mgr.14180) 393 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:39.381 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:40.872 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:40 smithi087 conmon[84412]: cluster 2023-11-15T04:30:39.288485+0000 mgr.smithi087.fbbqjk (mgr.14180) 394 2023-11-15T04:30:40.873 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:40 smithi087 conmon[84412]: : 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 2023-11-15T04:30:41.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:40 smithi194 conmon[88664]: cluster 2023-11-15T04:30:39.288485+0000 mgr.smithi087.fbbqjk (mgr.14180) 394 : 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 2023-11-15T04:30:41.244 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:41.244 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:41.868 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:42.869 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:43.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:42 smithi194 conmon[88664]: audit 2023-11-15T04:30:41.241141+0000 mgr.smithi087.fbbqjk (mgr.14180) 395 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:43.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:42 smithi194 conmon[88664]: cluster 2023-11-15T04:30:41.288977+0000 mgr.smithi087.fbbqjk (mgr.14180) 396 : 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 2023-11-15T04:30:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:42 smithi087 conmon[84412]: audit 2023-11-15T04:30:41.241141+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:30:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:42 smithi087 conmon[84412]: 395 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:42 smithi087 conmon[84412]: cluster 2023-11-15T04:30:41.288977+0000 mgr.smithi087.fbbqjk (mgr.14180) 396 : 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 2023-11-15T04:30:44.685 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:44.686 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:45.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:44 smithi194 conmon[88664]: cluster 2023-11-15T04:30:43.289755+0000 mgr.smithi087.fbbqjk (mgr.14180) 397 : 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 2023-11-15T04:30:45.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:44 smithi087 conmon[84412]: cluster 2023-11-15T04:30:43.289755+0000 mgr.smithi087.fbbqjk (mgr.14180) 397 : 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 2023-11-15T04:30:45.310 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:46.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:45 smithi194 conmon[88664]: audit 2023-11-15T04:30:44.681841+0000 mgr.smithi087.fbbqjk (mgr.14180) 398 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:46.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:45 smithi194 conmon[88664]: 2023-11-15T04:30:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:45 smithi087 conmon[84412]: audit 2023-11-15T04:30:44.681841+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:30:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:45 smithi087 conmon[84412]: 398 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:46.312 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:47.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:46 smithi194 conmon[88664]: cluster 2023-11-15T04:30:45.290219+0000 mgr.smithi087.fbbqjk (mgr.14180) 399 : 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 2023-11-15T04:30:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:46 smithi087 conmon[84412]: cluster 2023-11-15T04:30:45.290219+0000 mgr.smithi087.fbbqjk (mgr.14180) 399 : cluster [DBG] 2023-11-15T04:30:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:46 smithi087 conmon[84412]: 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 2023-11-15T04:30:48.175 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:48.176 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:48.785 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:49.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:48 smithi194 conmon[88664]: cluster 2023-11-15T04:30:47.290780+0000 mgr.smithi087.fbbqjk (mgr.14180) 400 : 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 2023-11-15T04:30:49.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:48 smithi087 conmon[84412]: cluster 2023-11-15T04:30:47.290780+0000 mgr.smithi087.fbbqjk (mgr.14180) 400 : 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 2023-11-15T04:30:49.786 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:50.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:49 smithi194 conmon[88664]: audit 2023-11-15T04:30:48.171927+0000 mgr.smithi087.fbbqjk (mgr.14180) 401 : 2023-11-15T04:30:50.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:49 smithi194 conmon[88664]: audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:49 smithi087 conmon[84412]: audit 2023-11-15T04:30:48.171927+0000 mgr.smithi087.fbbqjk (mgr.14180) 401 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:51.032 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:50 smithi087 conmon[84412]: cluster 2023-11-15T04:30:49.291260+0000 mgr.smithi087.fbbqjk (mgr.14180) 402 2023-11-15T04:30:51.033 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:50 smithi087 conmon[84412]: : 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 2023-11-15T04:30:51.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:50 smithi194 conmon[88664]: cluster 2023-11-15T04:30:49.291260+0000 mgr.smithi087.fbbqjk (mgr.14180) 402 : 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 2023-11-15T04:30:51.668 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:51.668 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:52.302 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:53.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:52 smithi194 conmon[88664]: cluster 2023-11-15T04:30:51.291673+0000 mgr.smithi087.fbbqjk (mgr.14180) 403 : 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 2023-11-15T04:30:53.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:52 smithi194 conmon[88664]: audit 2023-11-15T04:30:51.664865+0000 mgr.smithi087.fbbqjk (mgr.14180) 404 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:52 smithi087 conmon[84412]: cluster 2023-11-15T04:30:51.291673+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:30:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:52 smithi087 conmon[84412]: 14180) 403 : 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 2023-11-15T04:30:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:52 smithi087 conmon[84412]: audit 2023-11-15T04:30:51.664865+0000 mgr.smithi087.fbbqjk (mgr.14180) 404 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:53.303 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:54.825 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:54 smithi087 conmon[84412]: cluster 2023-11-15T04:30:53.292213+0000 mgr.smithi087.fbbqjk (mgr.14180) 405 : 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 2023-11-15T04:30:55.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:54 smithi194 conmon[88664]: cluster 2023-11-15T04:30:53.292213+0000 mgr.smithi087.fbbqjk (mgr.14180) 405 : 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 2023-11-15T04:30:55.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:54 smithi194 conmon[88664]: 2023-11-15T04:30:55.151 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:55.151 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:55.776 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:30:56.777 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:30:57.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:56 smithi194 conmon[88664]: audit 2023-11-15T04:30:55.147575+0000 mgr.smithi087.fbbqjk (mgr.14180) 406 : audit 2023-11-15T04:30:57.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:56 smithi194 conmon[88664]: [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:57.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:56 smithi194 conmon[88664]: cluster 2023-11-15T04:30:55.292745+0000 mgr.smithi087.fbbqjk (mgr.14180) 407 : 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 2023-11-15T04:30:57.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:56 smithi087 conmon[84412]: audit 2023-11-15T04:30:55.147575+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:30:57.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:56 smithi087 conmon[84412]: mgr.14180) 406 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:30:57.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:56 smithi087 conmon[84412]: cluster 2023-11-15T04:30:55.292745+0000 mgr.smithi087.fbbqjk (mgr.14180) 407 : 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 2023-11-15T04:30:58.643 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:30:58.643 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:30:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:58 smithi194 conmon[88664]: cluster 2023-11-15T04:30:57.293191+0000 mgr.smithi087.fbbqjk (mgr.14180) 408 : cluster [DBG] 2023-11-15T04:30:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:58 smithi194 conmon[88664]: 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 2023-11-15T04:30:59.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:58 smithi087 conmon[84412]: cluster 2023-11-15T04:30:57.293191+0000 mgr.smithi087.fbbqjk (mgr.14180) 408 : 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 2023-11-15T04:30:59.258 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:00.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:59 smithi194 conmon[88664]: audit 2023-11-15T04:30:58.639279+0000 mgr.smithi087.fbbqjk (mgr.14180) 409 2023-11-15T04:31:00.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:30:59 smithi194 conmon[88664]: : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:00.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:59 smithi087 conmon[84412]: audit 2023-11-15T04:30:58.639279+0000 mgr.smithi087.fbbqjk (mgr.14180) 409 : 2023-11-15T04:31:00.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:30:59 smithi087 conmon[84412]: audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:00.260 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:01.051 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:00 smithi087 conmon[84412]: cluster 2023-11-15T04:30:59.293945+0000 mgr.smithi087.fbbqjk 2023-11-15T04:31:01.051 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:00 smithi087 conmon[84412]: (mgr.14180) 410 : 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 2023-11-15T04:31:01.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:00 smithi194 conmon[88664]: cluster 2023-11-15T04:30:59.293945+0000 mgr.smithi087.fbbqjk (mgr.14180) 410 2023-11-15T04:31:01.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:00 smithi194 conmon[88664]: : 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 2023-11-15T04:31:02.080 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:02.080 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:02.724 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:03.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:02 smithi194 conmon[88664]: cluster 2023-11-15T04:31:01.294468+0000 mgr.smithi087.fbbqjk (mgr.14180) 411 : 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 2023-11-15T04:31:03.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:02 smithi194 conmon[88664]: 2023-11-15T04:31:03.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:02 smithi087 conmon[84412]: cluster 2023-11-15T04:31:01.294468+0000 mgr.smithi087.fbbqjk (mgr.14180) 411 : 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 2023-11-15T04:31:03.725 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:04.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:03 smithi194 conmon[88664]: audit 2023-11-15T04:31:02.076477+0000 mgr.smithi087.fbbqjk (mgr.14180) 412 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:04.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:03 smithi194 conmon[88664]: 2023-11-15T04:31:04.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:03 smithi087 conmon[84412]: audit 2023-11-15T04:31:02.076477+0000 2023-11-15T04:31:04.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:03 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 412 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:05.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:04 smithi194 conmon[88664]: cluster 2023-11-15T04:31:03.295081+0000 mgr.smithi087.fbbqjk (mgr.14180) 413 : 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 2023-11-15T04:31:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:04 smithi087 conmon[84412]: cluster 2023-11-15T04:31:03.295081+0000 mgr.smithi087.fbbqjk (mgr.14180) 413 : 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 2023-11-15T04:31:05.523 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:05.523 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:06.131 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:07.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:06 smithi194 conmon[88664]: cluster 2023-11-15T04:31:05.295711+0000 mgr.smithi087.fbbqjk (mgr.14180) 414 : 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 2023-11-15T04:31:07.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:06 smithi194 conmon[88664]: 2023-11-15T04:31:07.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:06 smithi194 conmon[88664]: audit 2023-11-15T04:31:05.519762+0000 mgr.smithi087.fbbqjk (mgr.14180) 415 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:06 smithi087 conmon[84412]: cluster 2023-11-15T04:31:05.295711+0000 mgr.smithi087.fbbqjk (mgr.14180) 414 : cluster [DBG] 2023-11-15T04:31:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:06 smithi087 conmon[84412]: 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 2023-11-15T04:31:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:06 smithi087 conmon[84412]: audit 2023-11-15T04:31:05.519762+0000 mgr.smithi087.fbbqjk (mgr.14180) 415 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:07.133 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:08.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:08 smithi087 conmon[84412]: cluster 2023-11-15T04:31:07.296173+0000 mgr.smithi087.fbbqjk (mgr.14180) 416 : 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 2023-11-15T04:31:08.957 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:08.958 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:09.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:08 smithi194 conmon[88664]: cluster 2023-11-15T04:31:07.296173+0000 mgr.smithi087.fbbqjk (mgr.14180) 416 : 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 2023-11-15T04:31:09.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:08 smithi194 conmon[88664]: 2023-11-15T04:31:09.543 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:10.544 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:10.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:10 smithi087 conmon[84412]: audit 2023-11-15T04:31:08.954339+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:31:10.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:10 smithi087 conmon[84412]: mgr.14180) 417 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:10.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:10 smithi087 conmon[84412]: cluster 2023-11-15T04:31:09.296664+0000 mgr.smithi087.fbbqjk (mgr.14180) 418 : 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 2023-11-15T04:31:11.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:10 smithi194 conmon[88664]: audit 2023-11-15T04:31:08.954339+0000 mgr.smithi087.fbbqjk (mgr.14180) 417 : 2023-11-15T04:31:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:10 smithi194 conmon[88664]: audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:11.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:10 smithi194 conmon[88664]: cluster 2023-11-15T04:31:09.296664+0000 mgr.smithi087.fbbqjk (mgr.14180) 418 : 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 2023-11-15T04:31:12.413 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:12.413 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:13.023 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:13.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:12 smithi087 conmon[84412]: cluster 2023-11-15T04:31:11.296993+0000 mgr.smithi087.fbbqjk (mgr.14180) 419 : 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 2023-11-15T04:31:13.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:12 smithi194 conmon[88664]: cluster 2023-11-15T04:31:11.296993+0000 mgr.smithi087.fbbqjk (mgr.14180) 419 : cluster [DBG] 2023-11-15T04:31:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:12 smithi194 conmon[88664]: 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 2023-11-15T04:31:14.025 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:13 smithi087 conmon[84412]: audit 2023-11-15T04:31:12.409834+0000 mgr.smithi087.fbbqjk (mgr.14180) 420 : audit [DBG] 2023-11-15T04:31:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:13 smithi087 conmon[84412]: from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:14.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:13 smithi194 conmon[88664]: audit 2023-11-15T04:31:12.409834+0000 mgr.smithi087.fbbqjk (mgr.14180) 420 : audit 2023-11-15T04:31:14.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:13 smithi194 conmon[88664]: [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:14 smithi087 conmon[84412]: cluster 2023-11-15T04:31:13.297417+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:31:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:14 smithi087 conmon[84412]: 14180) 421 : 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 2023-11-15T04:31:15.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:14 smithi194 conmon[88664]: cluster 2023-11-15T04:31:13.297417+0000 mgr.smithi087.fbbqjk (mgr.14180) 421 : 2023-11-15T04:31:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:14 smithi194 conmon[88664]: 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 2023-11-15T04:31:15.907 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:15.907 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:16.548 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:17.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:16 smithi087 conmon[84412]: cluster 2023-11-15T04:31:15.297969+0000 mgr.smithi087.fbbqjk (mgr.14180) 422 : 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 2023-11-15T04:31:17.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:16 smithi194 conmon[88664]: cluster 2023-11-15T04:31:15.297969+0000 mgr.smithi087.fbbqjk (mgr.14180) 422 : 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 2023-11-15T04:31:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:16 smithi194 conmon[88664]: 2023-11-15T04:31:17.550 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:17.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:17 smithi087 conmon[84412]: audit 2023-11-15T04:31:15.904176 2023-11-15T04:31:17.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:17 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 423 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:18.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:17 smithi194 conmon[88664]: audit 2023-11-15T04:31:15.904176+0000 mgr.smithi087.fbbqjk (mgr.14180) 423 : audit [DBG] 2023-11-15T04:31:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:17 smithi194 conmon[88664]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:19.035 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:18 smithi087 conmon[84412]: cluster 2023-11-15T04:31:17.298640+0000 mgr.smithi087.fbbqjk (mgr.14180) 424 : 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 2023-11-15T04:31:19.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:18 smithi194 conmon[88664]: cluster 2023-11-15T04:31:17.298640+0000 mgr.smithi087.fbbqjk (mgr.14180) 424 : 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 2023-11-15T04:31:19.411 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:19.412 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:20.014 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:21.015 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:21.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:20 smithi087 conmon[84412]: cluster 2023-11-15T04:31:19.299134+0000 mgr.smithi087.fbbqjk (mgr.14180) 425 : cluster 2023-11-15T04:31:21.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:20 smithi087 conmon[84412]: [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 2023-11-15T04:31:21.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:20 smithi087 conmon[84412]: audit 2023-11-15T04:31:19.408291+0000 mgr.smithi087.fbbqjk (mgr.14180) 426 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:20 smithi194 conmon[88664]: cluster 2023-11-15T04:31:19.299134+0000 mgr.smithi087.fbbqjk (mgr.14180) 425 : cluster [DBG] 2023-11-15T04:31:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:20 smithi194 conmon[88664]: 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 2023-11-15T04:31:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:20 smithi194 conmon[88664]: audit 2023-11-15T04:31:19.408291+0000 mgr.smithi087.fbbqjk (mgr.14180) 426 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:22.727 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:22.728 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:23.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:22 smithi087 conmon[84412]: cluster 2023-11-15T04:31:21.299493+0000 mgr.smithi087.fbbqjk (mgr.14180) 427 : 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 2023-11-15T04:31:23.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:22 smithi194 conmon[88664]: cluster 2023-11-15T04:31:21.299493+0000 mgr.smithi087.fbbqjk (mgr.14180) 427 : 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 2023-11-15T04:31:23.422 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:24.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:23 smithi087 conmon[84412]: audit 2023-11-15T04:31:22.723824+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:31:24.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:23 smithi087 conmon[84412]: 428 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:24.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:23 smithi194 conmon[88664]: audit 2023-11-15T04:31:22.723824+0000 mgr.smithi087.fbbqjk (mgr.14180) 428 : audit 2023-11-15T04:31:24.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:23 smithi194 conmon[88664]: [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:24.423 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:25.121 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:24 smithi087 conmon[84412]: cluster 2023-11-15T04:31:23.299979+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:31:25.121 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:24 smithi087 conmon[84412]: 14180) 429 : 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 2023-11-15T04:31:25.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:24 smithi194 conmon[88664]: cluster 2023-11-15T04:31:23.299979+0000 mgr.smithi087.fbbqjk (mgr.14180) 429 : cluster [DBG] 2023-11-15T04:31:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:24 smithi194 conmon[88664]: 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 2023-11-15T04:31:26.286 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:26.287 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:26.980 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:27.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:26 smithi087 conmon[84412]: cluster 2023-11-15T04:31:25.300554+0000 mgr.smithi087.fbbqjk (mgr.14180) 430 : 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 2023-11-15T04:31:27.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:26 smithi194 conmon[88664]: cluster 2023-11-15T04:31:25.300554+0000 mgr.smithi087.fbbqjk (mgr.14180) 430 : cluster [DBG] 2023-11-15T04:31:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:26 smithi194 conmon[88664]: 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 2023-11-15T04:31:27.982 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:28.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:27 smithi087 conmon[84412]: audit 2023-11-15T04:31:26.282864+0000 mgr.smithi087.fbbqjk (mgr.14180) 431 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:28.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:27 smithi087 conmon[84412]: 2023-11-15T04:31:28.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:27 smithi194 conmon[88664]: audit 2023-11-15T04:31:26.282864+0000 mgr.smithi087.fbbqjk (mgr.14180) 431 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:29.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:28 smithi087 conmon[84412]: cluster 2023-11-15T04:31:27.300954+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:31:29.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:28 smithi087 conmon[84412]: 432 : 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 2023-11-15T04:31:29.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:28 smithi194 conmon[88664]: cluster 2023-11-15T04:31:27.300954+0000 mgr.smithi087.fbbqjk (mgr.14180) 432 : 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 2023-11-15T04:31:29.806 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:29.806 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:30.362 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:30 smithi087 conmon[84412]: cluster 2023-11-15T04:31:29.301470+0000 mgr.smithi087.fbbqjk (mgr.14180) 433 : 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 2023-11-15T04:31:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:30 smithi087 conmon[84412]: audit 2023-11-15T04:31:29 2023-11-15T04:31:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:30 smithi087 conmon[84412]: .803017+0000 mgr.smithi087.fbbqjk (mgr.14180) 434 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:31.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:30 smithi194 conmon[88664]: cluster 2023-11-15T04:31:29.301470+0000 mgr.smithi087.fbbqjk (mgr.14180) 433 : cluster 2023-11-15T04:31:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:30 smithi194 conmon[88664]: [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 2023-11-15T04:31:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:30 smithi194 conmon[88664]: audit 2023-11-15T04:31:29.803017+0000 mgr.smithi087.fbbqjk (mgr.14180) 434 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:31.364 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:33.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:32 smithi087 conmon[84412]: cluster 2023-11-15T04:31:31.301942+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:31:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:32 smithi087 conmon[84412]: ) 435 : 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 2023-11-15T04:31:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:32 smithi087 conmon[84412]: audit 2023-11-15T04:31:32.511510+0000 mon.smithi087 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.rgjrqy"}]: dispatch 2023-11-15T04:31:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:32 smithi087 conmon[84412]: audit 2023-11-15T04:31:32.516258+0000 mon.smithi087 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:32 smithi087 conmon[84412]: audit 2023-11-15T04:31:32.518287+0000 mon.smithi087 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:31:33.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:32 smithi087 conmon[84412]: audit 2023-11-15T04:31:32.799997+0000 mon.smithi087 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:33.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:32 smithi194 conmon[88664]: cluster 2023-11-15T04:31:31.301942+0000 mgr.smithi087.fbbqjk (mgr.14180) 435 2023-11-15T04:31:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:32 smithi194 conmon[88664]: : 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 2023-11-15T04:31:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:32 smithi194 conmon[88664]: audit 2023-11-15T04:31:32.511510+0000 mon.smithi087 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.rgjrqy"}]: dispatch 2023-11-15T04:31:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:32 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:31:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:32 smithi194 conmon[88664]: 31:32.516258+0000 mon.smithi087 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:32 smithi194 conmon[88664]: audit 2023-11-15T04:31:32.518287 2023-11-15T04:31:33.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:32 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:31:33.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:32 smithi194 conmon[88664]: audit 2023-11-15T04:31:32.799997+0000 mon.smithi087 (mon.0 2023-11-15T04:31:33.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:32 smithi194 conmon[88664]: ) 681 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:33.354 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:33.355 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:16.262658Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:16.263252Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:16.262796Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:16.262867Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:16.262932Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:16.262996Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: cephadm 2023-11-15T04:31:32.511024+0000 mgr.smithi087.fbbqjk (mgr.14180) 436 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.rgjrqy ... 2023-11-15T04:31:34.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:31:34.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:29:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:30:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:30:52Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:31:34.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:31:34.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: Traceback (most recent call last): 2023-11-15T04:31:34.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:31:34.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: yield (conn, connr) 2023-11-15T04:31:34.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:31:34.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: code, '\n'.join(err))) 2023-11-15T04:31:34.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.rgjrqy ... 2023-11-15T04:31:34.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:31:34.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:29:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:30:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:30:52Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:31:34.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-15T04:31:34.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:31:34.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: cephadm 2023-11-15T04:31:32.511199+0000 mgr.smithi087.fbbqjk (mgr.14180) 437 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: cephadm 2023-11-15T04:31:32.512128+0000 mgr.smithi087.fbbqjk (mgr.14180) 438 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.rgjrqy ... 2023-11-15T04:31:34.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:31:34.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:29:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:30:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:30:52Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:31:34.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:31:34.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: cephadm 2023-11-15T04:31:32.516528+0000 mgr.smithi087.fbbqjk (mgr.14180) 439 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:31:34.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: cephadm 2023-11-15T04:31:32.517526+0000 mgr.smithi087.fbbqjk (mgr.14180) 440 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:31:34.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: cluster 2023-11-15T04:31:32.518244+0000 mgr.smithi087.fbbqjk (mgr.14180) 441 : cluster [DBG] pgmap v306: 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 2023-11-15T04:31:34.137 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:33 smithi087 conmon[84412]: cluster 2023-11-15T04:31:33.514615+0000 mon.smithi087 (mon.0) 682 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:31:34.220 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:34.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: cephadm 2023-11-15T04:31:32.511024+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:31:34.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: mgr.14180) 436 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.rgjrqy ... 2023-11-15T04:31:34.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:31:34.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:29:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:30:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:30:52Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:31:34.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:31:34.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: Traceback (most recent call last): 2023-11-15T04:31:34.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:31:34.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: yield (conn, connr) 2023-11-15T04:31:34.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:31:34.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: code, '\n'.join(err))) 2023-11-15T04:31:34.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.rgjrqy ... 2023-11-15T04:31:34.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:31:34.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:29:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:30:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:30:52Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:31:34.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.c 2023-11-15T04:31:34.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: om/increase-rate-limit 2023-11-15T04:31:34.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: cephadm 2023-11-15T04:31:32.511199+0000 mgr.smithi087.fbbqjk (mgr.14180) 437 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: cephadm 2023-11-15T04:31:32.512128+0000 mgr.smithi087.fbbqjk (mgr.14180) 438 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy 2023-11-15T04:31:34.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy 2023-11-15T04:31:34.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.rgjrqy ... 2023-11-15T04:31:34.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:31:34.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:29:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:30:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:30:52Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:31:34.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:31:34.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:31:34.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:31:34.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: cephadm 2023-11-15T04:31:32.516528+0000 mgr.smithi087.fbbqjk (mgr.14180) 439 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:31:34.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: cephadm 2023-11-15T04:31:32.517526+0000 mgr.smithi087.fbbqjk (mgr.14180) 440 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:31:34.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: cluster 2023-11-15T04:31:32.518244+0000 mgr.smithi087.fbbqjk (mgr.14180) 441 : cluster [DBG] pgmap v306: 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 2023-11-15T04:31:34.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:33 smithi194 conmon[88664]: cluster 2023-11-15T04:31:33.514615+0000 mon.smithi087 (mon.0) 682 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:31:35.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:34 smithi087 conmon[84412]: audit 2023-11-15T04:31:33.350752+0000 mgr.smithi087.fbbqjk (mgr.14180) 442 : audit 2023-11-15T04:31:35.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:34 smithi087 conmon[84412]: [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:35.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:34 smithi087 conmon[84412]: audit 2023-11-15T04:31:34.289492+0000 mon.smithi087 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:35.221 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:35.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:34 smithi194 conmon[88664]: audit 2023-11-15T04:31:33.350752+0000 mgr.smithi087.fbbqjk (mgr.14180) 442 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:35.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:34 smithi194 conmon[88664]: audit 2023-11-15T04:31:34.289492+0000 mon.smithi087 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:36.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:35 smithi087 conmon[84412]: cluster 2023-11-15T04:31:34.518874+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:31:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:35 smithi087 conmon[84412]: 14180) 443 : cluster [DBG] pgmap v307: 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 2023-11-15T04:31:36.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:35 smithi194 conmon[88664]: cluster 2023-11-15T04:31:34.518874+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:31:36.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:35 smithi194 conmon[88664]: 14180) 443 : cluster [DBG] pgmap v307: 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 2023-11-15T04:31:37.647 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:37.648 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:26:20.359789Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:26:20.359867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:26:20.359927Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:26:20.360403Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:26:20.359716Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:26:20.359579Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:26:20.360002Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:26:20.360141Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:26:20.360079Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:38.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:37 smithi087 conmon[84412]: cluster 2023-11-15T04:31:36.519446+0000 mgr.smithi087.fbbqjk (mgr.14180) 444 : cluster [DBG] pgmap v308: 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 2023-11-15T04:31:38.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:37 smithi087 conmon[84412]: audit 2023-11-15T04:31:37.138889+0000 mon.smithi087 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:38.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:37 smithi194 conmon[88664]: cluster 2023-11-15T04:31:36.519446+0000 mgr.smithi087.fbbqjk (mgr.14180) 444 : cluster [DBG] pgmap v308: 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 2023-11-15T04:31:38.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:37 smithi194 conmon[88664]: audit 2023-11-15T04:31:37.138889+0000 mon.smithi087 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:38.455 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-15T04:31:39.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:38 smithi087 conmon[84412]: audit 2023-11-15T04:31:37.640572+0000 mgr.smithi087.fbbqjk (mgr.14180) 445 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:39.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:38 smithi087 conmon[84412]: audit 2023-11-15T04:31:38.277737+0000 mon.smithi087 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:39.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:38 smithi087 conmon[84412]: audit 2023-11-15T04:31:38.590789+0000 mon.smithi087 (mon.0) 686 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:31:39.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:38 smithi087 conmon[84412]: audit 2023-11-15T04:31:38.591413+0000 mon.smithi087 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:31:39.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:38 smithi087 conmon[84412]: audit 2023-11-15T04:31:38.596498+0000 mon.smithi087 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:39.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:38 smithi087 conmon[84412]: audit 2023-11-15T04:31:38.600382+0000 mon.smithi087 (mon.0) 689 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:31:39.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:38 smithi087 conmon[84412]: audit 2023-11-15T04:31:38.607348+0000 mon.smithi087 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:39.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: audit 2023-11-15T04:31:37.640572+0000 mgr.smithi087.fbbqjk (mgr.14180) 445 : audit 2023-11-15T04:31:39.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:39.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: audit 2023-11-15T04:31:38.277737+0000 mon.smithi087 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:39.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:31:39.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: 15T04:31:38.590789+0000 mon.smithi087 (mon.0) 686 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:31:39.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: audit 2023-11-15T04:31:38.591413+0000 mon.smithi087 (mon 2023-11-15T04:31:39.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: .0) 687 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:31:39.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:31:39.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: T04:31:38.596498+0000 mon.smithi087 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:39.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: audit 2023-11-15T04:31:38.600382+0000 2023-11-15T04:31:39.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: mon.smithi087 (mon.0) 689 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:31:39.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: audit 2023-11-15T04:31:38. 2023-11-15T04:31:39.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:38 smithi194 conmon[88664]: 607348+0000 mon.smithi087 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:31:39.457 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: cluster 2023-11-15T04:31:38.520169+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:31:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: 446 : cluster [DBG] pgmap v309: 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 2023-11-15T04:31:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: cluster 2023-11-15T04:31: 2023-11-15T04:31:40.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: 38.596862+0000 mgr.smithi087.fbbqjk (mgr.14180) 447 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:31:40.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: cephadm 2023-11- 2023-11-15T04:31:40.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: 15T04:31:38.609247+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:31:40.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: 448 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.tjrpgh on smithi194 2023-11-15T04:31:40.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: cluster 2023-11- 2023-11-15T04:31:40.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: 15T04:31:39.275894+0000 mon.smithi087 (mon. 2023-11-15T04:31:40.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: 0) 691 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:31:40.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: cluster 2023-11-15T04: 2023-11-15T04:31:40.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:39 smithi087 conmon[84412]: 31:39.275917+0000 mon.smithi087 (mon.0) 692 : cluster [INF] Cluster is now healthy 2023-11-15T04:31:40.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:39 smithi194 conmon[88664]: cluster 2023-11-15T04:31:38.520169+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:31:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:39 smithi194 conmon[88664]: 446 : cluster [DBG] pgmap v309: 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 2023-11-15T04:31:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:39 smithi194 conmon[88664]: cluster 2023-11-15T04:31:38.596862+0000 mgr.smithi087.fbbqjk (mgr.14180) 447 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:31:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:39 smithi194 conmon[88664]: cephadm 2023-11-15T04:31:38.609247+0000 mgr.smithi087.fbbqjk (mgr.14180) 448 : cephadm 2023-11-15T04:31:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:39 smithi194 conmon[88664]: [INF] Deploying daemon haproxy.nfs.foo.smithi194.tjrpgh on smithi194 2023-11-15T04:31:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:39 smithi194 conmon[88664]: cluster 2023-11-15T04:31:39 2023-11-15T04:31:40.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:39 smithi194 conmon[88664]: .275894+0000 mon.smithi087 (mon.0) 691 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:31:40.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:39 smithi194 conmon[88664]: 2023-11-15T04:31:40.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:39 smithi194 conmon[88664]: cluster 2023-11-15T04:31:39.275917+0000 mon.smithi087 (mon.0 2023-11-15T04:31:40.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:39 smithi194 conmon[88664]: ) 692 : cluster [INF] Cluster is now healthy 2023-11-15T04:31:41.394 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:41.394 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:42.070 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-15T04:31:42.071 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T04:31:42.084 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-15T04:31:42.085 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:42.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:41 smithi087 conmon[84412]: cluster 2023-11-15T04:31:40.597325+0000 2023-11-15T04:31:42.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:41 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 449 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2023-11-15T04:31:42.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:41 smithi194 conmon[88664]: cluster 2023-11-15T04:31:40.597325+0000 mgr.smithi087.fbbqjk (mgr.14180) 449 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2023-11-15T04:31:42.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:41 smithi194 conmon[88664]: 2023-11-15T04:31:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:42 smithi087 conmon[84412]: audit 2023-11-15T04:31:41.390130+0000 mgr.smithi087.fbbqjk (mgr.14180) 450 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:43.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:42 smithi194 conmon[88664]: audit 2023-11-15T04:31:41.390130+0000 mgr.smithi087.fbbqjk (mgr.14180) 450 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:43.938 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:43.938 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:44.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:43 smithi087 conmon[84412]: cluster 2023-11-15T04:31:42.597826+0000 mgr.smithi087.fbbqjk (mgr.14180) 451 : 2023-11-15T04:31:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:43 smithi087 conmon[84412]: cluster [DBG] pgmap v312: 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 2023-11-15T04:31:44.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:43 smithi194 conmon[88664]: cluster 2023-11-15T04:31:42.597826+0000 mgr.smithi087.fbbqjk (mgr.14180) 451 : cluster [DBG] pgmap v312: 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 2023-11-15T04:31:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:43 smithi194 conmon[88664]: 2023-11-15T04:31:44.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:45.571 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:46.232 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:45 smithi087 conmon[84412]: audit 2023-11-15T04:31:43.933979+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:31:46.232 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:45 smithi087 conmon[84412]: 14180) 452 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:46.232 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:45 smithi087 conmon[84412]: cluster 2023-11-15T04:31:44.598331+0000 mgr.smithi087.fbbqjk (mgr.14180) 453 : cluster [DBG] pgmap v313: 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 2023-11-15T04:31:46.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:45 smithi194 conmon[88664]: audit 2023-11-15T04:31:43.933979+0000 mgr.smithi087.fbbqjk (mgr.14180) 452 : audit [DBG] 2023-11-15T04:31:46.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:45 smithi194 conmon[88664]: from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:46.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:45 smithi194 conmon[88664]: cluster 2023-11-15T04:31:44.598331+0000 mgr.smithi087.fbbqjk (mgr.14180) 453 : cluster [DBG] pgmap v313: 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 2023-11-15T04:31:47.421 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:47.421 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:48.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:48.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:47 smithi194 conmon[88664]: cluster 2023-11-15T04:31:46.598899+0000 mgr.smithi087.fbbqjk (mgr.14180) 454 : cluster 2023-11-15T04:31:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:47 smithi194 conmon[88664]: [DBG] pgmap v314: 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 2023-11-15T04:31:48.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:47 smithi087 conmon[84412]: cluster 2023-11-15T04:31:46.598899+0000 mgr.smithi087.fbbqjk (mgr.14180) 454 : cluster [DBG] pgmap v314: 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 2023-11-15T04:31:49.014 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:49.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:48 smithi194 conmon[88664]: audit 2023-11-15T04:31:47.417374+0000 mgr.smithi087.fbbqjk (mgr.14180) 455 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:49.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:48 smithi087 conmon[84412]: audit 2023-11-15T04:31:47.417374+0000 mgr.smithi087.fbbqjk (mgr.14180) 455 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:49.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:48 smithi087 conmon[84412]: 2023-11-15T04:31:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:49 smithi087 conmon[84412]: cluster 2023-11-15T04:31:48.599513+0000 mgr.smithi087.fbbqjk (mgr.14180) 456 : cluster [DBG] pgmap v315: 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 2023-11-15T04:31:50.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:49 smithi194 conmon[88664]: cluster 2023-11-15T04:31:48.599513+0000 mgr.smithi087.fbbqjk (mgr.14180) 456 : 2023-11-15T04:31:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:49 smithi194 conmon[88664]: cluster [DBG] pgmap v315: 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 2023-11-15T04:31:50.791 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:50.791 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:50 smithi087 conmon[84412]: cluster 2023-11-15T04:31:50.599959+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:31:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:50 smithi087 conmon[84412]: ) 457 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:31:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:50 smithi087 conmon[84412]: audit 2023-11-15T04:31:50.787528+0000 mgr.smithi087.fbbqjk (mgr.14180) 458 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:51.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:50 smithi194 conmon[88664]: cluster 2023-11-15T04:31:50.599959+0000 mgr.smithi087.fbbqjk (mgr.14180) 457 : cluster 2023-11-15T04:31:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:50 smithi194 conmon[88664]: [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:31:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:50 smithi194 conmon[88664]: audit 2023-11-15T04:31:50.787528+0000 mgr.smithi087.fbbqjk (mgr.14180) 458 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:51.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:52.520 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:54.038 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:53 smithi087 conmon[84412]: cluster 2023-11-15T04:31:52.600435+0000 mgr.smithi087.fbbqjk (mgr.14180) 459 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:54.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:53 smithi194 conmon[88664]: cluster 2023-11-15T04:31:52.600435+0000 mgr.smithi087.fbbqjk (mgr.14180) 459 : cluster [DBG] 2023-11-15T04:31:54.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:53 smithi194 conmon[88664]: pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:54.391 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:54.392 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:55.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:56.027 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:31:56.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:55 smithi194 conmon[88664]: audit 2023-11-15T04:31:54.388280+0000 mgr.smithi087.fbbqjk (mgr.14180) 460 : audit 2023-11-15T04:31:56.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:55 smithi194 conmon[88664]: [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:56.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:55 smithi194 conmon[88664]: cluster 2023-11-15T04:31:54.601021+0000 mgr.smithi087.fbbqjk (mgr.14180) 461 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:56.058 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:55 smithi087 conmon[84412]: audit 2023-11-15T04:31:54.388280+0000 mgr.smithi087.fbbqjk (mgr.14180) 460 : audit 2023-11-15T04:31:56.059 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:55 smithi087 conmon[84412]: [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:31:56.059 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:55 smithi087 conmon[84412]: cluster 2023-11-15T04:31:54.601021+0000 mgr.smithi087.fbbqjk (mgr.14180) 461 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:57.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:57 smithi087 conmon[84412]: cluster 2023-11-15T04:31:56.601419+0000 mgr.smithi087.fbbqjk (mgr.14180) 462 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:57.981 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:31:57.981 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:31:58.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:57 smithi194 conmon[88664]: cluster 2023-11-15T04:31:56.601419+0000 mgr.smithi087.fbbqjk (mgr.14180) 462 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:31:58.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:57 smithi194 conmon[88664]: 2023-11-15T04:31:58.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:31:59.677 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:00.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:59 smithi194 conmon[88664]: audit 2023-11-15T04:31:57.977790+0000 mgr.smithi087.fbbqjk (mgr.14180) 463 : audit 2023-11-15T04:32:00.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:59 smithi194 conmon[88664]: [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:00.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:31:59 smithi194 conmon[88664]: cluster 2023-11-15T04:31:58.601848+0000 mgr.smithi087.fbbqjk (mgr.14180) 464 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:00.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:59 smithi087 conmon[84412]: audit 2023-11-15T04:31:57.977790+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:32:00.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:59 smithi087 conmon[84412]: 14180) 463 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:00.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:31:59 smithi087 conmon[84412]: cluster 2023-11-15T04:31:58.601848+0000 mgr.smithi087.fbbqjk (mgr.14180) 464 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:01.647 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:01.647 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:02.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:01 smithi194 conmon[88664]: cluster 2023-11-15T04:32:00.602455+0000 mgr.smithi087.fbbqjk (mgr.14180) 465 : cluster [DBG] 2023-11-15T04:32:02.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:01 smithi194 conmon[88664]: pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:02.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:01 smithi087 conmon[84412]: cluster 2023-11-15T04:32:00.602455+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:32:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:01 smithi087 conmon[84412]: 14180) 465 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:02.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:03.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:02 smithi194 conmon[88664]: audit 2023-11-15T04:32:01.643849+0000 mgr.smithi087.fbbqjk (mgr.14180) 466 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:03.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:02 smithi194 conmon[88664]: 2023-11-15T04:32:03.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:02 smithi087 conmon[84412]: audit 2023-11-15T04:32:01.643849+0000 mgr.smithi087.fbbqjk (mgr.14180) 466 2023-11-15T04:32:03.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:02 smithi087 conmon[84412]: : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:03.251 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:04.017 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:03 smithi087 conmon[84412]: cluster 2023-11-15 2023-11-15T04:32:04.017 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:03 smithi087 conmon[84412]: T04:32:02.602881+0000 mgr.smithi087.fbbqjk (mgr.14180) 467 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:04.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:03 smithi194 conmon[88664]: cluster 2023-11-15T04:32:02.602881+0000 mgr.smithi087.fbbqjk (mgr.14180) 467 : cluster 2023-11-15T04:32:04.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:03 smithi194 conmon[88664]: [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:05.102 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:05.102 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:05.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:06.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:05 smithi194 conmon[88664]: cluster 2023-11-15T04:32:04.603553+0000 mgr.smithi087.fbbqjk (mgr.14180) 468 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:06.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:05 smithi087 conmon[84412]: cluster 2023-11-15T04:32:04.603553+0000 mgr.smithi087.fbbqjk (mgr.14180) 468 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:06.718 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:07.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:06 smithi194 conmon[88664]: audit 2023-11-15T04:32:05.098915+0000 mgr.smithi087.fbbqjk (mgr.14180) 469 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:07.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:06 smithi194 conmon[88664]: 2023-11-15T04:32:07.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:06 smithi087 conmon[84412]: audit 2023-11-15T04:32:05.098915+0000 mgr.smithi087.fbbqjk (mgr.14180) 469 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:07.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:07 smithi087 conmon[84412]: cluster 2023-11-15T04:32:06.604376+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:32:07.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:07 smithi087 conmon[84412]: 14180) 470 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:08.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:07 smithi194 conmon[88664]: cluster 2023-11-15T04:32:06.604376+0000 mgr.smithi087.fbbqjk (mgr.14180) 470 : 2023-11-15T04:32:08.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:07 smithi194 conmon[88664]: cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:08.582 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:08.583 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:09.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:10.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:09 smithi194 conmon[88664]: audit 2023-11-15T04:32:08.579307+0000 mgr.smithi087.fbbqjk (mgr.14180) 471 : audit 2023-11-15T04:32:10.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:09 smithi194 conmon[88664]: [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:10.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:09 smithi194 conmon[88664]: cluster 2023-11-15T04:32:08.604854+0000 mgr.smithi087.fbbqjk (mgr.14180) 472 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:10.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:09 smithi087 conmon[84412]: audit 2023-11-15T04:32:08.579307+0000 mgr.smithi087.fbbqjk (mgr.14180) 471 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:10.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:09 smithi087 conmon[84412]: cluster 2023-11-15T04:32:08.604854+0000 mgr.smithi087.fbbqjk (mgr.14180) 472 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:10.211 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:11.762 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:11 smithi087 conmon[84412]: cluster 2023-11-15T04: 2023-11-15T04:32:11.763 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:11 smithi087 conmon[84412]: 32:10.605218+0000 mgr.smithi087.fbbqjk (mgr.14180) 473 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:12.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:11 smithi194 conmon[88664]: cluster 2023-11-15T04:32:10.605218+0000 mgr.smithi087.fbbqjk (mgr.14180) 473 : 2023-11-15T04:32:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:11 smithi194 conmon[88664]: cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:12.136 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:12.137 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:12.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:13.708 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:14.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:13 smithi194 conmon[88664]: audit 2023-11-15T04:32:12.133100+0000 mgr.smithi087.fbbqjk (mgr.14180) 474 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:14.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:13 smithi194 conmon[88664]: cluster 2023-11-15T04:32:12.605875+0000 mgr.smithi087.fbbqjk (mgr.14180) 475 : 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 2023-11-15T04:32:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:13 smithi087 conmon[84412]: audit 2023-11-15T04:32:12.133100+0000 mgr.smithi087.fbbqjk (mgr.14180) 474 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:13 smithi087 conmon[84412]: cluster 2023-11-15T04:32:12.605875+0000 mgr.smithi087.fbbqjk (mgr.14180) 475 : 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 2023-11-15T04:32:15.557 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:15.557 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:15.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:15 smithi087 conmon[84412]: cluster 2023-11-15T04:32:14.606432+0000 mgr.smithi087.fbbqjk (mgr.14180) 476 : 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 2023-11-15T04:32:16.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:15 smithi194 conmon[88664]: cluster 2023-11-15T04:32:14.606432+0000 mgr.smithi087.fbbqjk (mgr.14180) 476 : cluster [DBG] 2023-11-15T04:32:16.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:15 smithi194 conmon[88664]: 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 2023-11-15T04:32:16.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:17.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:16 smithi194 conmon[88664]: audit 2023-11-15T04:32:15.553447+0000 mgr.smithi087.fbbqjk (mgr.14180) 477 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:17.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:16 smithi087 conmon[84412]: audit 2023-11-15T04:32:15.553447+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:32:17.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:16 smithi087 conmon[84412]: ) 477 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:17.242 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:18.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:17 smithi194 conmon[88664]: cluster 2023-11-15T04:32:16.606834+0000 mgr.smithi087.fbbqjk (mgr.14180) 478 : 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 2023-11-15T04:32:18.057 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:17 smithi087 conmon[84412]: cluster 2023-11-15T04:32:16.606834+0000 mgr.smithi087.fbbqjk (mgr.14180) 478 : 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 2023-11-15T04:32:19.008 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:19.008 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:19.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:19.910 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:19 smithi087 conmon[84412]: cluster 2023-11-15T04:32:18.607204+0000 mgr.smithi087.fbbqjk (mgr.14180) 479 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:20.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:19 smithi194 conmon[88664]: cluster 2023-11-15T04:32:18.607204+0000 mgr.smithi087.fbbqjk (mgr.14180) 479 : 2023-11-15T04:32:20.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:19 smithi194 conmon[88664]: cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:20.674 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:21.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:20 smithi194 conmon[88664]: audit 2023-11-15T04:32:19.004397+0000 mgr.smithi087.fbbqjk (mgr.14180) 480 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:21.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:20 smithi087 conmon[84412]: audit 2023-11-15T04:32:19.004397+0000 mgr.smithi087.fbbqjk 2023-11-15T04:32:21.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:20 smithi087 conmon[84412]: (mgr.14180) 480 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:22.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:21 smithi194 conmon[88664]: cluster 2023-11-15T04:32:20.607996+0000 mgr.smithi087.fbbqjk (mgr.14180) 481 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:22.085 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:21 smithi087 conmon[84412]: cluster 2023-11-15T04:32:20.607996+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:32:22.085 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:21 smithi087 conmon[84412]: .14180) 481 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:22.455 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:22.456 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:23.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:24.049 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:24.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:23 smithi194 conmon[88664]: audit 2023-11-15T04:32:22.451999+0000 mgr.smithi087.fbbqjk (mgr.14180) 482 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:24.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:23 smithi194 conmon[88664]: cluster 2023-11-15T04:32:22.608458+0000 mgr.smithi087.fbbqjk 2023-11-15T04:32:24.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:23 smithi194 conmon[88664]: (mgr.14180) 483 : 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 2023-11-15T04:32:24.080 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:23 smithi087 conmon[84412]: audit 2023-11-15T04:32:22.451999+0000 mgr.smithi087.fbbqjk (mgr.14180) 482 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:24.081 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:23 smithi087 conmon[84412]: cluster 2023-11-15T04:32:22.608458+0000 mgr.smithi087.fbbqjk (mgr.14180) 483 : 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 2023-11-15T04:32:25.907 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:25.908 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:26.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:25 smithi194 conmon[88664]: cluster 2023-11-15T04:32:24.608938+0000 mgr.smithi087.fbbqjk (mgr.14180) 484 : cluster 2023-11-15T04:32:26.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:25 smithi194 conmon[88664]: [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 2023-11-15T04:32:26.064 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:25 smithi087 conmon[84412]: cluster 2023-11-15T04:32:24.608938+0000 mgr.smithi087.fbbqjk (mgr.14180) 484 : 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 2023-11-15T04:32:26.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:27.491 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:27.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:27 smithi087 conmon[84412]: audit 2023-11-15T04:32:25.903857+0000 2023-11-15T04:32:27.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:27 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 485 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:27.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:27 smithi087 conmon[84412]: cluster 2023-11-15T04:32:26.609326+0000 mgr.smithi087.fbbqjk (mgr.14180) 486 : 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 2023-11-15T04:32:28.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:27 smithi194 conmon[88664]: audit 2023-11-15T04:32:25.903857+0000 mgr.smithi087.fbbqjk (mgr.14180) 485 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:28.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:27 smithi194 conmon[88664]: cluster 2023-11-15T04:32:26. 2023-11-15T04:32:28.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:27 smithi194 conmon[88664]: 609326+0000 mgr.smithi087.fbbqjk (mgr.14180) 486 : 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 2023-11-15T04:32:29.316 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:29.316 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:29.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:30.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:29 smithi194 conmon[88664]: cluster 2023-11-15T04:32:28.609732+0000 mgr.smithi087.fbbqjk (mgr.14180) 487 : 2023-11-15T04:32:30.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:29 smithi194 conmon[88664]: cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:30.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:29 smithi087 conmon[84412]: cluster 2023-11-15T04:32:28.609732+0000 mgr.smithi087.fbbqjk (mgr.14180) 487 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:30.916 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:31.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:30 smithi194 conmon[88664]: audit 2023-11-15T04:32:29.311990+0000 mgr.smithi087.fbbqjk (mgr.14180) 488 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:31.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:30 smithi087 conmon[84412]: audit 2023-11-15T04:32:29.311990+0000 mgr.smithi087.fbbqjk (mgr.14180) 488 : audit 2023-11-15T04:32:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:30 smithi087 conmon[84412]: [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:32.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:31 smithi194 conmon[88664]: cluster 2023-11-15T04:32:30.610221+0000 mgr.smithi087.fbbqjk (mgr.14180) 489 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:32.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:31 smithi087 conmon[84412]: cluster 2023-11-15T04:32:30.610221+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:32:32.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:31 smithi087 conmon[84412]: ) 489 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:32.846 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:32.846 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:33.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:34.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:33 smithi194 conmon[88664]: cluster 2023-11-15T04:32:32.610690+0000 mgr.smithi087.fbbqjk (mgr.14180) 490 : 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 2023-11-15T04:32:34.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:33 smithi194 conmon[88664]: 2023-11-15T04:32:34.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:33 smithi194 conmon[88664]: audit 2023-11-15T04:32:32.842518+0000 mgr.smithi087.fbbqjk (mgr.14180) 491 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:33 smithi087 conmon[84412]: cluster 2023-11-15T04:32:32.610690+0000 mgr.smithi087.fbbqjk (mgr.14180) 490 : 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 2023-11-15T04:32:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:33 smithi087 conmon[84412]: audit 2023-11-15T04:32:32.842518+0000 mgr.smithi087.fbbqjk (mgr.14180) 491 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:34.430 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:35.985 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:35 smithi087 conmon[84412]: cluster 2023-11-15T04:32:34.611121+0000 mgr.smithi087.fbbqjk (mgr.14180) 492 : 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 2023-11-15T04:32:36.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:35 smithi194 conmon[88664]: cluster 2023-11-15T04:32:34.611121+0000 mgr.smithi087.fbbqjk (mgr.14180) 492 : cluster 2023-11-15T04:32:36.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:35 smithi194 conmon[88664]: [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 2023-11-15T04:32:36.304 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:36.304 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:36.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:37.989 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:38.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:37 smithi194 conmon[88664]: audit 2023-11-15T04:32:36.300282+0000 mgr.smithi087.fbbqjk (mgr.14180) 493 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:38.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:37 smithi194 conmon[88664]: cluster 2023-11-15T04:32:36.611730+0000 2023-11-15T04:32:38.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:37 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 494 : 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 2023-11-15T04:32:38.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:37 smithi087 conmon[84412]: audit 2023-11-15T04:32:36.300282+0000 mgr.smithi087.fbbqjk (mgr.14180) 493 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:38.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:37 smithi087 conmon[84412]: cluster 2023-11-15T04:32:36.611730+0000 mgr.smithi087.fbbqjk (mgr.14180) 494 : 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 2023-11-15T04:32:39.911 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:39.911 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:40.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:39 smithi194 conmon[88664]: cluster 2023-11-15T04:32:38.612167+0000 2023-11-15T04:32:40.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:39 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 495 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:40.070 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:39 smithi087 conmon[84412]: cluster 2023-11-15T04: 2023-11-15T04:32:40.071 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:39 smithi087 conmon[84412]: 32:38.612167+0000 mgr.smithi087.fbbqjk (mgr.14180) 495 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:40.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:41.488 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:42.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:41 smithi194 conmon[88664]: audit 2023-11-15T04:32:39.907312+0000 mgr.smithi087.fbbqjk (mgr.14180) 496 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:42.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:41 smithi194 conmon[88664]: cluster 2023 2023-11-15T04:32:42.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:41 smithi194 conmon[88664]: -11-15T04:32:40.612810+0000 mgr.smithi087.fbbqjk (mgr.14180) 497 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:42.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:41 smithi087 conmon[84412]: audit 2023-11-15T04:32:39.907312+0000 mgr.smithi087.fbbqjk (mgr.14180) 496 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:42.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:41 smithi087 conmon[84412]: cluster 2023-11-15T04:32:40.612810+0000 mgr.smithi087.fbbqjk (mgr.14180) 497 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:43.354 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:43.354 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:43.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:44.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:43 smithi194 conmon[88664]: cluster 2023-11-15T04:32:42.613188+0000 mgr.smithi087.fbbqjk (mgr.14180) 498 : 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 2023-11-15T04:32:44.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:43 smithi087 conmon[84412]: cluster 2023-11-15T04:32:42.613188+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:32:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:43 smithi087 conmon[84412]: mgr.14180) 498 : 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 2023-11-15T04:32:44.929 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:45.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:44 smithi087 conmon[84412]: audit 2023-11-15T04:32:43.350485+0000 mgr.smithi087.fbbqjk (mgr.14180) 499 2023-11-15T04:32:45.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:44 smithi087 conmon[84412]: : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:44 smithi194 conmon[88664]: audit 2023-11-15T04:32:43.350485+0000 mgr.smithi087.fbbqjk (mgr.14180) 499 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:45 smithi087 conmon[84412]: cluster 2023-11-15T04:32:44.613757 2023-11-15T04:32:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:45 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 500 : 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 2023-11-15T04:32:46.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:45 smithi194 conmon[88664]: cluster 2023-11-15T04:32:44.613757+0000 mgr.smithi087.fbbqjk (mgr.14180) 500 : 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 2023-11-15T04:32:46.810 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:46.811 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:47.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:47 smithi087 conmon[84412]: cluster 2023-11-15T04:32:46.614207+0000 mgr.smithi087.fbbqjk 2023-11-15T04:32:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:47 smithi087 conmon[84412]: (mgr.14180) 501 : 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 2023-11-15T04:32:48.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:47 smithi087 conmon[84412]: audit 2023-11-15T04:32:46.806119+0000 mgr.smithi087.fbbqjk (mgr.14180) 502 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:48.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:47 smithi194 conmon[88664]: cluster 2023-11-15T04:32:46.614207+0000 mgr.smithi087.fbbqjk (mgr.14180) 501 : 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 2023-11-15T04:32:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:47 smithi194 conmon[88664]: audit 2023-11-15T04:32:46.806119+0000 mgr.smithi087.fbbqjk (mgr.14180) 502 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:48.430 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:49.951 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:49 smithi087 conmon[84412]: cluster 2023-11-15T04:32:48.614691+0000 mgr.smithi087.fbbqjk (mgr.14180) 503 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:50.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:49 smithi194 conmon[88664]: cluster 2023-11-15T04:32:48.614691+0000 mgr.smithi087.fbbqjk (mgr.14180) 503 : cluster 2023-11-15T04:32:50.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:49 smithi194 conmon[88664]: [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:32:50.309 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:50.310 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:50.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:51.894 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:52.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:51 smithi087 conmon[84412]: audit 2023-11-15T04:32:50.306104+0000 mgr.smithi087.fbbqjk (mgr.14180) 504 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:51 smithi087 conmon[84412]: cluster 2023-11-15T04:32:50.615572+0000 mgr.smithi087.fbbqjk (mgr.14180) 505 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:52.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:51 smithi194 conmon[88664]: audit 2023-11-15T04:32:50. 2023-11-15T04:32:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:51 smithi194 conmon[88664]: 306104+0000 mgr.smithi087.fbbqjk (mgr.14180) 504 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:51 smithi194 conmon[88664]: cluster 2023-11-15T04:32:50.615572+0000 mgr.smithi087.fbbqjk (mgr.14180) 505 : cluster [DBG] 2023-11-15T04:32:52.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:51 smithi194 conmon[88664]: pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:32:53.744 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:53.744 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:54.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:53 smithi087 conmon[84412]: cluster 2023-11-15T04:32:52.615991+0000 mgr.smithi087.fbbqjk (mgr.14180) 506 : 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 2023-11-15T04:32:54.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:53 smithi194 conmon[88664]: cluster 2023-11-15T04:32:52.615991+0000 mgr.smithi087.fbbqjk (mgr.14180) 506 : cluster 2023-11-15T04:32:54.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:53 smithi194 conmon[88664]: [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 2023-11-15T04:32:54.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:55.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:54 smithi087 conmon[84412]: audit 2023-11-15T04:32:53.740308+0000 mgr.smithi087.fbbqjk (mgr.14180) 507 : audit [DBG] 2023-11-15T04:32:55.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:54 smithi087 conmon[84412]: from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:55.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:54 smithi194 conmon[88664]: audit 2023-11-15T04:32:53.740308+0000 mgr.smithi087.fbbqjk (mgr.14180) 507 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:54 smithi194 conmon[88664]: 2023-11-15T04:32:55.416 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:56.097 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:55 smithi087 conmon[84412]: cluster 2023-11-15T04:32:54.616732+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:32:56.097 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:55 smithi087 conmon[84412]: ) 508 : 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 2023-11-15T04:32:56.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:55 smithi194 conmon[88664]: cluster 2023-11-15T04:32:54.616732+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:32:56.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:55 smithi194 conmon[88664]: 508 : 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 2023-11-15T04:32:57.366 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:32:57.366 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:32:58.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:32:58.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:57 smithi087 conmon[84412]: cluster 2023-11-15T04:32:56.617154+0000 mgr.smithi087.fbbqjk (mgr.14180) 509 : 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 2023-11-15T04:32:58.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:57 smithi194 conmon[88664]: cluster 2023-11-15T04:32:56.617154+0000 mgr.smithi087.fbbqjk (mgr.14180) 509 : cluster [DBG] 2023-11-15T04:32:58.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:57 smithi194 conmon[88664]: 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 2023-11-15T04:32:59.062 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:32:59.093 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:58 smithi087 conmon[84412]: audit 2023-11-15T04:32:57.352793+0000 mgr.smithi087.fbbqjk (mgr.14180) 510 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:32:59.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:58 smithi194 conmon[88664]: audit 2023-11-15T04:32:57.352793+0000 mgr.smithi087.fbbqjk (mgr.14180) 510 : audit [DBG] 2023-11-15T04:32:59.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:58 smithi194 conmon[88664]: from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:00.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:59 smithi087 conmon[84412]: cluster 2023-11-15T04:32:58.617867+0000 mgr.smithi087.fbbqjk 2023-11-15T04:33:00.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:32:59 smithi087 conmon[84412]: (mgr.14180) 511 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:00.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:59 smithi194 conmon[88664]: cluster 2023-11-15T04:32:58.617867+0000 mgr.smithi087.fbbqjk (mgr.14180) 511 : cluster 2023-11-15T04:33:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:32:59 smithi194 conmon[88664]: [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:00.977 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:00.977 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:01.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:01 smithi087 conmon[84412]: cluster 2023-11-15T04:33:00.618358+0000 mgr.smithi087.fbbqjk (mgr.14180) 512 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:01 smithi194 conmon[88664]: cluster 2023-11-15T04:33:00.618358+0000 mgr.smithi087.fbbqjk (mgr.14180) 512 : cluster [DBG] 2023-11-15T04:33:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:01 smithi194 conmon[88664]: pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:02.660 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:03.118 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:02 smithi087 conmon[84412]: audit 2023-11-15T04:33:00.973908+0000 mgr.smithi087.fbbqjk (mgr.14180) 513 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:03.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:02 smithi194 conmon[88664]: audit 2023-11-15T04:33:00.973908+0000 mgr.smithi087.fbbqjk (mgr.14180) 513 : audit [DBG] 2023-11-15T04:33:03.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:02 smithi194 conmon[88664]: from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:04.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:03 smithi087 conmon[84412]: cluster 2023-11-15T04:33:02.618859+0000 mgr.smithi087.fbbqjk (mgr.14180) 514 : 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 2023-11-15T04:33:04.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:03 smithi194 conmon[88664]: cluster 2023-11-15T04:33:02.618859+0000 mgr.smithi087.fbbqjk (mgr.14180) 514 : cluster 2023-11-15T04:33:04.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:03 smithi194 conmon[88664]: [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 2023-11-15T04:33:04.553 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:04.554 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:05.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:06.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:05 smithi087 conmon[84412]: audit 2023-11-15T04:33:04.550118+0000 mgr.smithi087.fbbqjk (mgr.14180) 515 2023-11-15T04:33:06.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:05 smithi087 conmon[84412]: : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:06.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:05 smithi087 conmon[84412]: cluster 2023-11-15T04:33:04.619328+0000 mgr.smithi087.fbbqjk (mgr.14180) 516 : 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 2023-11-15T04:33:06.160 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:06.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:05 smithi194 conmon[88664]: audit 2023-11-15T04:33:04.550118+0000 mgr.smithi087.fbbqjk (mgr.14180) 515 : audit [DBG] 2023-11-15T04:33:06.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:05 smithi194 conmon[88664]: from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:06.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:05 smithi194 conmon[88664]: cluster 2023-11-15T04:33:04.619328+0000 mgr.smithi087.fbbqjk (mgr.14180) 516 : 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 2023-11-15T04:33:07.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:07 smithi087 conmon[84412]: cluster 2023-11-15T04:33:06.619688+0000 mgr.smithi087.fbbqjk (mgr.14180) 517 : 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 2023-11-15T04:33:08.012 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:08.013 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:08.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:07 smithi194 conmon[88664]: cluster 2023-11-15T04:33:06.619688+0000 mgr.smithi087.fbbqjk (mgr.14180) 517 : cluster [DBG] 2023-11-15T04:33:08.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:07 smithi194 conmon[88664]: 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 2023-11-15T04:33:08.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:09.626 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:10.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:09 smithi087 conmon[84412]: audit 2023-11-15T04:33:08.009248+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:33:10.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:09 smithi087 conmon[84412]: 518 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:10.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:09 smithi087 conmon[84412]: cluster 2023-11-15T04:33:08.620082+0000 mgr.smithi087.fbbqjk (mgr.14180) 519 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:10.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:09 smithi194 conmon[88664]: audit 2023-11-15T04:33:08.009248+0000 mgr.smithi087.fbbqjk (mgr.14180) 518 : 2023-11-15T04:33:10.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:09 smithi194 conmon[88664]: audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:10.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:09 smithi194 conmon[88664]: cluster 2023-11-15T04:33:08.620082+0000 mgr.smithi087.fbbqjk (mgr.14180) 519 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:11.505 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:11.506 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:12.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:11 smithi087 conmon[84412]: cluster 2023-11-15T04:33:10.620670+0000 mgr.smithi087.fbbqjk (mgr.14180) 520 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:12.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:12.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:11 smithi194 conmon[88664]: cluster 2023-11-15T04:33:10.620670+0000 mgr.smithi087.fbbqjk (mgr.14180) 520 : cluster 2023-11-15T04:33:12.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:11 smithi194 conmon[88664]: [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:12 smithi087 conmon[84412]: audit 2023-11-15T04:33:11.502214 2023-11-15T04:33:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:12 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 521 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:13.167 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:13.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:12 smithi194 conmon[88664]: audit 2023-11-15T04:33:11.502214+0000 mgr.smithi087.fbbqjk (mgr.14180) 521 : 2023-11-15T04:33:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:12 smithi194 conmon[88664]: audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:13 smithi087 conmon[84412]: cluster 2023-11-15T04:33:12.621113+0000 mgr.smithi087.fbbqjk (mgr.14180) 522 : 2023-11-15T04:33:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:13 smithi087 conmon[84412]: 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 2023-11-15T04:33:14.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:13 smithi194 conmon[88664]: cluster 2023-11-15T04:33:12.621113+0000 mgr.smithi087.fbbqjk (mgr.14180) 522 : cluster 2023-11-15T04:33:14.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:13 smithi194 conmon[88664]: [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 2023-11-15T04:33:14.970 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:14.970 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:15.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:16.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:15 smithi087 conmon[84412]: cluster 2023-11-15T04:33:14.621652+0000 mgr.smithi087.fbbqjk (mgr.14180) 523 : 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 2023-11-15T04:33:16.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:15 smithi194 conmon[88664]: cluster 2023-11-15T04:33:14.621652+0000 mgr.smithi087.fbbqjk (mgr.14180) 523 2023-11-15T04:33:16.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:15 smithi194 conmon[88664]: : 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 2023-11-15T04:33:16.568 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:17.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:16 smithi087 conmon[84412]: audit 2023-11-15T04:33:14. 2023-11-15T04:33:17.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:16 smithi087 conmon[84412]: 965973+0000 mgr.smithi087.fbbqjk (mgr.14180) 524 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:17.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:16 smithi194 conmon[88664]: audit 2023-11-15T04:33:14.965973+0000 mgr.smithi087.fbbqjk (mgr.14180) 524 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:18.107 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:17 smithi087 conmon[84412]: cluster 2023-11-15T04:33:16.622282+0000 mgr.smithi087.fbbqjk (mgr.14180) 525 : 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 2023-11-15T04:33:18.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:17 smithi194 conmon[88664]: cluster 2023-11-15T04:33:16.622282+0000 mgr.smithi087.fbbqjk (mgr.14180) 525 : 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 2023-11-15T04:33:18.431 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:18.431 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:19.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:20.075 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:20.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:19 smithi194 conmon[88664]: audit 2023-11-15T04:33:18.427669+0000 mgr.smithi087.fbbqjk (mgr.14180) 526 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:20.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:19 smithi194 conmon[88664]: cluster 2023-11-15T04:33:18.622711+0000 mgr.smithi087.fbbqjk (mgr.14180) 527 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:20.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:19 smithi087 conmon[84412]: audit 2023-11-15T04:33:18.427669+0000 mgr.smithi087.fbbqjk (mgr.14180) 526 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:20.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:19 smithi087 conmon[84412]: cluster 2023-11-15T04:33:18.622711+0000 mgr.smithi087.fbbqjk (mgr.14180) 527 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:22.018 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:22.018 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:22.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:21 smithi194 conmon[88664]: cluster 2023-11-15T04:33:20.623157+0000 mgr.smithi087.fbbqjk (mgr.14180) 528 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:22.323 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:21 smithi087 conmon[84412]: cluster 2023-11-15T04:33:20.623157+0000 mgr.smithi087.fbbqjk (mgr.14180) 528 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:22.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:23.758 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:24.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:23 smithi087 conmon[84412]: audit 2023-11-15T04:33:22.014367+0000 mgr.smithi087.fbbqjk (mgr.14180) 529 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:24.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:23 smithi087 conmon[84412]: cluster 2023-11-15T04:33:22.623829+0000 mgr.smithi087.fbbqjk (mgr.14180) 530 : 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 2023-11-15T04:33:24.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:23 smithi194 conmon[88664]: audit 2023-11-15T04:33:22.014367+0000 mgr.smithi087.fbbqjk (mgr.14180) 529 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:24.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:23 smithi194 conmon[88664]: cluster 2023-11-15T04:33:22.623829+0000 mgr.smithi087.fbbqjk (mgr.14180) 530 : 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 2023-11-15T04:33:25.595 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:25.596 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:26.174 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:25 smithi087 conmon[84412]: cluster 2023-11-15T04:33:24.624290+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:33:26.174 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:25 smithi087 conmon[84412]: mgr.14180) 531 : 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 2023-11-15T04:33:26.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:26.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:25 smithi194 conmon[88664]: cluster 2023-11-15T04:33:24.624290+0000 mgr.smithi087.fbbqjk (mgr.14180) 531 : 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 2023-11-15T04:33:27.191 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:27.222 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:26 smithi087 conmon[84412]: audit 2023-11-15T04:33:25.592247+0000 mgr.smithi087.fbbqjk (mgr.14180) 532 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:27.222 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:26 smithi087 conmon[84412]: 2023-11-15T04:33:27.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:26 smithi194 conmon[88664]: audit 2023-11-15T04:33:25.592247+0000 mgr.smithi087.fbbqjk (mgr.14180) 532 : audit [DBG] 2023-11-15T04:33:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:26 smithi194 conmon[88664]: from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:28.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:27 smithi194 conmon[88664]: cluster 2023-11-15T04:33:26.624810+0000 mgr.smithi087.fbbqjk (mgr.14180) 533 2023-11-15T04:33:28.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:27 smithi194 conmon[88664]: : 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 2023-11-15T04:33:28.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:27 smithi087 conmon[84412]: cluster 2023-11-15T04:33:26.624810+0000 2023-11-15T04:33:28.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:27 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 533 : 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 2023-11-15T04:33:29.053 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:29.053 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:29.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:30.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:29 smithi194 conmon[88664]: cluster 2023-11-15T04:33:28.625210+0000 mgr.smithi087.fbbqjk (mgr.14180) 534 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:30.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:29 smithi087 conmon[84412]: cluster 2023-11-15T04:33:28.625210+0000 mgr.smithi087.fbbqjk (mgr.14180) 534 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:30.749 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:31.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:30 smithi194 conmon[88664]: audit 2023-11-15T04:33:29.049495+0000 mgr.smithi087.fbbqjk (mgr.14180) 535 : audit [DBG] 2023-11-15T04:33:31.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:30 smithi194 conmon[88664]: from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:31.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:30 smithi087 conmon[84412]: audit 2023-11-15T04:33:29.049495+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:33:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:30 smithi087 conmon[84412]: ) 535 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:31.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:31 smithi087 conmon[84412]: cluster 2023-11-15T04:33:30.625748+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:33:31.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:31 smithi087 conmon[84412]: ) 536 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:32.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:31 smithi194 conmon[88664]: cluster 2023-11-15T04:33:30.625748+0000 mgr.smithi087.fbbqjk (mgr.14180) 536 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:32.677 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:32.678 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:33.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:34.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:33 smithi194 conmon[88664]: cluster 2023-11-15T04:33:32.626196+0000 mgr.smithi087.fbbqjk (mgr.14180) 537 : 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 2023-11-15T04:33:34.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:33 smithi194 conmon[88664]: audit 2023-11-15T04:33:32.674361+0000 mgr.smithi087.fbbqjk (mgr.14180) 538 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:33 smithi087 conmon[84412]: cluster 2023-11-15T04:33:32.626196+0000 mgr.smithi087.fbbqjk (mgr.14180) 537 : 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 2023-11-15T04:33:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:33 smithi087 conmon[84412]: audit 2023-11-15T04:33:32.674361+0000 mgr.smithi087.fbbqjk (mgr.14180) 538 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:34.342 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:35.934 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:35 smithi087 conmon[84412]: cluster 2023-11-15T04:33:34.626702+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:33:35.934 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:35 smithi087 conmon[84412]: mgr.14180) 539 : 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 2023-11-15T04:33:36.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:35 smithi194 conmon[88664]: cluster 2023-11-15T04:33:34.626702+0000 mgr.smithi087.fbbqjk (mgr.14180) 539 : 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 2023-11-15T04:33:36.300 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:36.300 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:36.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:37.940 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:38.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:37 smithi194 conmon[88664]: audit 2023-11-15T04:33:36.296870+0000 mgr.smithi087.fbbqjk (mgr.14180) 540 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:38.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:37 smithi194 conmon[88664]: cluster 2023-11-15T04:33:36.627072+0000 mgr.smithi087.fbbqjk (mgr.14180) 541 : 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 2023-11-15T04:33:38.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:37 smithi087 conmon[84412]: audit 2023-11-15T04:33:36.296870+0000 mgr.smithi087.fbbqjk (mgr.14180) 540 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:38.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:37 smithi087 conmon[84412]: cluster 2023-11-15T04:33:36.627072+0000 mgr.smithi087.fbbqjk (mgr.14180) 541 : 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 2023-11-15T04:33:39.714 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:39.715 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:40.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:39 smithi194 conmon[88664]: cluster 2023-11-15T04:33:38.627525+0000 mgr.smithi087.fbbqjk (mgr.14180) 542 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:40.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:39 smithi087 conmon[84412]: cluster 2023-11-15T04:33:38.627525 2023-11-15T04:33:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:39 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 542 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:40.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:41.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:40 smithi194 conmon[88664]: audit 2023-11-15T04:33:39.710051+0000 mgr.smithi087.fbbqjk (mgr.14180) 543 : audit [DBG] 2023-11-15T04:33:41.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:40 smithi194 conmon[88664]: from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:41.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:40 smithi087 conmon[84412]: audit 2023-11-15T04:33:39.710051+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:33:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:40 smithi087 conmon[84412]: 543 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:41.289 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:42.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:41 smithi194 conmon[88664]: cluster 2023-11-15T04:33:40.627994+0000 mgr.smithi087.fbbqjk (mgr.14180) 544 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:42.113 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:41 smithi087 conmon[84412]: cluster 2023-11-15T04:33:40.627994+0000 mgr.smithi087.fbbqjk (mgr.14180) 544 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:42.114 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:41 smithi087 conmon[84412]: 2023-11-15T04:33:43.147 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:43.148 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:43.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:44.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:43 smithi194 conmon[88664]: cluster 2023-11-15T04:33:42.628452+0000 mgr.smithi087.fbbqjk (mgr.14180) 545 : cluster 2023-11-15T04:33:44.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:43 smithi194 conmon[88664]: [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 2023-11-15T04:33:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:43 smithi087 conmon[84412]: cluster 2023-11-15T04:33:42.628452+0000 mgr.smithi087.fbbqjk (mgr.14180) 545 : 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 2023-11-15T04:33:44.729 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:45.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:44 smithi194 conmon[88664]: audit 2023-11-15T04:33:43.143995+0000 mgr.smithi087.fbbqjk (mgr.14180) 546 : audit 2023-11-15T04:33:45.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:44 smithi194 conmon[88664]: [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:45.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:44 smithi087 conmon[84412]: audit 2023-11-15T04:33:43.143995 2023-11-15T04:33:45.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:44 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 546 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:45.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:45 smithi087 conmon[84412]: cluster 2023-11-15T04:33:44.629250+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:33:45.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:45 smithi087 conmon[84412]: 14180) 547 : 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 2023-11-15T04:33:46.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:45 smithi194 conmon[88664]: cluster 2023-11-15T04:33:44.629250+0000 mgr.smithi087.fbbqjk (mgr.14180) 547 : 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 2023-11-15T04:33:46.568 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:46.568 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:47.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:48.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:47 smithi194 conmon[88664]: audit 2023-11-15T04:33:46.564839+0000 mgr.smithi087.fbbqjk (mgr.14180) 548 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:48.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:47 smithi194 conmon[88664]: cluster 2023-11-15T04:33:46. 2023-11-15T04:33:48.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:47 smithi194 conmon[88664]: 629689+0000 mgr.smithi087.fbbqjk (mgr.14180) 549 : 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 2023-11-15T04:33:48.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:47 smithi087 conmon[84412]: audit 2023-11-15T04:33:46.564839+0000 2023-11-15T04:33:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:47 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 548 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:47 smithi087 conmon[84412]: cluster 2023-11-15T04:33:46.629689+0000 mgr.smithi087.fbbqjk (mgr.14180) 549 : 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 2023-11-15T04:33:48.246 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:49.782 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:49 smithi087 conmon[84412]: cluster 2023-11-15T04:33:48.630116+0000 mgr.smithi087.fbbqjk (mgr.14180) 550 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:50.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:49 smithi194 conmon[88664]: cluster 2023-11-15T04:33:48.630116+0000 mgr.smithi087.fbbqjk (mgr.14180) 550 2023-11-15T04:33:50.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:49 smithi194 conmon[88664]: : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:33:50.175 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:50.176 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:50.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:51.797 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:52.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:51 smithi194 conmon[88664]: audit 2023-11-15T04:33:50.172202+0000 mgr.smithi087.fbbqjk (mgr.14180) 551 : audit 2023-11-15T04:33:52.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:51 smithi194 conmon[88664]: [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:52.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:51 smithi194 conmon[88664]: cluster 2023-11-15T04:33:50.630794+0000 mgr.smithi087.fbbqjk (mgr.14180) 552 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:51 smithi087 conmon[84412]: audit 2023-11-15T04:33:50.172202+0000 mgr.smithi087.fbbqjk (mgr.14180) 551 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:51 smithi087 conmon[84412]: cluster 2023-11-15T04:33:50.630794+0000 mgr.smithi087.fbbqjk (mgr.14180) 552 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:33:53.633 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:53.633 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:54.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:53 smithi194 conmon[88664]: cluster 2023-11-15T04:33:52.631217+0000 mgr.smithi087.fbbqjk (mgr.14180) 553 : 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 2023-11-15T04:33:54.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:53 smithi087 conmon[84412]: cluster 2023-11-15T04:33:52.631217+0000 mgr.smithi087.fbbqjk (mgr.14180) 553 : 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 2023-11-15T04:33:54.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:55.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:54 smithi194 conmon[88664]: audit 2023-11-15T04:33:53.629217+0000 mgr.smithi087.fbbqjk (mgr.14180) 554 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:55.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:54 smithi087 conmon[84412]: audit 2023-11-15T04:33:53.629217+0000 mgr.smithi087.fbbqjk (mgr.14180) 554 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:55.261 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:56.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:55 smithi194 conmon[88664]: cluster 2023-11-15T04:33:54.631748+0000 mgr.smithi087.fbbqjk (mgr.14180) 555 : 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 2023-11-15T04:33:56.078 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:55 smithi087 conmon[84412]: cluster 2023-11-15T04:33:54.631748+0000 mgr.smithi087.fbbqjk (mgr.14180) 555 : 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 2023-11-15T04:33:57.167 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:33:57.168 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:33:57.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:33:58.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:57 smithi194 conmon[88664]: cluster 2023-11-15T04:33:56.632163+0000 mgr.smithi087.fbbqjk (mgr.14180) 556 : 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 2023-11-15T04:33:58.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:57 smithi087 conmon[84412]: cluster 2023-11-15T04:33:56.632163+0000 mgr.smithi087.fbbqjk (mgr.14180) 556 : 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 2023-11-15T04:33:58.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:57 smithi087 conmon[84412]: 2023-11-15T04:33:58.768 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:33:59.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:58 smithi194 conmon[88664]: audit 2023-11-15T04:33:57.163771+0000 mgr.smithi087.fbbqjk (mgr.14180) 557 : audit [DBG] 2023-11-15T04:33:59.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:58 smithi194 conmon[88664]: from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:59.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:58 smithi087 conmon[84412]: audit 2023-11-15T04:33:57.163771+0000 mgr.smithi087.fbbqjk (mgr.14180) 557 : audit 2023-11-15T04:33:59.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:58 smithi087 conmon[84412]: [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:33:59.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:33:59 smithi087 conmon[84412]: cluster 2023-11-15T04:33:58.632732+0000 mgr.smithi087.fbbqjk (mgr.14180) 558 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:00.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:59 smithi194 conmon[88664]: cluster 2023-11-15T04:33:58.632732+0000 mgr.smithi087.fbbqjk (mgr.14180) 558 : cluster 2023-11-15T04:34:00.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:33:59 smithi194 conmon[88664]: [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:00.563 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:00.564 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:01.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:02.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:01 smithi194 conmon[88664]: audit 2023-11-15T04:34:00.560102+0000 mgr.smithi087.fbbqjk (mgr.14180) 559 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:02.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:01 smithi194 conmon[88664]: 2023-11-15T04:34:02.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:01 smithi194 conmon[88664]: cluster 2023-11-15T04:34:00.633198+0000 mgr.smithi087.fbbqjk (mgr.14180) 560 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:02.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:01 smithi087 conmon[84412]: audit 2023-11-15T04:34:00.560102+0000 2023-11-15T04:34:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:01 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 559 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:01 smithi087 conmon[84412]: cluster 2023-11-15T04:34:00.633198+0000 mgr.smithi087.fbbqjk (mgr.14180) 560 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:02.186 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:04.055 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:03 smithi194 conmon[88664]: cluster 2023-11-15T04:34:02.633720+0000 mgr.smithi087.fbbqjk (mgr.14180) 561 : 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 2023-11-15T04:34:04.056 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:03 smithi194 conmon[88664]: 2023-11-15T04:34:04.083 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:04.172 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:04.173 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:03 smithi087 conmon[84412]: cluster 2023-11-15T04:34:02.633720+0000 mgr.smithi087.fbbqjk (mgr.14180) 561 : 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 2023-11-15T04:34:04.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:05.685 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:06.118 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:05 smithi087 conmon[84412]: audit 2023-11-15T04:34:04.079527+0000 mgr.smithi087.fbbqjk (mgr.14180) 562 2023-11-15T04:34:06.119 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:05 smithi087 conmon[84412]: : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:06.119 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:05 smithi087 conmon[84412]: cluster 2023-11-15T04:34:04.634190+0000 mgr.smithi087.fbbqjk (mgr.14180) 563 : 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 2023-11-15T04:34:06.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:05 smithi194 conmon[88664]: audit 2023-11-15T04:34:04.079527+0000 mgr.smithi087.fbbqjk (mgr.14180) 562 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:06.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:05 smithi194 conmon[88664]: cluster 2023-11-15T04:34:04.634190+0000 mgr.smithi087.fbbqjk (mgr.14180) 563 : 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 2023-11-15T04:34:07.567 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:07.568 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:07.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:07 smithi087 conmon[84412]: cluster 2023-11-15T04:34:06.634747+0000 mgr.smithi087.fbbqjk (mgr.14180) 564 : 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 2023-11-15T04:34:08.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:08.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:07 smithi194 conmon[88664]: cluster 2023-11-15T04:34:06.634747+0000 mgr.smithi087.fbbqjk (mgr.14180) 564 : 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 2023-11-15T04:34:09.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:08 smithi087 conmon[84412]: audit 2023-11-15T04:34:07.563722+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:34:09.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:08 smithi087 conmon[84412]: ) 565 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:09.167 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:09.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:08 smithi194 conmon[88664]: audit 2023-11-15T04:34:07.563722+0000 mgr.smithi087.fbbqjk (mgr.14180) 565 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:09.910 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:09 smithi087 conmon[84412]: cluster 2023-11-15T04:34: 2023-11-15T04:34:09.910 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:09 smithi087 conmon[84412]: 08.635284+0000 mgr.smithi087.fbbqjk (mgr.14180) 566 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:10.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:09 smithi194 conmon[88664]: cluster 2023-11-15T04:34:08.635284+0000 mgr.smithi087.fbbqjk (mgr.14180) 566 : cluster [DBG] 2023-11-15T04:34:10.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:09 smithi194 conmon[88664]: pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:11.088 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:11.088 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:26:09.809990Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:11.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:11.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:11 smithi087 conmon[84412]: cluster 2023-11-15T04:34:10. 2023-11-15T04:34:11.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:11 smithi087 conmon[84412]: 635683+0000 mgr.smithi087.fbbqjk (mgr.14180) 567 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:11.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:11 smithi087 conmon[84412]: audit 2023-11-15T04:34:11.598648+0000 mon.smithi087 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.tjrpgh"}]: dispatch 2023-11-15T04:34:12.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:11 smithi194 conmon[88664]: cluster 2023-11-15T04:34:10.635683+0000 mgr.smithi087.fbbqjk (mgr.14180) 567 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:12.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:11 smithi194 conmon[88664]: audit 2023-11-15T04:34:11.598648+0000 mon.smithi087 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.tjrpgh"}]: dispatch 2023-11-15T04:34:12.721 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: audit 2023-11-15T04:34:11.084822+0000 mgr.smithi087.fbbqjk (mgr.14180) 568 2023-11-15T04:34:13.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:13.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: cephadm 2023-11-15T04:34:11.598113+0000 mgr.smithi087.fbbqjk (mgr.14180) 569 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.tjrpgh ... 2023-11-15T04:34:13.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:34:13.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:32:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:32:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:33:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: Traceback (most recent call last): 2023-11-15T04:34:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:34:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: yield (conn, connr) 2023-11-15T04:34:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:34:13.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: code, '\n'.join(err))) 2023-11-15T04:34:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.tjrpgh ... 2023-11-15T04:34:13.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:34:13.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:32:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:32:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:33:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/ha 2023-11-15T04:34:13.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: proxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: cephadm 2023-11-15T04:34:11.598267+0000 mgr.smithi087.fbbqjk (mgr.14180) 570 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: cephadm 2023-11-15T04:34:11.599262+0000 mgr.smithi087.fbbqjk (mgr.14180) 571 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.tjrpgh ... 2023-11-15T04:34:13.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:34:13.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:32:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:32:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:33:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:12 smithi087 conmon[84412]: cephadm 2023-11-15T04:34:11.600651+0000 mgr.smithi087.fbbqjk (mgr.14180) 572 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.gghhan on smithi087 2023-11-15T04:34:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: audit 2023-11-15T04:34:11.084822+0000 mgr.smithi087.fbbqjk (mgr.14180) 568 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: cephadm 2023-11-15T04:34:11.598113+0000 mgr.smithi087.fbbqjk (mgr.14180) 569 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.tjrpgh ... 2023-11-15T04:34:13.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:34:13.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:32:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:32:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:33:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: Traceback (most recent call last): 2023-11-15T04:34:13.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:34:13.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: yield (conn, connr) 2023-11-15T04:34:13.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:34:13.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: code, '\n'.join(err))) 2023-11-15T04:34:13.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.tjrpgh ... 2023-11-15T04:34:13.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:34:13.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:32:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:32:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:33:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-15T04:34:13.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: cephadm 2023-11-15T04:34:11.598267+0000 mgr.smithi087.fbbqjk (mgr.14180) 570 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: cephadm 2023-11-15T04:34:11.599262+0000 mgr.smithi087.fbbqjk (mgr.14180) 571 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh 2023-11-15T04:34:13.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh 2023-11-15T04:34:13.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.tjrpgh ... 2023-11-15T04:34:13.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:34:13.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:32:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:32:52Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:33:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:34:13.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:34:13.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:34:13.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:12 smithi194 conmon[88664]: cephadm 2023-11-15T04:34:11.600651+0000 mgr.smithi087.fbbqjk (mgr.14180) 572 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.gghhan on smithi087 2023-11-15T04:34:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:13 smithi087 conmon[84412]: cluster 2023-11-15T04:34:12.636163+0000 mgr.smithi087.fbbqjk (mgr.14180) 573 : 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 2023-11-15T04:34:14.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:13 smithi194 conmon[88664]: cluster 2023-11-15T04:34:12.636163+0000 mgr.smithi087.fbbqjk (mgr.14180) 573 : 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 2023-11-15T04:34:14.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:13 smithi194 conmon[88664]: 2023-11-15T04:34:14.515 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:14.516 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:15.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:16.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:15 smithi087 conmon[84412]: audit 2023-11-15T04:34:14.512022+0000 mgr.smithi087.fbbqjk (mgr.14180) 574 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:16.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:15 smithi087 conmon[84412]: 2023-11-15T04:34:16.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:15 smithi087 conmon[84412]: cluster 2023-11-15T04:34:14.636657+0000 mgr.smithi087.fbbqjk (mgr.14180) 575 : 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 2023-11-15T04:34:16.160 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:16.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:15 smithi194 conmon[88664]: audit 2023-11-15T04:34:14.512022+0000 mgr.smithi087.fbbqjk (mgr.14180) 574 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:16.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:15 smithi194 conmon[88664]: cluster 2023-11-15T04:34:14.636657+0000 mgr.smithi087.fbbqjk (mgr.14180) 575 : 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 2023-11-15T04:34:18.038 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:18.039 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:18.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:17 smithi087 conmon[84412]: cluster 2023-11-15T04:34:16 2023-11-15T04:34:18.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:17 smithi087 conmon[84412]: .637019+0000 mgr.smithi087.fbbqjk (mgr.14180) 576 : 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 2023-11-15T04:34:18.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:17 smithi194 conmon[88664]: cluster 2023-11-15T04:34:16.637019+0000 mgr.smithi087.fbbqjk (mgr.14180) 576 : 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 2023-11-15T04:34:18.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:19.642 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:20.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:19 smithi087 conmon[84412]: audit 2023-11-15T04:34:18.034981 2023-11-15T04:34:20.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:19 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 577 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:20.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:19 smithi087 conmon[84412]: cluster 2023-11-15T04:34:18.637514+0000 mgr.smithi087.fbbqjk (mgr.14180) 578 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:20.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:19 smithi194 conmon[88664]: audit 2023-11-15T04:34:18.034981+0000 mgr.smithi087.fbbqjk (mgr.14180) 577 : audit 2023-11-15T04:34:20.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:19 smithi194 conmon[88664]: [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:20.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:19 smithi194 conmon[88664]: cluster 2023-11-15T04:34:18.637514+0000 mgr.smithi087.fbbqjk (mgr.14180) 578 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:21.514 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:21.515 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:22.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:21 smithi087 conmon[84412]: cluster 2023-11-15T04:34:20.638118+0000 2023-11-15T04:34:22.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:21 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 579 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:22.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:22.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:21 smithi194 conmon[88664]: cluster 2023-11-15T04:34:20.638118+0000 mgr.smithi087.fbbqjk (mgr.14180) 579 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:23.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:22 smithi087 conmon[84412]: audit 2023-11-15T04:34:21.510982+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:34:23.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:22 smithi087 conmon[84412]: 580 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:23.160 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:23.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:22 smithi194 conmon[88664]: audit 2023-11-15T04:34:21.510982+0000 mgr.smithi087.fbbqjk (mgr.14180) 580 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:23.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:23 smithi087 conmon[84412]: cluster 2023-11-15T04:34:22.638724+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:34:23.876 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:23 smithi087 conmon[84412]: 581 : 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 2023-11-15T04:34:24.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:23 smithi194 conmon[88664]: cluster 2023-11-15T04:34:22.638724+0000 mgr.smithi087.fbbqjk (mgr.14180) 581 : 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 2023-11-15T04:34:24.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:23 smithi194 conmon[88664]: 2023-11-15T04:34:25.043 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:25.043 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:25.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:26.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:25 smithi087 conmon[84412]: cluster 2023-11-15T04:34:24.639367+0000 mgr.smithi087.fbbqjk (mgr.14180) 582 2023-11-15T04:34:26.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:25 smithi087 conmon[84412]: : 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 2023-11-15T04:34:26.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:25 smithi194 conmon[88664]: cluster 2023-11-15T04:34:24.639367+0000 mgr.smithi087.fbbqjk (mgr.14180) 582 : 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 2023-11-15T04:34:26.666 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:27.115 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:26 smithi087 conmon[84412]: audit 2023-11-15T04:34:25. 2023-11-15T04:34:27.115 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:26 smithi087 conmon[84412]: 039210+0000 mgr.smithi087.fbbqjk (mgr.14180) 583 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:27.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:26 smithi194 conmon[88664]: audit 2023-11-15T04:34:25.039210+0000 mgr.smithi087.fbbqjk (mgr.14180) 583 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:26 smithi194 conmon[88664]: 2023-11-15T04:34:28.117 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:27 smithi087 conmon[84412]: cluster 2023-11-15T04:34:26.639974+0000 mgr.smithi087.fbbqjk (mgr.14180) 584 : 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 2023-11-15T04:34:28.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:27 smithi194 conmon[88664]: cluster 2023-11-15T04:34:26.639974+0000 mgr.smithi087.fbbqjk (mgr.14180) 584 : cluster [DBG] 2023-11-15T04:34:28.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:27 smithi194 conmon[88664]: 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 2023-11-15T04:34:28.521 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:28.522 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:29.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:30.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:29 smithi087 conmon[84412]: audit 2023-11-15T04:34:28.518206+0000 mgr.smithi087.fbbqjk (mgr.14180) 585 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:29 smithi087 conmon[84412]: cluster 2023-11-15T04:34:28 2023-11-15T04:34:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:29 smithi087 conmon[84412]: .640400+0000 mgr.smithi087.fbbqjk (mgr.14180) 586 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:30.191 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:30.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:29 smithi194 conmon[88664]: audit 2023-11-15T04:34:28.518206+0000 mgr.smithi087.fbbqjk (mgr.14180) 585 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:30.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:29 smithi194 conmon[88664]: cluster 2023-11-15T04:34:28.640400+0000 mgr.smithi087.fbbqjk (mgr.14180) 586 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:32.030 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:32.030 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:32.056 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:31 smithi087 conmon[84412]: cluster 2023-11-15T04:34:30.640885+0000 mgr.smithi087.fbbqjk (mgr.14180) 587 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:32.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:31 smithi194 conmon[88664]: cluster 2023-11-15T04:34:30.640885+0000 mgr.smithi087.fbbqjk (mgr.14180) 587 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:32.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:31 smithi194 conmon[88664]: 2023-11-15T04:34:32.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:33.673 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:34.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:33 smithi087 conmon[84412]: audit 2023-11-15T04:34:32.026123+0000 mgr.smithi087.fbbqjk (mgr.14180) 588 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:33 smithi087 conmon[84412]: cluster 2023-11-15 2023-11-15T04:34:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:33 smithi087 conmon[84412]: T04:34:32.641297+0000 mgr.smithi087.fbbqjk (mgr.14180) 589 : 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 2023-11-15T04:34:34.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:33 smithi194 conmon[88664]: audit 2023-11-15T04:34:32.026123+0000 mgr.smithi087.fbbqjk (mgr.14180) 588 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:34.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:33 smithi194 conmon[88664]: cluster 2023-11-15T04:34:32.641297+0000 mgr.smithi087.fbbqjk (mgr.14180) 589 : 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 2023-11-15T04:34:35.487 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:35.488 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:36.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:36.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:35 smithi087 conmon[84412]: cluster 2023-11-15T04:34:34.641869+0000 mgr.smithi087.fbbqjk (mgr.14180) 590 : 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 2023-11-15T04:34:36.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:35 smithi194 conmon[88664]: cluster 2023-11-15T04:34:34.641869+0000 mgr.smithi087.fbbqjk (mgr.14180) 590 : 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 2023-11-15T04:34:37.116 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:37.147 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:36 smithi087 conmon[84412]: audit 2023-11-15T04:34:35.483731+0000 mgr.smithi087.fbbqjk (mgr.14180) 591 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:36 smithi194 conmon[88664]: audit 2023-11-15T04:34:35.483731+0000 mgr.smithi087.fbbqjk (mgr.14180) 591 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:38.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:37 smithi194 conmon[88664]: cluster 2023-11-15T04:34:36.642375+0000 mgr.smithi087.fbbqjk (mgr.14180) 592 : cluster [DBG] 2023-11-15T04:34:38.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:37 smithi194 conmon[88664]: 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 2023-11-15T04:34:38.336 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:37 smithi087 conmon[84412]: cluster 2023-11-15T04:34:36.642375+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:34:38.337 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:37 smithi087 conmon[84412]: 14180) 592 : 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 2023-11-15T04:34:38.984 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:38.984 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:39.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:39 smithi087 conmon[84412]: cluster 2023-11-15T04:34:38.642830+0000 mgr.smithi087.fbbqjk (mgr.14180) 593 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:40.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:39 smithi194 conmon[88664]: cluster 2023-11-15T04:34:38.642830+0000 mgr.smithi087.fbbqjk (mgr.14180) 593 : 2023-11-15T04:34:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:39 smithi194 conmon[88664]: cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:40.680 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:41.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:40 smithi087 conmon[84412]: audit 2023-11-15T04:34:38.980360+0000 2023-11-15T04:34:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:40 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 594 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:41.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:40 smithi194 conmon[88664]: audit 2023-11-15T04:34:38.980360+0000 mgr.smithi087.fbbqjk (mgr.14180) 594 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:40 smithi194 conmon[88664]: 2023-11-15T04:34:42.283 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:41 smithi087 conmon[84412]: cluster 2023-11-15T04:34:40.643626+0000 mgr.smithi087.fbbqjk (mgr.14180) 595 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:42.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:41 smithi194 conmon[88664]: cluster 2023-11-15T04:34:40.643626+0000 mgr.smithi087.fbbqjk (mgr.14180) 595 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:42.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:41 smithi194 conmon[88664]: 2023-11-15T04:34:42.666 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:42.667 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:43.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:44.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:43 smithi194 conmon[88664]: cluster 2023-11-15T04:34:42.644145+0000 mgr.smithi087.fbbqjk (mgr.14180) 596 : 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 2023-11-15T04:34:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:43 smithi194 conmon[88664]: 2023-11-15T04:34:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:43 smithi194 conmon[88664]: audit 2023-11-15T04:34:42.662706+0000 mgr.smithi087.fbbqjk (mgr.14180) 597 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:44.338 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:44.368 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:43 smithi087 conmon[84412]: cluster 2023-11-15T04:34:42.644145+0000 mgr.smithi087.fbbqjk (mgr.14180) 596 : 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 2023-11-15T04:34:44.369 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:43 smithi087 conmon[84412]: audit 2023-11-15T04:34:42.662706+0000 mgr.smithi087.fbbqjk (mgr.14180) 597 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:45 smithi087 conmon[84412]: cluster 2023-11-15T04:34:44.644652+0000 2023-11-15T04:34:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:45 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 598 : 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 2023-11-15T04:34:46.200 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:46.201 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:46.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:45 smithi194 conmon[88664]: cluster 2023-11-15T04:34:44.644652+0000 mgr.smithi087.fbbqjk (mgr.14180) 598 : 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 2023-11-15T04:34:46.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:45 smithi194 conmon[88664]: 2023-11-15T04:34:46.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:47.805 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:47 smithi087 conmon[84412]: audit 2023-11-15T04:34:46.196240+0000 mgr.smithi087.fbbqjk (mgr.14180) 599 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:47 smithi087 conmon[84412]: cluster 2023-11-15T04:34:46.645024+0000 mgr.smithi087.fbbqjk (mgr.14180) 600 : 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 2023-11-15T04:34:48.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:47 smithi194 conmon[88664]: audit 2023-11-15T04:34:46.196240+0000 mgr.smithi087.fbbqjk (mgr.14180) 599 : audit [DBG] 2023-11-15T04:34:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:47 smithi194 conmon[88664]: from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:47 smithi194 conmon[88664]: cluster 2023-11-15T04:34:46.645024+0000 mgr.smithi087.fbbqjk (mgr.14180) 600 : 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 2023-11-15T04:34:49.696 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:49.696 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:50.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:49 smithi087 conmon[84412]: cluster 2023-11-15T04:34:48.645578+0000 mgr.smithi087.fbbqjk (mgr.14180) 601 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:50.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:49 smithi194 conmon[88664]: cluster 2023-11-15T04:34:48.645578+0000 mgr.smithi087.fbbqjk (mgr.14180) 601 : cluster [DBG] 2023-11-15T04:34:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:49 smithi194 conmon[88664]: pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:34:50.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:51.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:50 smithi194 conmon[88664]: audit 2023-11-15T04:34:49.692032+0000 mgr.smithi087.fbbqjk (mgr.14180) 602 : audit 2023-11-15T04:34:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:50 smithi194 conmon[88664]: [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:51.363 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:51.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:50 smithi087 conmon[84412]: audit 2023-11-15T04:34:49.692032+0000 mgr.smithi087.fbbqjk (mgr.14180) 602 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:51 smithi087 conmon[84412]: cluster 2023-11-15T04:34:50.646007+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:34:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:51 smithi087 conmon[84412]: ) 603 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:52.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:51 smithi194 conmon[88664]: cluster 2023-11-15T04:34:50.646007+0000 mgr.smithi087.fbbqjk (mgr.14180) 603 : 2023-11-15T04:34:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:51 smithi194 conmon[88664]: cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:34:53.295 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:53.296 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:53.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:52 smithi194 conmon[88664]: cluster 2023-11-15T04:34:52.646439+0000 mgr.smithi087.fbbqjk (mgr.14180) 604 : 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 2023-11-15T04:34:53.324 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:52 smithi087 conmon[84412]: cluster 2023-11-15T04:34:52.646439+0000 mgr.smithi087.fbbqjk (mgr.14180) 604 2023-11-15T04:34:53.325 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:52 smithi087 conmon[84412]: : 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 2023-11-15T04:34:53.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:54.904 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:55.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:54 smithi194 conmon[88664]: audit 2023-11-15T04:34:53.291503+0000 mgr.smithi087.fbbqjk (mgr.14180) 605 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:55.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:54 smithi087 conmon[84412]: audit 2023-11-15T04:34:53.291503+0000 mgr.smithi087.fbbqjk (mgr.14180) 605 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:56.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:55 smithi194 conmon[88664]: cluster 2023-11-15T04:34:54.646913+0000 mgr.smithi087.fbbqjk (mgr.14180) 606 : cluster [DBG] 2023-11-15T04:34:56.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:55 smithi194 conmon[88664]: 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 2023-11-15T04:34:56.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:55 smithi087 conmon[84412]: cluster 2023-11-15T04:34:54.646913+0000 mgr.smithi087.fbbqjk (mgr.14180) 606 : cluster [DBG] 2023-11-15T04:34:56.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:55 smithi087 conmon[84412]: 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 2023-11-15T04:34:56.762 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:34:56.762 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:34:57.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:34:58.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:57 smithi194 conmon[88664]: cluster 2023-11-15T04:34:56.647370+0000 mgr.smithi087.fbbqjk (mgr.14180) 607 : 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 2023-11-15T04:34:58.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:57 smithi194 conmon[88664]: audit 2023-11-15T04:34:56.758404+0000 mgr.smithi087.fbbqjk (mgr.14180) 608 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:58.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:57 smithi087 conmon[84412]: cluster 2023-11-15T04:34:56.647370+0000 mgr.smithi087.fbbqjk (mgr.14180) 607 : 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 2023-11-15T04:34:58.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:57 smithi087 conmon[84412]: audit 2023-11-15T04:34:56.758404+0000 mgr.smithi087.fbbqjk (mgr.14180) 608 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:34:58.478 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:34:59.990 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:59 smithi087 conmon[84412]: cluster 2023-11-15T04:34:58.647848+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:34:59.991 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:34:59 smithi087 conmon[84412]: 609 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:00.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:34:59 smithi194 conmon[88664]: cluster 2023-11-15T04:34:58.647848+0000 mgr.smithi087.fbbqjk (mgr.14180) 609 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:00.342 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:00.342 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:00.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:01.968 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:02.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:01 smithi194 conmon[88664]: audit 2023-11-15T04:35:00.338205+0000 mgr.smithi087.fbbqjk (mgr.14180) 610 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:02.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:01 smithi194 conmon[88664]: cluster 2023-11-15T04: 2023-11-15T04:35:02.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:01 smithi194 conmon[88664]: 35:00.648406+0000 mgr.smithi087.fbbqjk (mgr.14180) 611 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:01 smithi087 conmon[84412]: audit 2023-11-15T04:35:00.338205+0000 mgr.smithi087.fbbqjk (mgr.14180) 610 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:01 smithi087 conmon[84412]: cluster 2023-11-15T04:35:00.648406+0000 mgr.smithi087.fbbqjk (mgr.14180) 611 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:03.805 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:03.805 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:04.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:03 smithi194 conmon[88664]: cluster 2023-11-15T04:35:02.648874+0000 mgr.smithi087.fbbqjk (mgr.14180) 612 : 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 2023-11-15T04:35:04.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:03 smithi087 conmon[84412]: cluster 2023-11-15T04:35:02.648874+0000 2023-11-15T04:35:04.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:03 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 612 : 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 2023-11-15T04:35:04.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:05.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:04 smithi194 conmon[88664]: audit 2023-11-15T04:35:03.800939+0000 mgr.smithi087.fbbqjk (mgr.14180) 613 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:05.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:04 smithi087 conmon[84412]: audit 2023-11-15T04:35:03.800939+0000 mgr.smithi087.fbbqjk (mgr.14180) 613 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:05.478 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:06.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:05 smithi194 conmon[88664]: cluster 2023-11-15T04:35:04.649556+0000 mgr.smithi087.fbbqjk (mgr.14180) 614 : 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 2023-11-15T04:35:06.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:05 smithi087 conmon[84412]: cluster 2023-11-15T04:35:04. 2023-11-15T04:35:06.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:05 smithi087 conmon[84412]: 649556+0000 mgr.smithi087.fbbqjk (mgr.14180) 614 : 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 2023-11-15T04:35:07.371 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:07.371 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:07.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:08.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:07 smithi194 conmon[88664]: cluster 2023-11-15T04:35:06.650075+0000 mgr.smithi087.fbbqjk (mgr.14180) 615 : 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 2023-11-15T04:35:08.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:07 smithi194 conmon[88664]: 2023-11-15T04:35:08.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:07 smithi087 conmon[84412]: cluster 2023-11-15T04:35:06.650075+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:35:08.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:07 smithi087 conmon[84412]: 615 : 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 2023-11-15T04:35:08.985 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:09.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:08 smithi194 conmon[88664]: audit 2023-11-15T04:35:07.367305+0000 mgr.smithi087.fbbqjk (mgr.14180) 616 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:09.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:08 smithi087 conmon[84412]: audit 2023-11-15T04:35:07.367305+0000 mgr.smithi087.fbbqjk (mgr.14180) 616 : audit 2023-11-15T04:35:09.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:08 smithi087 conmon[84412]: [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:10.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:09 smithi194 conmon[88664]: cluster 2023-11-15T04:35:08.650601+0000 mgr.smithi087.fbbqjk (mgr.14180) 617 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:10.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:09 smithi087 conmon[84412]: cluster 2023-11-15T04:35:08.650601+0000 mgr.smithi087.fbbqjk (mgr.14180) 617 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:10.816 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:10.816 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:11.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:12.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:11 smithi194 conmon[88664]: cluster 2023-11-15T04:35:10.651042+0000 mgr.smithi087.fbbqjk (mgr.14180) 618 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:12.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:11 smithi194 conmon[88664]: audit 2023-11-15T04:35:10.812213+0000 mgr.smithi087.fbbqjk (mgr.14180) 619 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:12.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:11 smithi087 conmon[84412]: cluster 2023-11-15T04:35:10.651042+0000 2023-11-15T04:35:12.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:11 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 618 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:12.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:11 smithi087 conmon[84412]: audit 2023-11-15T04:35:10.812213+0000 mgr.smithi087.fbbqjk (mgr.14180) 619 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:12.485 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:13.971 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:13 smithi087 conmon[84412]: cluster 2023-11-15T04:35:12.651574+0000 mgr.smithi087.fbbqjk (mgr.14180) 620 : 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 2023-11-15T04:35:14.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:13 smithi194 conmon[88664]: cluster 2023-11-15T04:35:12.651574+0000 mgr.smithi087.fbbqjk (mgr.14180) 620 : 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 2023-11-15T04:35:14.333 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:14.333 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:15.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:16.003 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:16.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:15 smithi194 conmon[88664]: audit 2023-11-15T04:35:14.329123+0000 mgr.smithi087.fbbqjk (mgr.14180) 621 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:16.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:15 smithi194 conmon[88664]: cluster 2023-11-15T04:35:14.652067+0000 mgr.smithi087.fbbqjk (mgr.14180) 622 : 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 2023-11-15T04:35:16.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:15 smithi087 conmon[84412]: audit 2023-11-15T04:35:14.329123+0000 mgr.smithi087.fbbqjk (mgr.14180) 621 2023-11-15T04:35:16.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:15 smithi087 conmon[84412]: : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:16.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:15 smithi087 conmon[84412]: cluster 2023-11-15T04:35:14.652067+0000 mgr.smithi087.fbbqjk (mgr.14180) 622 : 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 2023-11-15T04:35:17.898 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:17.898 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:18.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:17 smithi194 conmon[88664]: cluster 2023-11-15T04:35:16.652485+0000 mgr.smithi087.fbbqjk (mgr.14180) 623 : 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 2023-11-15T04:35:18.092 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:17 smithi087 conmon[84412]: cluster 2023-11-15T04:35:16.652485+0000 mgr.smithi087.fbbqjk (mgr.14180) 623 : 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 2023-11-15T04:35:18.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:19.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:18 smithi087 conmon[84412]: audit 2023-11-15T04:35:17.893961+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:35:19.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:18 smithi087 conmon[84412]: .14180) 624 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:19.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:18 smithi194 conmon[88664]: audit 2023-11-15T04:35:17.893961+0000 mgr.smithi087.fbbqjk (mgr.14180) 624 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:19.534 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:19.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:19 smithi087 conmon[84412]: cluster 2023-11-15T04:35:18.653128+0000 2023-11-15T04:35:19.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:19 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 625 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:20.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:19 smithi194 conmon[88664]: cluster 2023-11-15T04:35:18.653128+0000 mgr.smithi087.fbbqjk (mgr.14180) 625 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:21.378 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:21.378 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:22.071 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:21 smithi087 conmon[84412]: cluster 2023-11-15T04:35:20.653712+0000 mgr.smithi087.fbbqjk (mgr.14180) 626 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:22.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:22.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:21 smithi194 conmon[88664]: cluster 2023-11-15T04:35:20.653712+0000 mgr.smithi087.fbbqjk (mgr.14180) 626 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:23.074 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:23.101 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:22 smithi087 conmon[84412]: audit 2023-11-15T04:35:21.373768+0000 mgr.smithi087.fbbqjk (mgr.14180) 627 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:23.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:22 smithi194 conmon[88664]: audit 2023-11-15T04:35:21.373768+0000 mgr.smithi087.fbbqjk (mgr.14180) 627 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:24.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:23 smithi087 conmon[84412]: cluster 2023-11-15T04:35:22.654100+0000 2023-11-15T04:35:24.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:23 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 628 : 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 2023-11-15T04:35:24.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:23 smithi194 conmon[88664]: cluster 2023-11-15T04:35:22.654100+0000 mgr.smithi087.fbbqjk (mgr.14180) 628 : cluster 2023-11-15T04:35:24.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:23 smithi194 conmon[88664]: [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 2023-11-15T04:35:24.952 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:24.952 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:25.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:25.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:25 smithi087 conmon[84412]: cluster 2023-11-15T04:35:24.654571+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:35:25.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:25 smithi087 conmon[84412]: 629 : 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 2023-11-15T04:35:26.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:25 smithi194 conmon[88664]: cluster 2023-11-15T04:35:24.654571+0000 mgr.smithi087.fbbqjk (mgr.14180) 629 : 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 2023-11-15T04:35:26.625 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:27.099 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:26 smithi087 conmon[84412]: audit 2023-11-15T04:35:24.948564+0000 2023-11-15T04:35:27.100 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:26 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 630 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:27.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:26 smithi194 conmon[88664]: audit 2023-11-15T04:35:24.948564+0000 mgr.smithi087.fbbqjk (mgr.14180) 630 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:28.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:27 smithi087 conmon[84412]: cluster 2023-11-15T04:35:26.654995+0000 mgr.smithi087.fbbqjk (mgr.14180) 631 : 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 2023-11-15T04:35:28.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:27 smithi194 conmon[88664]: cluster 2023-11-15T04:35:26.654995+0000 mgr.smithi087.fbbqjk (mgr.14180) 631 : 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 2023-11-15T04:35:28.549 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:28.550 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:29.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:29 smithi087 conmon[84412]: audit 2023-11-15T04:35:28.545895+0000 mgr.smithi087.fbbqjk (mgr.14180) 632 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:29 smithi087 conmon[84412]: cluster 2023-11-15T04:35:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:29 smithi087 conmon[84412]: 2023-11-15T04:35:28.655640+0000 mgr.smithi087.fbbqjk (mgr.14180) 633 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:30.175 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:30.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:29 smithi194 conmon[88664]: audit 2023-11-15T04:35:28.545895+0000 mgr.smithi087.fbbqjk (mgr.14180) 632 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:30.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:29 smithi194 conmon[88664]: cluster 2023-11-15T04:35:28.655640+0000 mgr.smithi087.fbbqjk (mgr.14180) 633 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:32.047 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:32.048 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:32.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:31 smithi087 conmon[84412]: cluster 2023-11-15T04:35:30.656043+0000 mgr.smithi087.fbbqjk (mgr.14180) 634 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:32.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:31 smithi194 conmon[88664]: cluster 2023-11-15T04:35:30.656043+0000 mgr.smithi087.fbbqjk (mgr.14180) 634 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:32.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:31 smithi194 conmon[88664]: 2023-11-15T04:35:32.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:33.726 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:33 smithi087 conmon[84412]: audit 2023-11-15T04:35:32.043920+0000 mgr.smithi087.fbbqjk (mgr.14180) 635 : audit 2023-11-15T04:35:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:33 smithi087 conmon[84412]: [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:33 smithi087 conmon[84412]: cluster 2023-11-15T04:35:32.656453+0000 mgr.smithi087.fbbqjk (mgr.14180) 636 : 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 2023-11-15T04:35:34.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:33 smithi194 conmon[88664]: audit 2023-11-15T04:35:32.043920+0000 mgr.smithi087.fbbqjk (mgr.14180) 635 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:34.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:33 smithi194 conmon[88664]: cluster 2023-11-15T04:35:32.656453+0000 mgr.smithi087.fbbqjk (mgr.14180) 636 : 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 2023-11-15T04:35:35.537 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:35.538 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:36.120 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:35 smithi087 conmon[84412]: cluster 2023-11-15T04:35:34.657083+0000 mgr.smithi087.fbbqjk (mgr.14180) 637 : 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 2023-11-15T04:35:36.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:36.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:35 smithi194 conmon[88664]: cluster 2023-11-15T04:35:34.657083+0000 mgr.smithi087.fbbqjk (mgr.14180) 637 : 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 2023-11-15T04:35:36.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:35 smithi194 conmon[88664]: 2023-11-15T04:35:37.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:36 smithi087 conmon[84412]: audit 2023-11-15T04:35:35.533955+0000 mgr.smithi087.fbbqjk (mgr.14180) 638 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:37.140 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:37.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:36 smithi194 conmon[88664]: audit 2023-11-15T04:35:35.533955+0000 mgr.smithi087.fbbqjk (mgr.14180) 638 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:38.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:37 smithi087 conmon[84412]: cluster 2023-11-15T04:35:36.657497+0000 mgr.smithi087.fbbqjk (mgr.14180) 639 : 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 2023-11-15T04:35:38.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:37 smithi194 conmon[88664]: cluster 2023-11-15T04:35:36.657497+0000 mgr.smithi087.fbbqjk (mgr.14180) 639 : 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 2023-11-15T04:35:38.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:37 smithi194 conmon[88664]: 2023-11-15T04:35:38.961 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:38.961 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:39.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:40.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:39 smithi087 conmon[84412]: cluster 2023-11-15T04:35:38.657922+0000 mgr.smithi087.fbbqjk (mgr.14180) 640 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:40.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:39 smithi194 conmon[88664]: cluster 2023-11-15T04:35:38.657922+0000 mgr.smithi087.fbbqjk (mgr.14180) 640 : cluster [DBG] 2023-11-15T04:35:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:39 smithi194 conmon[88664]: pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:40.565 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:41.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:40 smithi087 conmon[84412]: audit 2023-11-15T04:35:38.957295+0000 mgr.smithi087.fbbqjk (mgr.14180) 641 : 2023-11-15T04:35:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:40 smithi087 conmon[84412]: audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:41.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:40 smithi194 conmon[88664]: audit 2023-11-15T04:35:38.957295+0000 mgr.smithi087.fbbqjk (mgr.14180) 641 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:42.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:41 smithi087 conmon[84412]: cluster 2023-11-15T04:35:40.658370+0000 mgr.smithi087.fbbqjk (mgr.14180) 642 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:42.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:41 smithi194 conmon[88664]: cluster 2023-11-15T04:35:40.658370+0000 mgr.smithi087.fbbqjk (mgr.14180) 642 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:42.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:41 smithi194 conmon[88664]: 2023-11-15T04:35:42.483 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:42.483 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:43.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:44.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:43 smithi087 conmon[84412]: audit 2023-11-15T04:35:42.478711+0000 mgr.smithi087.fbbqjk (mgr.14180) 643 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:43 smithi087 conmon[84412]: cluster 2023-11-15T04:35:42.658844+0000 mgr.smithi087.fbbqjk (mgr.14180) 644 : 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 2023-11-15T04:35:44.181 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:44.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:43 smithi194 conmon[88664]: audit 2023-11-15T04:35:42.478711+0000 mgr.smithi087.fbbqjk (mgr.14180) 643 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:43 smithi194 conmon[88664]: cluster 2023-11-15T04:35:42.658844+0000 mgr.smithi087.fbbqjk (mgr.14180) 644 : 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 2023-11-15T04:35:46.108 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:46.108 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:46.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:45 smithi087 conmon[84412]: cluster 2023-11-15T04:35:44.659330+0000 mgr.smithi087.fbbqjk (mgr.14180) 645 : 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 2023-11-15T04:35:46.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:45 smithi194 conmon[88664]: cluster 2023-11-15T04:35:44.659330+0000 mgr.smithi087.fbbqjk (mgr.14180) 645 : 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 2023-11-15T04:35:46.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:47.740 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:47 smithi087 conmon[84412]: audit 2023-11-15T04:35:46.104208+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:35:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:47 smithi087 conmon[84412]: 14180) 646 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:47 smithi087 conmon[84412]: cluster 2023-11-15T04:35:46.659763+0000 mgr.smithi087.fbbqjk (mgr.14180) 647 : 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 2023-11-15T04:35:48.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:47 smithi194 conmon[88664]: audit 2023-11-15T04:35:46.104208+0000 mgr.smithi087.fbbqjk (mgr.14180) 646 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:47 smithi194 conmon[88664]: 2023-11-15T04:35:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:47 smithi194 conmon[88664]: cluster 2023-11-15T04:35:46.659763+0000 mgr.smithi087.fbbqjk (mgr.14180) 647 : 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 2023-11-15T04:35:49.636 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:49.637 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:49 smithi087 conmon[84412]: cluster 2023-11-15T04:35:48.660169+0000 mgr.smithi087.fbbqjk (mgr.14180) 648 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:50.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:50.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:49 smithi194 conmon[88664]: cluster 2023-11-15T04:35:48.660169+0000 mgr.smithi087.fbbqjk (mgr.14180) 648 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:35:51.238 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:51.270 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:50 smithi087 conmon[84412]: audit 2023-11-15T04:35:49.632593+0000 mgr.smithi087.fbbqjk (mgr.14180) 649 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:50 smithi194 conmon[88664]: audit 2023-11-15T04:35:49.632593+0000 mgr.smithi087.fbbqjk (mgr.14180) 649 : audit [DBG] 2023-11-15T04:35:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:50 smithi194 conmon[88664]: from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:52.097 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:51 smithi087 conmon[84412]: cluster 2023-11-15T04:35:50.660840+0000 mgr.smithi087.fbbqjk (mgr.14180) 650 : cluster 2023-11-15T04:35:52.097 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:51 smithi087 conmon[84412]: [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:52.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:51 smithi194 conmon[88664]: cluster 2023-11-15T04:35:50.660840+0000 mgr.smithi087.fbbqjk (mgr.14180) 650 : cluster [DBG] 2023-11-15T04:35:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:51 smithi194 conmon[88664]: pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:35:53.143 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:53.143 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:53.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:54.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:53 smithi087 conmon[84412]: cluster 2023-11-15T04:35:52.661241+0000 mgr.smithi087.fbbqjk (mgr.14180) 651 : 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 2023-11-15T04:35:54.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:53 smithi194 conmon[88664]: cluster 2023-11-15T04:35:52.661241+0000 mgr.smithi087.fbbqjk (mgr.14180) 651 : 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 2023-11-15T04:35:54.747 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:55.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:54 smithi087 conmon[84412]: audit 2023-11-15T04:35:53.139262+0000 mgr.smithi087.fbbqjk (mgr.14180) 652 2023-11-15T04:35:55.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:54 smithi087 conmon[84412]: : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:55.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:54 smithi194 conmon[88664]: audit 2023-11-15T04:35:53.139262+0000 mgr.smithi087.fbbqjk (mgr.14180) 652 : audit [DBG] 2023-11-15T04:35:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:54 smithi194 conmon[88664]: from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:56.249 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:55 smithi087 conmon[84412]: cluster 2023-11-15T04:35:54.661918+0000 mgr.smithi087.fbbqjk (mgr.14180) 653 : 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 2023-11-15T04:35:56.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:55 smithi194 conmon[88664]: cluster 2023-11-15T04:35:54.661918+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:35:56.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:55 smithi194 conmon[88664]: 653 : 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 2023-11-15T04:35:56.652 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:35:56.652 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:35:57.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:35:58.296 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:35:58.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:57 smithi194 conmon[88664]: audit 2023-11-15T04:35:56.648068+0000 mgr.smithi087.fbbqjk (mgr.14180) 654 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:58.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:57 smithi194 conmon[88664]: cluster 2023-11-15T04:35:56.662372+0000 mgr.smithi087.fbbqjk (mgr.14180) 655 : 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 2023-11-15T04:35:58.326 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:57 smithi087 conmon[84412]: audit 2023-11-15T04:35:56.648068+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:35:58.327 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:57 smithi087 conmon[84412]: mgr.14180) 654 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:35:58.327 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:57 smithi087 conmon[84412]: cluster 2023-11-15T04:35:56.662372+0000 mgr.smithi087.fbbqjk (mgr.14180) 655 : 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 2023-11-15T04:36:00.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:59 smithi087 conmon[84412]: cluster 2023-11-15T04:35:58.662816+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:36:00.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:35:59 smithi087 conmon[84412]: 14180) 656 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:00.171 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:00.172 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:00.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:59 smithi194 conmon[88664]: cluster 2023-11-15T04:35:58.662816+0000 mgr.smithi087.fbbqjk (mgr.14180) 656 : cluster [DBG] 2023-11-15T04:36:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:35:59 smithi194 conmon[88664]: pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:00.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:01.787 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:01 smithi087 conmon[84412]: audit 2023-11-15T04:36:00.167977+0000 mgr.smithi087.fbbqjk (mgr.14180) 657 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:01 smithi087 conmon[84412]: cluster 2023-11-15T04:36:00.663258+0000 mgr.smithi087.fbbqjk (mgr.14180) 658 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:02.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:01 smithi194 conmon[88664]: audit 2023-11-15T04:36:00.167977+0000 mgr.smithi087.fbbqjk (mgr.14180) 657 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:01 smithi194 conmon[88664]: cluster 2023-11-15T04:36:00.663258+0000 mgr.smithi087.fbbqjk (mgr.14180) 658 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:03.626 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:03.626 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:04.167 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:03 smithi087 conmon[84412]: cluster 2023-11-15T04:36:02.663843+0000 mgr.smithi087.fbbqjk (mgr.14180) 659 : 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 2023-11-15T04:36:04.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:04.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:03 smithi194 conmon[88664]: cluster 2023-11-15T04:36:02.663843+0000 mgr.smithi087.fbbqjk (mgr.14180) 659 : cluster [DBG] 2023-11-15T04:36:04.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:03 smithi194 conmon[88664]: 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 2023-11-15T04:36:05.189 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:05.216 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:04 smithi087 conmon[84412]: audit 2023-11-15T04:36:03.621708+0000 mgr.smithi087.fbbqjk (mgr.14180) 660 : audit 2023-11-15T04:36:05.217 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:04 smithi087 conmon[84412]: [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:04 smithi194 conmon[88664]: audit 2023-11-15T04:36:03.621708+0000 mgr.smithi087.fbbqjk (mgr.14180) 660 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:04 smithi194 conmon[88664]: 2023-11-15T04:36:06.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:05 smithi194 conmon[88664]: cluster 2023-11-15T04:36:04.664302+0000 mgr.smithi087.fbbqjk (mgr.14180) 661 : 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 2023-11-15T04:36:06.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:05 smithi194 conmon[88664]: 2023-11-15T04:36:06.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:05 smithi087 conmon[84412]: cluster 2023-11-15T04:36:04.664302+0000 mgr.smithi087.fbbqjk (mgr.14180) 661 2023-11-15T04:36:06.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:05 smithi087 conmon[84412]: : 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 2023-11-15T04:36:07.037 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:07.037 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:07.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:08.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:07 smithi194 conmon[88664]: cluster 2023-11-15T04:36:06.664671+0000 mgr.smithi087.fbbqjk (mgr.14180) 662 : cluster [DBG] 2023-11-15T04:36:08.353 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:07 smithi194 conmon[88664]: 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 2023-11-15T04:36:08.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:07 smithi087 conmon[84412]: cluster 2023-11-15T04:36:06.664671+0000 mgr.smithi087.fbbqjk (mgr.14180) 662 : 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 2023-11-15T04:36:08.684 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:09.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:08 smithi087 conmon[84412]: audit 2023-11-15T04:36:07.030579+0000 mgr.smithi087.fbbqjk (mgr.14180) 663 2023-11-15T04:36:09.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:08 smithi087 conmon[84412]: : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:09.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:08 smithi194 conmon[88664]: audit 2023-11-15T04:36:07.030579+0000 mgr.smithi087.fbbqjk (mgr.14180) 663 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:10.236 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:09 smithi087 conmon[84412]: cluster 2023-11-15T04:36:08.665330+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:36:10.237 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:09 smithi087 conmon[84412]: 14180) 664 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:10.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:09 smithi194 conmon[88664]: cluster 2023-11-15T04:36:08.665330+0000 mgr.smithi087.fbbqjk (mgr.14180) 664 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:10.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:09 smithi194 conmon[88664]: 2023-11-15T04:36:10.616 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:10.616 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:11.191 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:10 smithi087 conmon[84412]: audit 2023-11-15T04:36:10.612262+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:36:11.191 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:10 smithi087 conmon[84412]: mgr.14180) 665 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:11.191 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:10 smithi087 conmon[84412]: cluster 2023-11-15T04:36:10.665781+0000 mgr.smithi087.fbbqjk (mgr.14180) 666 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:11.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:11.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:10 smithi194 conmon[88664]: audit 2023-11-15T04:36:10.612262+0000 mgr.smithi087.fbbqjk (mgr.14180) 665 : audit [DBG] 2023-11-15T04:36:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:10 smithi194 conmon[88664]: from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:10 smithi194 conmon[88664]: cluster 2023-11-15T04:36:10.665781+0000 mgr.smithi087.fbbqjk (mgr.14180) 666 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:12.209 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:14.028 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:14.028 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:14.052 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:13 smithi087 conmon[84412]: cluster 2023-11-15T04:36:12.666204+0000 mgr.smithi087.fbbqjk (mgr.14180) 667 : 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 2023-11-15T04:36:14.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:13 smithi194 conmon[88664]: cluster 2023-11-15T04:36:12.666204+0000 mgr.smithi087.fbbqjk (mgr.14180) 667 : 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 2023-11-15T04:36:14.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:15.593 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:16.026 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:15 smithi087 conmon[84412]: audit 2023-11-15T04:36:14.024127+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:36:16.026 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:15 smithi087 conmon[84412]: .14180) 668 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:16.026 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:15 smithi087 conmon[84412]: cluster 2023-11-15T04:36:14.666752+0000 mgr.smithi087.fbbqjk (mgr.14180) 669 : 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 2023-11-15T04:36:16.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:15 smithi194 conmon[88664]: audit 2023-11-15T04:36:14.024127+0000 mgr.smithi087.fbbqjk (mgr.14180) 668 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:16.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:15 smithi194 conmon[88664]: cluster 2023-11-15T04:36:14.666752+0000 mgr.smithi087.fbbqjk (mgr.14180) 669 : 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 2023-11-15T04:36:17.435 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:17.435 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:18.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:17 smithi194 conmon[88664]: cluster 2023-11-15T04:36:16.667214+0000 mgr.smithi087.fbbqjk (mgr.14180) 670 : 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 2023-11-15T04:36:18.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:17 smithi087 conmon[84412]: cluster 2023-11-15T04:36:16.667214+0000 mgr.smithi087.fbbqjk (mgr.14180) 670 : 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 2023-11-15T04:36:18.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:19.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:18 smithi194 conmon[88664]: audit 2023-11-15T04:36:17.431024+0000 mgr.smithi087.fbbqjk (mgr.14180) 671 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:19.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:18 smithi087 conmon[84412]: audit 2023-11-15T04:36:17.431024+0000 mgr.smithi087.fbbqjk (mgr.14180) 671 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:19.168 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:19.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:19 smithi087 conmon[84412]: cluster 2023-11-15T04:36:18.667703+0000 mgr.smithi087.fbbqjk (mgr.14180) 672 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:20.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:19 smithi194 conmon[88664]: cluster 2023-11-15T04:36:18.667703+0000 mgr.smithi087.fbbqjk (mgr.14180) 672 : cluster 2023-11-15T04:36:20.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:19 smithi194 conmon[88664]: [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:21.059 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:21.060 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:21.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:22.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:21 smithi194 conmon[88664]: cluster 2023-11-15T04:36:20.668117+0000 mgr.smithi087.fbbqjk (mgr.14180) 673 2023-11-15T04:36:22.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:21 smithi194 conmon[88664]: : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:22.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:21 smithi087 conmon[84412]: cluster 2023-11-15T04:36:20.668117+0000 mgr.smithi087.fbbqjk 2023-11-15T04:36:22.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:21 smithi087 conmon[84412]: (mgr.14180) 673 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:22.734 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:23.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:22 smithi194 conmon[88664]: audit 2023-11-15T04:36:21.055289+0000 mgr.smithi087.fbbqjk (mgr.14180) 674 2023-11-15T04:36:23.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:22 smithi194 conmon[88664]: : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:23.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:22 smithi087 conmon[84412]: audit 2023-11-15T04:36:21.055289+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:36:23.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:22 smithi087 conmon[84412]: .14180) 674 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:23.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:23 smithi087 conmon[84412]: cluster 2023-11-15T04:36:22.668674+0000 2023-11-15T04:36:23.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:23 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 675 : 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 2023-11-15T04:36:24.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:23 smithi194 conmon[88664]: cluster 2023-11-15T04:36:22.668674+0000 mgr.smithi087.fbbqjk (mgr.14180) 675 : 2023-11-15T04:36:24.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:23 smithi194 conmon[88664]: 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 2023-11-15T04:36:24.602 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:24.603 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:25.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:26.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:25 smithi194 conmon[88664]: audit 2023-11-15T04:36:24.598563+0000 mgr.smithi087.fbbqjk (mgr.14180) 676 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:26.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:25 smithi194 conmon[88664]: 2023-11-15T04:36:26.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:25 smithi194 conmon[88664]: cluster 2023-11-15T04:36:24.669171+0000 mgr.smithi087.fbbqjk (mgr.14180) 677 : 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 2023-11-15T04:36:26.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:25 smithi087 conmon[84412]: audit 2023-11-15T04:36:24.598563+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:36:26.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:25 smithi087 conmon[84412]: mgr.14180) 676 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:26.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:25 smithi087 conmon[84412]: cluster 2023-11-15T04:36:24.669171+0000 mgr.smithi087.fbbqjk (mgr.14180) 677 : 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 2023-11-15T04:36:26.225 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:28.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:27 smithi194 conmon[88664]: cluster 2023-11-15T04:36:26.669594+0000 mgr.smithi087.fbbqjk (mgr.14180) 678 : 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 2023-11-15T04:36:28.072 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:28.072 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:28.095 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:27 smithi087 conmon[84412]: cluster 2023-11-15T04:36:26.669594+0000 mgr.smithi087.fbbqjk (mgr.14180) 678 : 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 2023-11-15T04:36:28.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:29.691 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:30.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:29 smithi194 conmon[88664]: audit 2023-11-15T04:36:28.068912+0000 mgr.smithi087.fbbqjk (mgr.14180) 679 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:30.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:29 smithi194 conmon[88664]: cluster 2023-11-15T04:36:30.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:29 smithi194 conmon[88664]: 2023-11-15T04:36:28.670020+0000 mgr.smithi087.fbbqjk (mgr.14180) 680 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:30.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:29 smithi087 conmon[84412]: audit 2023-11-15T04:36:28. 2023-11-15T04:36:30.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:29 smithi087 conmon[84412]: 068912+0000 mgr.smithi087.fbbqjk (mgr.14180) 679 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:30.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:29 smithi087 conmon[84412]: cluster 2023-11-15T04:36:28.670020+0000 mgr.smithi087.fbbqjk (mgr.14180) 680 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:31.514 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:31.514 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:32.072 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:31 smithi087 conmon[84412]: cluster 2023-11-15T04:36:30.670610+0000 mgr.smithi087.fbbqjk (mgr.14180) 681 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:32.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:32.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:31 smithi194 conmon[88664]: cluster 2023-11-15T04:36:30.670610+0000 mgr.smithi087.fbbqjk (mgr.14180) 681 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:33.093 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:33.123 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:32 smithi087 conmon[84412]: audit 2023-11-15T04:36:31.510536+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:36:33.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:32 smithi087 conmon[84412]: 682 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:33.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:32 smithi194 conmon[88664]: audit 2023-11-15T04:36:31.510536+0000 mgr.smithi087.fbbqjk (mgr.14180) 682 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:33.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:33 smithi087 conmon[84412]: cluster 2023-11-15T04:36:32.671081+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:36:33.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:33 smithi087 conmon[84412]: ) 683 : 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 2023-11-15T04:36:34.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:33 smithi194 conmon[88664]: cluster 2023-11-15T04:36:32.671081+0000 mgr.smithi087.fbbqjk (mgr.14180) 683 : 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 2023-11-15T04:36:34.917 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:34.918 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:35.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:36.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:35 smithi087 conmon[84412]: cluster 2023-11-15T04:36:34.671536+0000 mgr.smithi087.fbbqjk (mgr.14180) 684 : 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 2023-11-15T04:36:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:35 smithi087 conmon[84412]: audit 2023-11-15T04:36:34.913939+0000 mgr.smithi087.fbbqjk (mgr.14180) 685 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:36.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:35 smithi194 conmon[88664]: cluster 2023-11-15T04:36:34.671536+0000 mgr.smithi087.fbbqjk (mgr.14180) 684 : 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 2023-11-15T04:36:36.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:35 smithi194 conmon[88664]: audit 2023-11-15T04: 2023-11-15T04:36:36.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:35 smithi194 conmon[88664]: 36:34.913939+0000 mgr.smithi087.fbbqjk (mgr.14180) 685 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:36.509 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:37.989 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:37 smithi087 conmon[84412]: cluster 2023-11-15T04:36:36.671940+0000 mgr.smithi087.fbbqjk (mgr.14180) 686 : 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 2023-11-15T04:36:38.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:37 smithi194 conmon[88664]: cluster 2023-11-15T04:36:36.671940+0000 mgr.smithi087.fbbqjk (mgr.14180) 686 : 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 2023-11-15T04:36:38.357 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:38.357 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:39.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:40.009 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:40.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:39 smithi087 conmon[84412]: audit 2023-11-15T04:36:38.353110+0000 mgr.smithi087.fbbqjk (mgr.14180) 687 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:39 smithi087 conmon[84412]: cluster 2023-11-15T04:36:38.672383+0000 mgr.smithi087.fbbqjk (mgr.14180) 688 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:40.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:39 smithi194 conmon[88664]: audit 2023-11-15T04:36:38.353110+0000 mgr.smithi087.fbbqjk (mgr.14180) 687 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:39 smithi194 conmon[88664]: cluster 2023-11-15T04: 2023-11-15T04:36:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:39 smithi194 conmon[88664]: 36:38.672383+0000 mgr.smithi087.fbbqjk (mgr.14180) 688 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:41.858 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:41.859 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:28:59.106789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.awhkpj on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-awhkpj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.awhkpj\nDeploy daemon haproxy.nfs.foo.smithi194.awhkpj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:27:02Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:27:40Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:28:18Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.512044Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.rgjrqy on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-rgjrqy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.rgjrqy\nDeploy daemon haproxy.nfs.foo.smithi087.rgjrqy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:29:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:30:52Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:31:32.516431Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.cbumhc on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:42.089 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:41 smithi087 conmon[84412]: cluster 2023-11-15T04:36:40.672932+0000 mgr.smithi087.fbbqjk (mgr.14180) 689 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:42.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:41 smithi194 conmon[88664]: cluster 2023-11-15T04:36:40.672932+0000 mgr.smithi087.fbbqjk (mgr.14180) 689 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:36:42.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:43.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:42 smithi087 conmon[84412]: audit 2023-11-15T04:36:41.854944+0000 mgr.smithi087.fbbqjk (mgr.14180) 690 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:43.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:42 smithi194 conmon[88664]: audit 2023-11-15T04:36:41.854944+0000 mgr.smithi087.fbbqjk (mgr.14180) 690 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:43.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:42 smithi194 conmon[88664]: 2023-11-15T04:36:43.480 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:44.107 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:43 smithi087 conmon[84412]: cluster 2023-11-15T04:36:42.673426+0000 mgr.smithi087.fbbqjk (mgr.14180) 691 2023-11-15T04:36:44.107 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:43 smithi087 conmon[84412]: : 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 2023-11-15T04:36:44.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:43 smithi194 conmon[88664]: cluster 2023-11-15T04:36:42.673426+0000 mgr.smithi087.fbbqjk (mgr.14180) 691 : 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 2023-11-15T04:36:45.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:44 smithi087 conmon[84412]: audit 2023-11-15T04:36:44.578208+0000 mon.smithi087 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.gghhan"}]: dispatch 2023-11-15T04:36:45.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:44 smithi087 conmon[84412]: audit 2023-11-15T04:36:44.582983+0000 mon.smithi087 (mon.0) 695 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:36:45.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:44 smithi194 conmon[88664]: audit 2023-11-15T04:36:44.578208+0000 mon.smithi087 (mon.0) 694 : 2023-11-15T04:36:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:44 smithi194 conmon[88664]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.gghhan"}]: dispatch 2023-11-15T04:36:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:44 smithi194 conmon[88664]: audit 2023-11-15T04:36:44.582983+0000 mon.smithi087 (mon.0) 695 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:36:45.343 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:45.344 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:34.283448Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:34.284121Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:34.283602Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:34.283683Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:34.283755Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:34.283841Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: cephadm 2023-11-15T04:36:44.577734+0000 mgr.smithi087.fbbqjk (mgr.14180) 692 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.gghhan ... 2023-11-15T04:36:46.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:36:46.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:34:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:35:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:36:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:36:46.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:36:46.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: Traceback (most recent call last): 2023-11-15T04:36:46.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:36:46.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: yield (conn, connr) 2023-11-15T04:36:46.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:36:46.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: code, '\n'.join(err))) 2023-11-15T04:36:46.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.gghhan ... 2023-11-15T04:36:46.130 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:36:46.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:34:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:35:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:36:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.131 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:36:46.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-15T04:36:46.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:36:46.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.132 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: cephadm 2023-11-15T04:36:44.577897+0000 mgr.smithi087.fbbqjk (mgr.14180) 693 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: cephadm 2023-11-15T04:36:44.578799+0000 mgr.smithi087.fbbqjk (mgr.14180) 694 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.133 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.gghhan ... 2023-11-15T04:36:46.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:36:46.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:34:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:35:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:36:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:36:46.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:36:46.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: cephadm 2023-11-15T04:36:44.579987+0000 mgr.smithi087.fbbqjk (mgr.14180) 695 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:36:46.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: cephadm 2023-11-15T04:36:44.581037+0000 mgr.smithi087.fbbqjk (mgr.14180) 696 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:36:46.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: cluster 2023-11-15T04:36:44.581816+0000 mgr.smithi087.fbbqjk (mgr.14180) 697 : 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 2023-11-15T04:36:46.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: cluster 2023-11-15T04:36:44.837106+0000 mon.smithi087 (mon.0) 696 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:36:46.136 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:45 smithi087 conmon[84412]: audit 2023-11-15T04:36:44.856592+0000 mon.smithi087 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:46.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:46.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: cephadm 2023-11-15T04:36:44.577734+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:36:46.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 692 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.gghhan ... 2023-11-15T04:36:46.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:36:46.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:34:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:35:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:36:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:36:46.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:36:46.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: Traceback (most recent call last): 2023-11-15T04:36:46.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:36:46.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: yield (conn, connr) 2023-11-15T04:36:46.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:36:46.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: code, '\n'.join(err))) 2023-11-15T04:36:46.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.gghhan ... 2023-11-15T04:36:46.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:36:46.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:34:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:35:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:36:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:36:46.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase 2023-11-15T04:36:46.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: -rate-limit 2023-11-15T04:36:46.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: cephadm 2023-11-15T04:36:44.577897+0000 mgr.smithi087.fbbqjk (mgr.14180) 693 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: cephadm 2023-11-15T04:36:44.578799+0000 mgr.smithi087.fbbqjk (mgr.14180) 694 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan 2023-11-15T04:36:46.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan 2023-11-15T04:36:46.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.gghhan ... 2023-11-15T04:36:46.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:36:46.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:34:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:35:25Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:36:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:36:46.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:36:46.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:36:46.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:36:46.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: cephadm 2023-11-15T04:36:44.579987+0000 mgr.smithi087.fbbqjk (mgr.14180) 695 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:36:46.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: cephadm 2023-11-15T04:36:44.581037+0000 mgr.smithi087.fbbqjk (mgr.14180) 696 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:36:46.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: cluster 2023-11-15T04:36: 2023-11-15T04:36:46.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 44.581816+0000 mgr.smithi087.fbbqjk (mgr.14180) 697 : 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 2023-11-15T04:36:46.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: cluster 2023-11-15T04:36:44.837106+0000 mon.smithi087 (mon.0) 696 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:36:46.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: audit 2023-11-15T04:36:46.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 2023-11-15T04: 2023-11-15T04:36:46.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 36:44.856592+0000 mon.smithi087 (mon.0) 2023-11-15T04:36:46.317 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:45 smithi194 conmon[88664]: 697 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:47.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:46 smithi087 conmon[84412]: audit 2023-11-15T04:36:45.340308+0000 mgr.smithi087.fbbqjk (mgr.14180) 698 : audit 2023-11-15T04:36:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:46 smithi087 conmon[84412]: [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:46 smithi087 conmon[84412]: audit 2023-11-15T04:36:46.659977+0000 mon.smithi087 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:47.222 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:47.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:46 smithi194 conmon[88664]: audit 2023-11-15T04:36:45.340308+0000 mgr.smithi087.fbbqjk (mgr.14180) 698 2023-11-15T04:36:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:46 smithi194 conmon[88664]: : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:46 smithi194 conmon[88664]: audit 2023-11-15T04:36:46.659977+0000 mon.smithi087 (mon 2023-11-15T04:36:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:46 smithi194 conmon[88664]: .0) 698 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:48.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: cluster 2023-11-15T04:36:46.582398+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:36:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: .14180) 699 : 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 2023-11-15T04:36:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: audit 2023-11-15T04:36:46.973618+0000 mon.smithi087 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: audit 2023-11-15T04:36:46.974298+0000 mon.smithi087 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:48.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: audit 2023-11-15T04:36:46.974878+0000 mon.smithi087 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:48.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: audit 2023-11-15T04:36:46.975413+0000 mon.smithi087 (mon 2023-11-15T04:36:48.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: .0) 702 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:48.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: audit 2023-11-15T04:36:46.982072+0000 mon.smithi087 (mon.0) 703 : 2023-11-15T04:36:48.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:48.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:36:48.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: 11-15T04:36:47.234697+0000 mon.smithi087 (mon.0) 2023-11-15T04:36:48.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:47 smithi087 conmon[84412]: 704 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: cluster 2023-11-15T04:36:46.582398+0000 mgr.smithi087.fbbqjk (mgr.14180) 699 : 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 2023-11-15T04:36:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: audit 2023-11-15T04:36:46.973618+0000 mon.smithi087 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: audit 2023-11-15T04:36:46.974298+0000 mon.smithi087 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:48.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: audit 2023-11-15T04:36:46.974878+0000 mon.smithi087 (mon.0) 701 2023-11-15T04:36:48.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:48.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: audit 2023-11-15T04:36 2023-11-15T04:36:48.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: :46.975413+0000 mon.smithi087 (mon.0) 702 : 2023-11-15T04:36:48.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:48.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: audit 2023-11-15T04:36: 2023-11-15T04:36:48.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: 46.982072+0000 mon.smithi087 (mon.0) 703 : audit 2023-11-15T04:36:48.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:48.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: audit 2023-11-15T04:36: 2023-11-15T04:36:48.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: 47.234697+0000 mon.smithi087 (mon.0) 704 : audit 2023-11-15T04:36:48.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:47 smithi194 conmon[88664]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:49.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:48 smithi087 conmon[84412]: cephadm 2023-11-15T04:36:46.975821+0000 mgr.smithi087.fbbqjk (mgr.14180) 700 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 2980M 2023-11-15T04:36:49.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:48 smithi194 conmon[88664]: cephadm 2023-11-15T04:36:46.975821+0000 mgr.smithi087.fbbqjk (mgr.14180) 700 : cephadm [INF] Adjusting osd_memory_target on smithi194 to 2980M 2023-11-15T04:36:49.740 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:49.741 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:31:38.271159Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:31:38.271231Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:31:38.271313Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:31:38.271881Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:31:38.271080Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:31:38.270908Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:31:38.271948Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:31:38.271387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:31:38.271571Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:31:38.271487Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:49 smithi087 conmon[84412]: cluster 2023-11-15T04:36:48.583299+0000 mgr.smithi087.fbbqjk (mgr.14180) 701 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:50.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:49 smithi194 conmon[88664]: cluster 2023-11-15T04:36:48.583299+0000 mgr.smithi087.fbbqjk (mgr.14180) 701 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:36:50.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit 2023-11-15T04:36:49.736419+0000 mgr.smithi087.fbbqjk (mgr.14180) 702 : 2023-11-15T04:36:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:51.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit 2023-11-15T04:36:50.512398+0000 mon.smithi087 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:51.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit 2023-11-15 2023-11-15T04:36:51.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: T04:36:50.844336+0000 mon.smithi087 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:51.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit 2023-11-15T04:36 2023-11-15T04:36:51.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: :50.845003+0000 mon.smithi087 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:51.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit 2023-11-15T04:36:51.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: 2023-11-15T04:36:50.845581+0000 mon.smithi087 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:51.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit 2023-11-15T04: 2023-11-15T04:36:51.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: 36:50.846121+0000 mon.smithi087 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:51.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit 2023-11-15T04:36 2023-11-15T04:36:51.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: :50.850661+0000 mon.smithi087 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:51.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: 2023-11-15T04:36:51.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:36:51.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: 11-15T04:36:50.851501+0000 mon.smithi087 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:36:51.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:36:51.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: 04:36:50.852080+0000 mon.smithi087 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:36:51.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:36:51.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: 04:36:50.856158+0000 mon.smithi087 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:51.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: 2023-11-15T04:36:51.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: audit 2023-11-15T04:36:51.129 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:50 smithi087 conmon[84412]: 2023-11-15T04:36:50.859688+0000 mon.smithi087 (mon.0) 714 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:36:51.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit 2023-11-15T04:36:49.736419+0000 mgr.smithi087.fbbqjk (mgr.14180) 702 : 2023-11-15T04:36:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit 2023-11-15T04:36:50.512398+0000 mon.smithi087 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit 2023-11-15T04:36 2023-11-15T04:36:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: :50.844336+0000 mon.smithi087 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:51.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit 2023-11-15 2023-11-15T04:36:51.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: T04:36:50.845003+0000 mon.smithi087 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:51.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: 2023-11-15T04:36:51.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit 2023 2023-11-15T04:36:51.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: -11-15T04:36:50.845581+0000 mon.smithi087 (mon.0) 708 2023-11-15T04:36:51.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:51.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit 2023-11-15T04:36:50 2023-11-15T04:36:51.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: .846121+0000 mon.smithi087 (mon.0) 709 : audit [INF] 2023-11-15T04:36:51.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:36:51.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit 2023-11-15T04:36:50.850661 2023-11-15T04:36:51.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: +0000 mon.smithi087 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:51.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit 2023 2023-11-15T04:36:51.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: -11-15T04:36:50.851501+0000 mon.smithi087 2023-11-15T04:36:51.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:36:51.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:36:51.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: 15T04:36:50.852080+0000 mon.smithi087 (mon. 2023-11-15T04:36:51.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: 0) 712 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:36:51.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit 2023-11-15T04 2023-11-15T04:36:51.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: :36:50.856158+0000 mon.smithi087 (mon.0) 713 2023-11-15T04:36:51.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:51.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: audit 2023-11-15T04:36:50. 2023-11-15T04:36:51.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: 859688+0000 mon.smithi087 (mon.0) 714 : audit [DBG] 2023-11-15T04:36:51.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:50 smithi194 conmon[88664]: from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:36:51.556 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:51 smithi087 conmon[84412]: cluster 2023-11-15T04:36:50.584158+0000 mgr.smithi087.fbbqjk (mgr.14180) 703 : cluster [DBG] pgmap v466: 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 2023-11-15T04:36:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:51 smithi087 conmon[84412]: cephadm 2023-11-15T04:36:50.846563+0000 mgr.smithi087.fbbqjk (mgr.14180) 704 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 1956M 2023-11-15T04:36:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:51 smithi087 conmon[84412]: cluster 2023-11-15T04:36:50.856597+0000 mgr.smithi087.fbbqjk (mgr.14180) 705 : cluster [DBG] pgmap v467: 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 2023-11-15T04:36:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:51 smithi087 conmon[84412]: audit 2023-11-15T04:36:50.867103+0000 mon.smithi087 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:52.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:51 smithi087 conmon[84412]: cephadm 2023-11-15T04:36:50.868994+0000 mgr.smithi087.fbbqjk (mgr.14180) 706 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.yumxrh on smithi194 2023-11-15T04:36:52.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:51 smithi087 conmon[84412]: cluster 2023-11-15T04:36:51.510606+0000 mon.smithi087 (mon.0) 716 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:36:52.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:51 smithi087 conmon[84412]: cluster 2023-11-15T04:36:51.510676+0000 mon.smithi087 (mon.0) 717 : cluster [INF] Cluster is now healthy 2023-11-15T04:36:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: cluster 2023-11-15T04:36:50.584158+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:36:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: mgr.14180) 703 : cluster [DBG] pgmap v466: 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 2023-11-15T04:36:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: cephadm 2023-11-15T04:36:50.846563+0000 mgr.smithi087.fbbqjk (mgr.14180) 704 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 1956M 2023-11-15T04:36:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: cluster 2023-11-15T04:36:50.856597+0000 mgr.smithi087.fbbqjk (mgr.14180) 705 : cluster [DBG] pgmap v467: 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 2023-11-15T04:36:52.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: audit 2023-11-15T04:36:50.867103+0000 mon.smithi087 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:36:52.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: cephadm 2023-11-15T04:36:50.868994+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:36:52.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: mgr.14180) 706 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.yumxrh on smithi194 2023-11-15T04:36:52.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: cluster 2023-11-15T04:36:51.510606+0000 mon.smithi087 (mon. 2023-11-15T04:36:52.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: 0) 716 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:36:52.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: cluster 2023-11-15T04:36:51. 2023-11-15T04:36:52.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: 510676+0000 mon.smithi087 (mon.0) 717 : cluster [INF] 2023-11-15T04:36:52.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:51 smithi194 conmon[88664]: Cluster is now healthy 2023-11-15T04:36:53.420 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:53.420 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:54.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:54.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:53 smithi087 conmon[84412]: cluster 2023-11-15T04:36:52.856999+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:36:54.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:53 smithi087 conmon[84412]: 14180) 707 : cluster [DBG] pgmap v468: 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 2023-11-15T04:36:54.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:53 smithi194 conmon[88664]: cluster 2023-11-15T04:36:52.856999+0000 mgr.smithi087.fbbqjk (mgr.14180) 707 : cluster [DBG] 2023-11-15T04:36:54.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:53 smithi194 conmon[88664]: pgmap v468: 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 2023-11-15T04:36:55.028 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:54 smithi194 conmon[88664]: audit 2023-11-15T04:36:53.416159+0000 mgr.smithi087.fbbqjk (mgr.14180) 708 : audit [DBG] 2023-11-15T04:36:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:54 smithi194 conmon[88664]: from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:55.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:54 smithi087 conmon[84412]: audit 2023-11-15T04:36:53.416159+0000 mgr.smithi087.fbbqjk (mgr.14180) 708 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:56.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:55 smithi087 conmon[84412]: cluster 2023-11-15T04:36:54.857683+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:36:56.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:55 smithi087 conmon[84412]: ) 709 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:36:56.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:55 smithi194 conmon[88664]: cluster 2023-11-15T04:36:54.857683+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:36:56.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:55 smithi194 conmon[88664]: 709 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:36:56.860 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:36:56.860 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:36:57.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:36:58.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:57 smithi194 conmon[88664]: audit 2023-11-15T04:36:56.856345+0000 mgr.smithi087.fbbqjk (mgr.14180) 710 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:58.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:57 smithi194 conmon[88664]: 2023-11-15T04:36:58.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:57 smithi194 conmon[88664]: cluster 2023-11-15T04:36:56.858111+0000 mgr.smithi087.fbbqjk (mgr.14180) 711 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:36:58.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:57 smithi087 conmon[84412]: audit 2023-11-15T04:36:56.856345+0000 mgr.smithi087.fbbqjk (mgr.14180) 710 2023-11-15T04:36:58.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:57 smithi087 conmon[84412]: : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:36:58.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:57 smithi087 conmon[84412]: cluster 2023-11-15T04:36:56.858111+0000 mgr.smithi087.fbbqjk (mgr.14180) 711 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:36:58.470 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:36:59.955 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:36:59 smithi087 conmon[84412]: cluster 2023-11-15T04:36:58.858524+0000 mgr.smithi087.fbbqjk (mgr.14180) 712 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:00.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:36:59 smithi194 conmon[88664]: cluster 2023-11-15T04:36:58.858524+0000 mgr.smithi087.fbbqjk (mgr.14180) 712 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:00.331 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:00.331 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:00.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:01.978 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:02.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:01 smithi194 conmon[88664]: audit 2023-11-15T04:37:00.327649+0000 mgr.smithi087.fbbqjk (mgr.14180) 713 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:01 smithi194 conmon[88664]: cluster 2023-11-15T04:37:00.858980 2023-11-15T04:37:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:01 smithi194 conmon[88664]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 714 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:02.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:01 smithi087 conmon[84412]: audit 2023-11-15T04:37:00.327649+0000 mgr.smithi087.fbbqjk (mgr.14180) 713 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:02.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:01 smithi087 conmon[84412]: cluster 2023-11-15T04:37:00.858980+0000 mgr.smithi087.fbbqjk (mgr.14180) 714 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:37:03.782 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:03.782 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:04.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:03 smithi087 conmon[84412]: cluster 2023-11-15T04:37:02.859625+0000 mgr.smithi087.fbbqjk (mgr.14180) 715 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:04.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:03 smithi194 conmon[88664]: cluster 2023-11-15T04:37:02.859625+0000 mgr.smithi087.fbbqjk (mgr.14180) 715 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:04.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:05.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:04 smithi194 conmon[88664]: audit 2023-11-15T04:37:03.778345+0000 mgr.smithi087.fbbqjk (mgr.14180) 716 : audit [DBG] 2023-11-15T04:37:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:04 smithi194 conmon[88664]: from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:05.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:04 smithi087 conmon[84412]: audit 2023-11-15T04:37:03.778345+0000 mgr.smithi087.fbbqjk (mgr.14180) 716 : audit [DBG] 2023-11-15T04:37:05.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:04 smithi087 conmon[84412]: from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:05.395 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:06.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:05 smithi087 conmon[84412]: cluster 2023-11-15T04:37:04.860288+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:37:06.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:05 smithi087 conmon[84412]: .14180) 717 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:06.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:05 smithi194 conmon[88664]: cluster 2023-11-15T04:37:04.860288+0000 mgr.smithi087.fbbqjk (mgr.14180) 717 : cluster [DBG] 2023-11-15T04:37:06.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:05 smithi194 conmon[88664]: pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:06 smithi087 conmon[84412]: cluster 2023-11-15T04:37:06.860748+0000 mgr.smithi087.fbbqjk (mgr.14180) 718 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:07.192 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:07.192 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:07.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:06 smithi194 conmon[88664]: cluster 2023-11-15T04:37:06.860748+0000 mgr.smithi087.fbbqjk (mgr.14180) 718 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:07.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:06 smithi194 conmon[88664]: 2023-11-15T04:37:07.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:08.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:07 smithi087 conmon[84412]: audit 2023-11-15T04:37:07.188514+0000 mgr.smithi087.fbbqjk (mgr.14180) 719 2023-11-15T04:37:08.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:07 smithi087 conmon[84412]: : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:08.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:07 smithi194 conmon[88664]: audit 2023-11-15T04:37:07.188514+0000 mgr.smithi087.fbbqjk (mgr.14180) 719 : audit 2023-11-15T04:37:08.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:07 smithi194 conmon[88664]: [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:08.862 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:10.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:09 smithi194 conmon[88664]: cluster 2023-11-15T04:37:08.861369+0000 mgr.smithi087.fbbqjk (mgr.14180) 720 : cluster 2023-11-15T04:37:10.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:09 smithi194 conmon[88664]: [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:10.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:09 smithi087 conmon[84412]: cluster 2023-11-15T04:37:08.861369+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:37:10.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:09 smithi087 conmon[84412]: mgr.14180) 720 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:10.732 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:10.733 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:11.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:12.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:11 smithi194 conmon[88664]: audit 2023-11-15T04:37:10.728998+0000 mgr.smithi087.fbbqjk (mgr.14180) 721 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:12.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:11 smithi194 conmon[88664]: cluster 2023-11-15T04:37:10.861806+0000 mgr.smithi087.fbbqjk (mgr.14180) 722 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:12.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:11 smithi087 conmon[84412]: audit 2023-11-15T04:37:10.728998+0000 mgr.smithi087.fbbqjk (mgr.14180) 721 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:12.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:11 smithi087 conmon[84412]: cluster 2023-11-15T04:37:10.861806+0000 mgr.smithi087.fbbqjk (mgr.14180) 722 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:12.377 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:14.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:13 smithi087 conmon[84412]: cluster 2023-11-15T04:37:12.862284+0000 mgr.smithi087.fbbqjk (mgr.14180) 723 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:14.249 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:14.249 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:14.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:13 smithi194 conmon[88664]: cluster 2023-11-15T04:37:12.862284+0000 mgr.smithi087.fbbqjk (mgr.14180) 723 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:14.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:15.863 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:16.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:15 smithi194 conmon[88664]: audit 2023-11-15T04:37:14.245536+0000 mgr.smithi087.fbbqjk (mgr.14180) 724 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:16.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:15 smithi194 conmon[88664]: cluster 2023-11-15T04:37:14.862797+0000 mgr.smithi087.fbbqjk (mgr.14180) 725 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:16.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:15 smithi087 conmon[84412]: audit 2023-11-15T04:37:14.245536+0000 mgr.smithi087.fbbqjk (mgr.14180) 724 : audit [DBG] 2023-11-15T04:37:16.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:15 smithi087 conmon[84412]: from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:16.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:15 smithi087 conmon[84412]: cluster 2023-11-15T04:37:14.862797+0000 mgr.smithi087.fbbqjk (mgr.14180) 725 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:17.678 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:17.679 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:18.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:17 smithi087 conmon[84412]: cluster 2023-11-15T04:37:16.863344+0000 mgr.smithi087.fbbqjk (mgr.14180) 726 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:18.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:17 smithi194 conmon[88664]: cluster 2023-11-15T04:37:16.863344+0000 mgr.smithi087.fbbqjk (mgr.14180) 726 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:18.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:19.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:18 smithi194 conmon[88664]: audit 2023-11-15T04:37:17.674498+0000 mgr.smithi087.fbbqjk (mgr.14180) 727 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:19.343 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:19.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:18 smithi087 conmon[84412]: audit 2023-11-15T04:37:17.674498+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:37:19.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:18 smithi087 conmon[84412]: .14180) 727 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:20.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:19 smithi087 conmon[84412]: cluster 2023-11-15T04:37:18.864078+0000 mgr.smithi087.fbbqjk (mgr.14180) 728 2023-11-15T04:37:20.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:19 smithi087 conmon[84412]: : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:20.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:19 smithi194 conmon[88664]: cluster 2023-11-15T04:37:18.864078+0000 mgr.smithi087.fbbqjk (mgr.14180) 728 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:21.225 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:21.225 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:21.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:22.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:21 smithi087 conmon[84412]: cluster 2023-11-15T04:37:20.864519+0000 mgr.smithi087.fbbqjk (mgr.14180) 729 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:22.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:21 smithi194 conmon[88664]: cluster 2023-11-15T04:37:20.864519+0000 mgr.smithi087.fbbqjk (mgr.14180) 729 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:22.792 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:23.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:22 smithi087 conmon[84412]: audit 2023-11-15T04:37:21.221583+0000 mgr.smithi087.fbbqjk (mgr.14180) 730 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:23.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:22 smithi087 conmon[84412]: cluster 2023-11-15T04:37:22.865187+0000 mgr.smithi087.fbbqjk (mgr.14180) 731 : 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 2023-11-15T04:37:23.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:22 smithi194 conmon[88664]: audit 2023-11-15T04:37:21.221583+0000 mgr.smithi087.fbbqjk (mgr.14180) 730 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:23.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:22 smithi194 conmon[88664]: cluster 2023-11-15T04:37:22.865187+0000 mgr.smithi087.fbbqjk (mgr.14180) 731 : 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 2023-11-15T04:37:24.692 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:24.693 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:25.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:26.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:25 smithi194 conmon[88664]: audit 2023-11-15T04:37:24.689386+0000 mgr.smithi087.fbbqjk (mgr.14180) 732 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:26.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:25 smithi194 conmon[88664]: cluster 2023 2023-11-15T04:37:26.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:25 smithi194 conmon[88664]: -11-15T04:37:24.865883+0000 mgr.smithi087.fbbqjk (mgr.14180) 733 : 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 2023-11-15T04:37:26.358 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:26.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:25 smithi087 conmon[84412]: audit 2023-11-15T04:37:24.689386+0000 mgr.smithi087.fbbqjk (mgr.14180) 732 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:26.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:25 smithi087 conmon[84412]: cluster 2023-11-15T04:37:24.865883+0000 mgr.smithi087.fbbqjk (mgr.14180) 733 : 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 2023-11-15T04:37:28.280 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:28.281 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:28.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:27 smithi194 conmon[88664]: cluster 2023-11-15T04:37:26.866292+0000 mgr.smithi087.fbbqjk (mgr.14180) 734 : 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 2023-11-15T04:37:28.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:27 smithi087 conmon[84412]: cluster 2023-11-15T04:37:26.866292+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:37:28.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:27 smithi087 conmon[84412]: mgr.14180) 734 : 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 2023-11-15T04:37:28.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:29.849 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:30.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:29 smithi194 conmon[88664]: audit 2023-11-15T04:37:28.276767+0000 mgr.smithi087.fbbqjk (mgr.14180) 735 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:30.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:29 smithi194 conmon[88664]: cluster 2023-11-15T 2023-11-15T04:37:30.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:29 smithi194 conmon[88664]: 04:37:28.867013+0000 mgr.smithi087.fbbqjk (mgr.14180) 736 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:30.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:29 smithi087 conmon[84412]: audit 2023-11-15T04:37:28.276767+0000 mgr.smithi087.fbbqjk (mgr.14180) 735 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:29 smithi087 conmon[84412]: cluster 2023-11-15T04:37:28.867013+0000 mgr.smithi087.fbbqjk (mgr.14180) 736 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:31.686 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:31.687 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:32.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:31 smithi087 conmon[84412]: cluster 2023-11-15T04:37:30.867508+0000 2023-11-15T04:37:32.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:31 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 737 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:32.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:32.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:31 smithi194 conmon[88664]: cluster 2023-11-15T04:37:30.867508+0000 mgr.smithi087.fbbqjk (mgr.14180) 737 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:33.249 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:33.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:32 smithi087 conmon[84412]: audit 2023-11-15T04:37:31.680701+0000 mgr.smithi087.fbbqjk (mgr.14180) 738 2023-11-15T04:37:33.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:32 smithi087 conmon[84412]: : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:33.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:32 smithi194 conmon[88664]: audit 2023-11-15T04:37:31.680701+0000 mgr.smithi087.fbbqjk (mgr.14180) 738 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:34.007 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:33 smithi087 conmon[84412]: cluster 2023-11-15T04:37:32.868014+0000 2023-11-15T04:37:34.008 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:33 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 739 : 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 2023-11-15T04:37:34.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:33 smithi194 conmon[88664]: cluster 2023-11-15T04:37:32.868014+0000 mgr.smithi087.fbbqjk (mgr.14180) 739 : 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 2023-11-15T04:37:35.037 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:35.037 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:35.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:36.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:35 smithi194 conmon[88664]: cluster 2023-11-15T04:37:34.868487+0000 mgr.smithi087.fbbqjk (mgr.14180) 740 : 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 2023-11-15T04:37:36.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:35 smithi087 conmon[84412]: cluster 2023-11-15T04:37:34.868487+0000 mgr.smithi087.fbbqjk (mgr.14180) 740 : 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 2023-11-15T04:37:36.676 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:37.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:36 smithi087 conmon[84412]: audit 2023-11-15T04:37:35.033386+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:37:37.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:36 smithi087 conmon[84412]: mgr.14180) 741 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:37.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:36 smithi194 conmon[88664]: audit 2023-11-15T04:37:35.033386+0000 mgr.smithi087.fbbqjk (mgr.14180) 741 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:38.204 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:37 smithi087 conmon[84412]: cluster 2023-11-15T04:37:36.868857+0000 mgr.smithi087.fbbqjk 2023-11-15T04:37:38.205 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:37 smithi087 conmon[84412]: (mgr.14180) 742 : 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 2023-11-15T04:37:38.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:37 smithi194 conmon[88664]: cluster 2023-11-15T04:37:36.868857+0000 mgr.smithi087.fbbqjk (mgr.14180) 742 : 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 2023-11-15T04:37:38.542 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:38.543 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:39.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:40.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:39 smithi194 conmon[88664]: audit 2023-11-15T04:37:38.539050+0000 mgr.smithi087.fbbqjk (mgr.14180) 743 : audit [DBG] 2023-11-15T04:37:40.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:39 smithi194 conmon[88664]: from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:40.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:39 smithi194 conmon[88664]: cluster 2023-11-15T04:37:38.869291+0000 mgr.smithi087.fbbqjk (mgr.14180) 744 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:40.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:39 smithi087 conmon[84412]: audit 2023-11-15T04:37:38.539050+0000 mgr.smithi087.fbbqjk (mgr.14180) 743 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:39 smithi087 conmon[84412]: cluster 2023-11-15T04:37:38.869291+0000 mgr.smithi087.fbbqjk (mgr.14180) 744 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:40.165 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:42.027 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:42.028 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:42.223 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:41 smithi087 conmon[84412]: cluster 2023-11-15T04:37:40.869725+0000 mgr.smithi087.fbbqjk (mgr.14180) 745 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:42.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:41 smithi194 conmon[88664]: cluster 2023-11-15T04:37:40.869725+0000 mgr.smithi087.fbbqjk (mgr.14180) 745 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:42.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:41 smithi194 conmon[88664]: 2023-11-15T04:37:42.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:43.657 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:43 smithi087 conmon[84412]: audit 2023-11-15T04:37:42.023844+0000 mgr.smithi087.fbbqjk 2023-11-15T04:37:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:43 smithi087 conmon[84412]: (mgr.14180) 746 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:43 smithi087 conmon[84412]: cluster 2023-11-15T04:37:42.870199+0000 mgr.smithi087.fbbqjk (mgr.14180) 747 : 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 2023-11-15T04:37:44.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:43 smithi194 conmon[88664]: audit 2023-11-15T04:37:42.023844+0000 mgr.smithi087.fbbqjk (mgr.14180) 746 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:43 smithi194 conmon[88664]: 2023-11-15T04:37:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:43 smithi194 conmon[88664]: cluster 2023-11-15T04:37:42.870199+0000 mgr.smithi087.fbbqjk (mgr.14180) 747 : 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 2023-11-15T04:37:45.455 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:45.456 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:46.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:46.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:45 smithi194 conmon[88664]: cluster 2023-11-15T04:37:44.870648+0000 mgr.smithi087.fbbqjk (mgr.14180) 748 : 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 2023-11-15T04:37:46.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:45 smithi087 conmon[84412]: cluster 2023-11-15T04:37:44.870648+0000 mgr.smithi087.fbbqjk (mgr.14180) 748 : 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 2023-11-15T04:37:47.132 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:47.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:46 smithi194 conmon[88664]: audit 2023-11-15T04:37:45.451749+0000 mgr.smithi087.fbbqjk (mgr.14180) 749 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:46 smithi194 conmon[88664]: 2023-11-15T04:37:47.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:46 smithi087 conmon[84412]: audit 2023-11-15T04:37:45.451749+0000 mgr.smithi087.fbbqjk (mgr.14180) 749 2023-11-15T04:37:47.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:46 smithi087 conmon[84412]: : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:48.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:47 smithi194 conmon[88664]: cluster 2023-11-15T04:37:46.871047+0000 mgr.smithi087.fbbqjk (mgr.14180) 750 : cluster 2023-11-15T04:37:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:47 smithi194 conmon[88664]: [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 2023-11-15T04:37:48.339 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:47 smithi087 conmon[84412]: cluster 2023-11-15T04:37:46.871047+0000 2023-11-15T04:37:48.339 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:47 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 750 : 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 2023-11-15T04:37:48.931 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:48.931 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:49.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:50.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:49 smithi194 conmon[88664]: cluster 2023-11-15T04:37:48.871500+0000 mgr.smithi087.fbbqjk (mgr.14180) 751 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:50.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:49 smithi194 conmon[88664]: 2023-11-15T04:37:50.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:49 smithi194 conmon[88664]: audit 2023-11-15T04:37:48.927278+0000 mgr.smithi087.fbbqjk (mgr.14180) 752 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:49 smithi087 conmon[84412]: cluster 2023-11-15T04:37:48.871500+0000 mgr.smithi087.fbbqjk 2023-11-15T04:37:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:49 smithi087 conmon[84412]: (mgr.14180) 751 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:37:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:49 smithi087 conmon[84412]: audit 2023-11-15T04:37:48.927278+0000 mgr.smithi087.fbbqjk (mgr.14180) 752 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:50.560 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:52.078 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:51 smithi087 conmon[84412]: cluster 2023-11-15T04:37:50.871929+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:37:52.078 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:51 smithi087 conmon[84412]: 14180) 753 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:51 smithi194 conmon[88664]: cluster 2023-11-15T04:37:50.871929+0000 mgr.smithi087.fbbqjk (mgr.14180) 753 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:37:52.451 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:52.451 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:53.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:54.030 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:54.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:53 smithi194 conmon[88664]: audit 2023-11-15T04:37:52.446899+0000 mgr.smithi087.fbbqjk (mgr.14180) 754 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:54.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:53 smithi194 conmon[88664]: cluster 2023-11-15T04:37:52.872507+0000 mgr.smithi087.fbbqjk (mgr.14180) 755 : 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 2023-11-15T04:37:54.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:53 smithi087 conmon[84412]: audit 2023-11-15T04:37:52.446899+0000 mgr.smithi087.fbbqjk (mgr.14180) 754 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:54.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:53 smithi087 conmon[84412]: cluster 2023-11-15T04:37:52.872507+0000 mgr.smithi087.fbbqjk (mgr.14180) 755 : 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 2023-11-15T04:37:55.776 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:55.777 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:56.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:55 smithi087 conmon[84412]: cluster 2023-11-15T04:37:54.873027+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:37:56.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:55 smithi087 conmon[84412]: mgr.14180) 756 : 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 2023-11-15T04:37:56.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:55 smithi194 conmon[88664]: cluster 2023-11-15T04:37:54.873027+0000 mgr.smithi087.fbbqjk (mgr.14180) 756 : cluster 2023-11-15T04:37:56.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:55 smithi194 conmon[88664]: [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 2023-11-15T04:37:56.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:37:57.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:56 smithi194 conmon[88664]: audit 2023-11-15T04:37:55.772852+0000 mgr.smithi087.fbbqjk (mgr.14180) 757 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:57.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:56 smithi087 conmon[84412]: audit 2023-11-15T04:37:55.772852+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:37:57.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:56 smithi087 conmon[84412]: mgr.14180) 757 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:37:57.403 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:37:58.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:57 smithi087 conmon[84412]: cluster 2023-11-15T04:37:56.873474+0000 mgr.smithi087.fbbqjk (mgr.14180) 758 : 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 2023-11-15T04:37:58.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:57 smithi194 conmon[88664]: cluster 2023-11-15T04:37:56.873474+0000 mgr.smithi087.fbbqjk (mgr.14180) 758 : 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 2023-11-15T04:37:59.209 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:37:59.210 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:37:59.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:00.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:37:59 smithi194 conmon[88664]: cluster 2023-11-15T04:37:58.873892+0000 mgr.smithi087.fbbqjk (mgr.14180) 759 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:00.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:59 smithi087 conmon[84412]: cluster 2023-11-15T04:37:58.873892+0000 mgr.smithi087.fbbqjk (mgr.14180) 759 : 2023-11-15T04:38:00.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:37:59 smithi087 conmon[84412]: cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:00.770 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:01.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:00 smithi194 conmon[88664]: audit 2023-11-15T04:37:59.205714+0000 mgr.smithi087.fbbqjk (mgr.14180) 760 : 2023-11-15T04:38:01.054 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:00 smithi194 conmon[88664]: audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:00 smithi087 conmon[84412]: audit 2023-11-15T04: 2023-11-15T04:38:01.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:00 smithi087 conmon[84412]: 37:59.205714+0000 mgr.smithi087.fbbqjk (mgr.14180) 760 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:01.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:01 smithi087 conmon[84412]: cluster 2023-11-15T04:38:00.874339+0000 mgr.smithi087.fbbqjk (mgr.14180) 761 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:02.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:01 smithi194 conmon[88664]: cluster 2023-11-15T04:38:00.874339+0000 mgr.smithi087.fbbqjk (mgr.14180) 761 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:02.586 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:02.586 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:03.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:04.162 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:04.188 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:03 smithi087 conmon[84412]: audit 2023-11-15T04:38:02.582695+0000 mgr.smithi087.fbbqjk (mgr.14180) 762 2023-11-15T04:38:04.188 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:03 smithi087 conmon[84412]: : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:04.188 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:03 smithi087 conmon[84412]: cluster 2023-11-15T04:38:02.874771+0000 mgr.smithi087.fbbqjk (mgr.14180) 763 : 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 2023-11-15T04:38:04.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:03 smithi194 conmon[88664]: audit 2023-11-15T04:38:02.582695+0000 mgr.smithi087.fbbqjk (mgr.14180) 762 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:04.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:03 smithi194 conmon[88664]: cluster 2023-11-15T04:38:02.874771+0000 mgr.smithi087.fbbqjk (mgr.14180) 763 : 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 2023-11-15T04:38:05.995 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:05.996 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:06.195 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:05 smithi087 conmon[84412]: cluster 2023-11-15T04:38:04.875190+0000 mgr.smithi087.fbbqjk (mgr.14180) 764 : 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 2023-11-15T04:38:06.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:05 smithi194 conmon[88664]: cluster 2023-11-15T04:38:04.875190+0000 mgr.smithi087.fbbqjk (mgr.14180) 764 : 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 2023-11-15T04:38:06.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:07.678 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:08.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:07 smithi087 conmon[84412]: audit 2023-11-15T04:38:05.991853+0000 mgr.smithi087.fbbqjk 2023-11-15T04:38:08.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:07 smithi087 conmon[84412]: (mgr.14180) 765 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:08.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:07 smithi087 conmon[84412]: cluster 2023-11-15T04:38:06.875589+0000 mgr.smithi087.fbbqjk (mgr.14180) 766 : 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 2023-11-15T04:38:08.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:07 smithi194 conmon[88664]: audit 2023-11-15T04:38:05.991853+0000 mgr.smithi087.fbbqjk (mgr.14180) 765 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:08.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:07 smithi194 conmon[88664]: 2023-11-15T04:38:08.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:07 smithi194 conmon[88664]: cluster 2023-11-15T04:38:06.875589+0000 mgr.smithi087.fbbqjk (mgr.14180) 766 : 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 2023-11-15T04:38:09.488 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:09.489 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:10.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:09 smithi194 conmon[88664]: cluster 2023-11-15T04:38:08.876007+0000 mgr.smithi087.fbbqjk (mgr.14180) 767 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:10.087 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:09 smithi087 conmon[84412]: cluster 2023-11-15T04:38:08.876007+0000 mgr.smithi087.fbbqjk (mgr.14180) 767 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:10.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:11.104 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:11.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:10 smithi087 conmon[84412]: audit 2023-11-15T04:38:09.485237+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:38:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:10 smithi087 conmon[84412]: 14180) 768 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:10 smithi194 conmon[88664]: audit 2023-11-15T04:38:09.485237+0000 mgr.smithi087.fbbqjk (mgr.14180) 768 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:11.874 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:11 smithi087 conmon[84412]: cluster 2023-11-15T04:38:10 2023-11-15T04:38:11.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:11 smithi087 conmon[84412]: .876671+0000 mgr.smithi087.fbbqjk (mgr.14180) 769 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:12.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:11 smithi194 conmon[88664]: cluster 2023-11-15T04:38:10.876671+0000 mgr.smithi087.fbbqjk (mgr.14180) 769 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:13.037 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:13.038 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:13.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:14.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:13 smithi194 conmon[88664]: cluster 2023-11-15T04:38:12.877070+0000 mgr.smithi087.fbbqjk (mgr.14180) 770 : 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 2023-11-15T04:38:14.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:13 smithi087 conmon[84412]: cluster 2023-11-15T04:38:12.877070+0000 mgr.smithi087.fbbqjk (mgr.14180) 770 : 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 2023-11-15T04:38:14.594 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:15.259 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:14 smithi087 conmon[84412]: audit 2023-11-15T04:38:13.033824+0000 2023-11-15T04:38:15.259 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:14 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 771 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:15.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:14 smithi194 conmon[88664]: audit 2023-11-15T04:38:13.033824+0000 mgr.smithi087.fbbqjk (mgr.14180) 771 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:16.178 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:15 smithi087 conmon[84412]: cluster 2023-11-15T04:38:14.877501+0000 mgr.smithi087.fbbqjk (mgr.14180) 772 : 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 2023-11-15T04:38:16.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:15 smithi194 conmon[88664]: cluster 2023-11-15T04:38:14.877501+0000 mgr.smithi087.fbbqjk (mgr.14180) 772 : 2023-11-15T04:38:16.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:15 smithi194 conmon[88664]: 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 2023-11-15T04:38:16.490 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:16.491 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:17.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:18.144 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:18.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:17 smithi194 conmon[88664]: audit 2023-11-15T04:38:16.487287+0000 mgr.smithi087.fbbqjk (mgr.14180) 773 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:17 smithi194 conmon[88664]: cluster 2023-11-15T04:38:16.877996+0000 mgr.smithi087.fbbqjk (mgr.14180) 774 : 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 2023-11-15T04:38:18.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:17 smithi087 conmon[84412]: audit 2023-11-15T04:38:16.487287+0000 mgr.smithi087.fbbqjk 2023-11-15T04:38:18.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:17 smithi087 conmon[84412]: (mgr.14180) 773 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:18.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:17 smithi087 conmon[84412]: cluster 2023-11-15T04:38:16.877996+0000 mgr.smithi087.fbbqjk (mgr.14180) 774 : 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 2023-11-15T04:38:19.970 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:19.970 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:20.053 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:19 smithi194 conmon[88664]: cluster 2023-11-15T04:38:18.878413+0000 mgr.smithi087.fbbqjk (mgr.14180) 775 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:20.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:19 smithi087 conmon[84412]: cluster 2023-11-15T04:38:18.878413+0000 2023-11-15T04:38:20.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:19 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 775 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:20.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:21.535 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:22.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:21 smithi194 conmon[88664]: audit 2023-11-15T04:38:19.966919+0000 mgr.smithi087.fbbqjk (mgr.14180) 776 : audit 2023-11-15T04:38:22.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:21 smithi194 conmon[88664]: [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:22.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:21 smithi194 conmon[88664]: cluster 2023-11-15T04:38:20.878941+0000 mgr.smithi087.fbbqjk (mgr.14180) 777 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:22.326 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:21 smithi087 conmon[84412]: audit 2023-11-15T04:38:19.966919+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:38:22.326 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:21 smithi087 conmon[84412]: mgr.14180) 776 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:22.326 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:21 smithi087 conmon[84412]: cluster 2023-11-15T04:38:20.878941+0000 mgr.smithi087.fbbqjk (mgr.14180) 777 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:23.356 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:23.357 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:23.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:24.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:23 smithi194 conmon[88664]: cluster 2023-11-15T04:38:22.879364+0000 mgr.smithi087.fbbqjk (mgr.14180) 778 : 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 2023-11-15T04:38:24.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:23 smithi087 conmon[84412]: cluster 2023-11-15T04:38:22.879364+0000 mgr.smithi087.fbbqjk (mgr.14180) 778 : 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 2023-11-15T04:38:24.945 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:25.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:24 smithi194 conmon[88664]: audit 2023-11-15T04:38:23.353006+0000 mgr.smithi087.fbbqjk (mgr.14180) 779 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:24 smithi194 conmon[88664]: 2023-11-15T04:38:25.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:24 smithi087 conmon[84412]: audit 2023-11-15T04:38:23.353006+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:38:25.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:24 smithi087 conmon[84412]: 779 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:26.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:25 smithi087 conmon[84412]: cluster 2023-11-15T04:38:24.879844+0000 mgr.smithi087.fbbqjk (mgr.14180) 780 : 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 2023-11-15T04:38:26.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:25 smithi194 conmon[88664]: cluster 2023-11-15T04:38:24.879844+0000 mgr.smithi087.fbbqjk (mgr.14180) 780 : 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 2023-11-15T04:38:26.782 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:26.783 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:27.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:26 smithi087 conmon[84412]: audit 2023-11-15T04:38:26.779124+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:38:27.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:26 smithi087 conmon[84412]: 781 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:27.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:26 smithi087 conmon[84412]: cluster 2023-11-15T04:38:26.880237+0000 mgr.smithi087.fbbqjk (mgr.14180) 782 : 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 2023-11-15T04:38:27.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:26 smithi194 conmon[88664]: audit 2023-11-15T04:38:26.779124+0000 mgr.smithi087.fbbqjk (mgr.14180) 781 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:26 smithi194 conmon[88664]: cluster 2023-11-15T04:38:26.880237+0000 mgr.smithi087.fbbqjk (mgr.14180) 782 : 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 2023-11-15T04:38:27.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:28.467 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:29.983 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:29 smithi087 conmon[84412]: cluster 2023-11-15T04:38:28.880906+0000 mgr.smithi087.fbbqjk (mgr.14180) 783 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:30.290 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:30.291 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:30.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:29 smithi194 conmon[88664]: cluster 2023-11-15T04:38:28.880906+0000 mgr.smithi087.fbbqjk (mgr.14180) 783 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:30.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:31.943 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:32.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:31 smithi194 conmon[88664]: audit 2023-11-15T04:38:30.286700+0000 mgr.smithi087.fbbqjk (mgr.14180) 784 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:32.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:31 smithi194 conmon[88664]: cluster 2023-11-15T04:38:30.881335+0000 mgr.smithi087.fbbqjk (mgr.14180) 785 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:32.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:31 smithi087 conmon[84412]: audit 2023-11-15T04:38:30.286700+0000 mgr.smithi087.fbbqjk (mgr.14180) 784 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:32.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:31 smithi087 conmon[84412]: cluster 2023-11-15T04:38:30.881335 2023-11-15T04:38:32.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:31 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 785 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:33.746 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:33.746 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:34.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:33 smithi087 conmon[84412]: cluster 2023-11-15T04:38:32.881765+0000 mgr.smithi087.fbbqjk (mgr.14180) 786 : 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 2023-11-15T04:38:34.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:33 smithi194 conmon[88664]: cluster 2023-11-15T04:38:32.881765+0000 mgr.smithi087.fbbqjk (mgr.14180) 786 : 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 2023-11-15T04:38:34.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:35.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:34 smithi194 conmon[88664]: audit 2023-11-15T04:38:33.742217+0000 mgr.smithi087.fbbqjk (mgr.14180) 787 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:35.348 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:35.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:34 smithi087 conmon[84412]: audit 2023-11-15T04:38:33.742217+0000 mgr.smithi087.fbbqjk (mgr.14180) 787 : audit 2023-11-15T04:38:35.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:34 smithi087 conmon[84412]: [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:35 smithi087 conmon[84412]: cluster 2023-11-15T04:38:34.882176+0000 mgr.smithi087.fbbqjk 2023-11-15T04:38:36.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:35 smithi087 conmon[84412]: (mgr.14180) 788 : 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 2023-11-15T04:38:36.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:35 smithi194 conmon[88664]: cluster 2023-11-15T04:38:34.882176+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:38:36.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:35 smithi194 conmon[88664]: 788 : 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 2023-11-15T04:38:37.224 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:37.225 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:37.252 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:36 smithi087 conmon[84412]: cluster 2023-11-15T04:38:36.882607+0000 mgr.smithi087.fbbqjk (mgr.14180) 789 : 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 2023-11-15T04:38:37.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:36 smithi194 conmon[88664]: cluster 2023-11-15T04:38:36.882607+0000 mgr.smithi087.fbbqjk (mgr.14180) 789 : 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 2023-11-15T04:38:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:36 smithi194 conmon[88664]: 2023-11-15T04:38:37.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:38.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:37 smithi087 conmon[84412]: audit 2023-11-15T04:38:37.221163+0000 mgr.smithi087.fbbqjk (mgr.14180) 790 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:38.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:37 smithi194 conmon[88664]: audit 2023-11-15T04:38:37.221163+0000 mgr.smithi087.fbbqjk (mgr.14180) 790 : audit [DBG] 2023-11-15T04:38:38.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:37 smithi194 conmon[88664]: from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:38.850 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:40.051 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:39 smithi087 conmon[84412]: cluster 2023-11-15T04:38:38.883072+0000 mgr.smithi087.fbbqjk (mgr.14180) 791 2023-11-15T04:38:40.051 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:39 smithi087 conmon[84412]: : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:39 smithi194 conmon[88664]: cluster 2023-11-15T04:38:38.883072+0000 mgr.smithi087.fbbqjk (mgr.14180) 791 : 2023-11-15T04:38:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:39 smithi194 conmon[88664]: cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:40.722 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:40.723 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:41.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:42.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:41 smithi194 conmon[88664]: audit 2023-11-15T04:38:40.717885+0000 mgr.smithi087.fbbqjk (mgr.14180) 792 : audit [DBG] 2023-11-15T04:38:42.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:41 smithi194 conmon[88664]: from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:42.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:41 smithi194 conmon[88664]: cluster 2023-11-15T04:38:40.883518+0000 mgr.smithi087.fbbqjk (mgr.14180) 793 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:42.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:41 smithi087 conmon[84412]: audit 2023-11-15T04:38:40.717885+0000 mgr.smithi087.fbbqjk (mgr.14180) 792 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:42.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:41 smithi087 conmon[84412]: cluster 2023-11-15T04:38:40.883518+0000 mgr.smithi087.fbbqjk (mgr.14180) 793 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:42.391 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:44.180 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:44.180 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:44.205 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:43 smithi087 conmon[84412]: cluster 2023-11-15T04:38:42.883940+0000 mgr.smithi087.fbbqjk (mgr.14180) 794 : 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 2023-11-15T04:38:44.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:43 smithi194 conmon[88664]: cluster 2023-11-15T04:38:42.883940+0000 mgr.smithi087.fbbqjk (mgr.14180) 794 : cluster 2023-11-15T04:38:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:43 smithi194 conmon[88664]: [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 2023-11-15T04:38:44.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:45.783 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:45 smithi087 conmon[84412]: audit 2023-11-15T04:38:44.175636+0000 2023-11-15T04:38:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:45 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 795 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:46.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:45 smithi087 conmon[84412]: cluster 2023-11-15T04:38:44.884532+0000 mgr.smithi087.fbbqjk (mgr.14180) 796 : 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 2023-11-15T04:38:46.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:45 smithi194 conmon[88664]: audit 2023-11-15T04:38:44.175636+0000 mgr.smithi087.fbbqjk (mgr.14180) 795 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:46.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:45 smithi194 conmon[88664]: 2023-11-15T04:38:46.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:45 smithi194 conmon[88664]: cluster 2023-11-15T04:38:44.884532+0000 mgr.smithi087.fbbqjk (mgr.14180) 796 : 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 2023-11-15T04:38:47.254 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:46 smithi087 conmon[84412]: cluster 2023-11-15T04:38:46.884923+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:38:47.255 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:46 smithi087 conmon[84412]: 14180) 797 : 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 2023-11-15T04:38:47.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:46 smithi194 conmon[88664]: cluster 2023-11-15T04:38:46.884923+0000 mgr.smithi087.fbbqjk (mgr.14180) 797 : cluster 2023-11-15T04:38:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:46 smithi194 conmon[88664]: [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 2023-11-15T04:38:47.569 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:47.569 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:48.258 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:47 smithi087 conmon[84412]: audit 2023-11-15T04:38:47.565537+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:38:48.258 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:47 smithi087 conmon[84412]: .14180) 798 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:48.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:48.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:47 smithi194 conmon[88664]: audit 2023-11-15T04:38:47.565537+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:38:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:47 smithi194 conmon[88664]: 798 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:49.273 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:50.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:49 smithi087 conmon[84412]: cluster 2023-11-15T04:38:48.885383+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:38:50.106 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:49 smithi087 conmon[84412]: ) 799 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:50.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:49 smithi194 conmon[88664]: cluster 2023-11-15T04:38:48.885383+0000 mgr.smithi087.fbbqjk (mgr.14180) 799 : cluster [DBG] 2023-11-15T04:38:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:49 smithi194 conmon[88664]: pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:38:51.153 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:51.153 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:51.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:52.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:51 smithi087 conmon[84412]: cluster 2023-11-15T04:38:50.885824+0000 mgr.smithi087.fbbqjk (mgr.14180) 800 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:51 smithi194 conmon[88664]: cluster 2023-11-15T04:38:50.885824+0000 mgr.smithi087.fbbqjk (mgr.14180) 800 : cluster 2023-11-15T04:38:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:51 smithi194 conmon[88664]: [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:38:52.755 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:52 smithi087 conmon[84412]: audit 2023-11-15T04:38:51.149191+0000 mgr.smithi087.fbbqjk (mgr.14180) 801 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:53.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:52 smithi194 conmon[88664]: audit 2023-11-15T04:38:51.149191+0000 mgr.smithi087.fbbqjk (mgr.14180) 801 : audit [DBG] 2023-11-15T04:38:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:52 smithi194 conmon[88664]: from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:54.224 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:53 smithi087 conmon[84412]: cluster 2023-11-15T04:38:52.886265+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:38:54.224 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:53 smithi087 conmon[84412]: 802 : 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 2023-11-15T04:38:54.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:53 smithi194 conmon[88664]: cluster 2023-11-15T04:38:52.886265+0000 mgr.smithi087.fbbqjk (mgr.14180) 802 : cluster [DBG] 2023-11-15T04:38:54.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:53 smithi194 conmon[88664]: 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 2023-11-15T04:38:54.604 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:54.604 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:55.201 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:54 smithi087 conmon[84412]: audit 2023-11-15T04:38:54.600335+0000 mgr.smithi087.fbbqjk (mgr.14180) 803 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:55.201 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:54 smithi087 conmon[84412]: cluster 2023-11-15T04:38:54.886817+0000 mgr.smithi087.fbbqjk (mgr.14180) 804 : 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 2023-11-15T04:38:55.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:54 smithi194 conmon[88664]: audit 2023-11-15T04:38:54.600335+0000 mgr.smithi087.fbbqjk (mgr.14180) 803 : audit 2023-11-15T04:38:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:54 smithi194 conmon[88664]: [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:38:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:54 smithi194 conmon[88664]: cluster 2023-11-15T04:38:54.886817+0000 mgr.smithi087.fbbqjk (mgr.14180) 804 : 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 2023-11-15T04:38:56.204 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:38:58.083 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:38:58.084 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:38:58.104 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:57 smithi087 conmon[84412]: cluster 2023-11-15T04:38:56.887185+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:38:58.104 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:57 smithi087 conmon[84412]: 805 : 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 2023-11-15T04:38:58.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:57 smithi194 conmon[88664]: cluster 2023-11-15T04:38:56.887185+0000 mgr.smithi087.fbbqjk (mgr.14180) 805 : 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 2023-11-15T04:38:58.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:57 smithi194 conmon[88664]: 2023-11-15T04:38:58.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:38:59.682 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:00.121 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:59 smithi087 conmon[84412]: audit 2023-11-15T04:38:58.079312+0000 mgr.smithi087.fbbqjk (mgr.14180) 806 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:00.122 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:38:59 smithi087 conmon[84412]: cluster 2023-11-15T04:38:58.887625+0000 mgr.smithi087.fbbqjk (mgr.14180) 807 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:00.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:59 smithi194 conmon[88664]: audit 2023-11-15T04:38:58.079312+0000 mgr.smithi087.fbbqjk (mgr.14180) 806 2023-11-15T04:39:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:59 smithi194 conmon[88664]: : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:38:59 smithi194 conmon[88664]: cluster 2023-11-15T04:38:58.887625+0000 mgr.smithi087.fbbqjk (mgr.14180) 807 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:01.513 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:01.513 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:02.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:01 smithi194 conmon[88664]: cluster 2023-11-15T04:39:00.888078+0000 mgr.smithi087.fbbqjk (mgr.14180) 808 : cluster 2023-11-15T04:39:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:01 smithi194 conmon[88664]: [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:02.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:01 smithi087 conmon[84412]: cluster 2023-11-15T04:39:00.888078+0000 mgr.smithi087.fbbqjk (mgr.14180) 808 : cluster [DBG] 2023-11-15T04:39:02.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:01 smithi087 conmon[84412]: pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:03.121 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:03.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:02 smithi194 conmon[88664]: audit 2023-11-15T04:39:01.509605+0000 mgr.smithi087.fbbqjk (mgr.14180) 809 : audit 2023-11-15T04:39:03.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:02 smithi194 conmon[88664]: [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:03.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:02 smithi087 conmon[84412]: audit 2023-11-15T04:39:01.509605+0000 mgr.smithi087.fbbqjk (mgr.14180) 809 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:04.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:03 smithi194 conmon[88664]: cluster 2023-11-15T04:39:02.888871+0000 mgr.smithi087.fbbqjk (mgr.14180) 810 : 2023-11-15T04:39:04.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:03 smithi194 conmon[88664]: 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 2023-11-15T04:39:04.314 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:03 smithi087 conmon[84412]: cluster 2023-11-15T04:39:02.888871+0000 mgr.smithi087.fbbqjk (mgr.14180) 810 : 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 2023-11-15T04:39:04.926 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:04.926 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:05.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:04 smithi194 conmon[88664]: cluster 2023-11-15T04:39:04.889325+0000 mgr.smithi087.fbbqjk (mgr.14180) 811 : cluster [DBG] 2023-11-15T04:39:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:04 smithi194 conmon[88664]: 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 2023-11-15T04:39:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:04 smithi194 conmon[88664]: audit 2023-11-15T04:39:04.922650+0000 mgr.smithi087.fbbqjk (mgr.14180) 812 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:05.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:04 smithi087 conmon[84412]: cluster 2023-11-15T04:39:04.889325+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:39:05.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:04 smithi087 conmon[84412]: mgr.14180) 811 : 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 2023-11-15T04:39:05.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:04 smithi087 conmon[84412]: audit 2023-11-15T04:39:04.922650+0000 mgr.smithi087.fbbqjk (mgr.14180) 812 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:05.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:06.554 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:08.074 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:07 smithi087 conmon[84412]: cluster 2023-11-15T04:39:06.889850+0000 mgr.smithi087.fbbqjk (mgr.14180) 813 : 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 2023-11-15T04:39:08.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:07 smithi194 conmon[88664]: cluster 2023-11-15T04:39:06.889850+0000 mgr.smithi087.fbbqjk (mgr.14180) 813 : cluster [DBG] 2023-11-15T04:39:08.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:07 smithi194 conmon[88664]: 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 2023-11-15T04:39:08.395 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:08.396 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:09.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:10.052 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:10.081 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:09 smithi087 conmon[84412]: audit 2023-11-15T04:39:08.391859+0000 mgr.smithi087.fbbqjk (mgr.14180) 814 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:10.081 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:09 smithi087 conmon[84412]: cluster 2023-11-15T04:39:08.890372+0000 mgr.smithi087.fbbqjk (mgr.14180) 815 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:10.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:09 smithi194 conmon[88664]: audit 2023-11-15T04:39:08.391859+0000 mgr.smithi087.fbbqjk (mgr.14180) 814 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:10.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:09 smithi194 conmon[88664]: cluster 2023-11-15T04:39:08. 2023-11-15T04:39:10.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:09 smithi194 conmon[88664]: 890372+0000 mgr.smithi087.fbbqjk (mgr.14180) 815 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:11.888 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:11.888 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:12.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:11 smithi194 conmon[88664]: cluster 2023-11-15T04:39:10.890828+0000 mgr.smithi087.fbbqjk (mgr.14180) 816 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:12.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:11 smithi087 conmon[84412]: cluster 2023-11-15T04:39:10.890828+0000 mgr.smithi087.fbbqjk (mgr.14180) 816 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:12.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:12 smithi194 conmon[88664]: audit 2023-11-15T04:39:11.884166+0000 mgr.smithi087.fbbqjk (mgr.14180) 817 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:13.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:12 smithi087 conmon[84412]: audit 2023-11-15T04:39:11.884166+0000 mgr.smithi087.fbbqjk (mgr.14180) 817 2023-11-15T04:39:13.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:12 smithi087 conmon[84412]: : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:13.553 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:14.205 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:13 smithi087 conmon[84412]: cluster 2023-11-15T04:39:12.891287+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:39:14.206 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:13 smithi087 conmon[84412]: 818 : 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 2023-11-15T04:39:14.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:13 smithi194 conmon[88664]: cluster 2023-11-15T04:39:12.891287+0000 mgr.smithi087.fbbqjk (mgr.14180) 818 : 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 2023-11-15T04:39:15.016 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:14 smithi087 conmon[84412]: cluster 2023-11-15T04:39:14.891875+0000 mgr.smithi087.fbbqjk (mgr.14180) 819 : 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 2023-11-15T04:39:15.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:14 smithi194 conmon[88664]: cluster 2023-11-15T04:39:14.891875+0000 mgr.smithi087.fbbqjk (mgr.14180) 819 : cluster [DBG] 2023-11-15T04:39:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:14 smithi194 conmon[88664]: 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 2023-11-15T04:39:15.351 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:15.351 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:15.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:16.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:15 smithi194 conmon[88664]: audit 2023-11-15T04:39:15.347300+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:39:16.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:15 smithi194 conmon[88664]: 14180) 820 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:16.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:15 smithi087 conmon[84412]: audit 2023-11-15T04:39:15.347300+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:39:16.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:15 smithi087 conmon[84412]: .14180) 820 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:16.911 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:17.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:16 smithi194 conmon[88664]: cluster 2023-11-15T04:39:16.892336+0000 mgr.smithi087.fbbqjk (mgr.14180) 821 : cluster [DBG] 2023-11-15T04:39:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:16 smithi194 conmon[88664]: 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 2023-11-15T04:39:17.369 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:16 smithi087 conmon[84412]: cluster 2023-11-15T04:39:16.892336+0000 mgr.smithi087.fbbqjk (mgr.14180) 821 : 2023-11-15T04:39:17.369 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:16 smithi087 conmon[84412]: 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 2023-11-15T04:39:18.689 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:18.689 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:19.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:20.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:19 smithi087 conmon[84412]: audit 2023-11-15T04:39:18.685231+0000 mgr.smithi087.fbbqjk (mgr.14180) 822 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:20.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:19 smithi087 conmon[84412]: cluster 2023-11-15T04:39:18.892738+0000 mgr.smithi087.fbbqjk (mgr.14180) 823 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:20.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:19 smithi194 conmon[88664]: audit 2023-11-15T04:39:18.685231+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:39:20.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:19 smithi194 conmon[88664]: 822 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:20.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:19 smithi194 conmon[88664]: cluster 2023-11-15T04:39:18.892738+0000 mgr.smithi087.fbbqjk (mgr.14180) 823 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:20.328 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:22.142 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:22.143 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:31:32.517461Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zjsaar on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:22.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:21 smithi194 conmon[88664]: cluster 2023-11-15T04:39:20.893222+0000 mgr.smithi087.fbbqjk (mgr.14180) 824 : cluster [DBG] 2023-11-15T04:39:22.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:21 smithi194 conmon[88664]: pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:22.326 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:21 smithi087 conmon[84412]: cluster 2023-11-15T04:39:20.893222+0000 mgr.smithi087.fbbqjk (mgr.14180) 824 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:22.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:23.778 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:24.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:23 smithi087 conmon[84412]: audit 2023-11-15T04:39:22.138870+0000 mgr.smithi087.fbbqjk (mgr.14180) 825 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:24.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:23 smithi087 conmon[84412]: cluster 2023-11-15T04:39:22.893842+0000 mgr.smithi087.fbbqjk (mgr.14180) 826 : 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 2023-11-15T04:39:24.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:23 smithi087 conmon[84412]: audit 2023-11-15T04:39:23.915764+0000 mon.smithi087 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.yumxrh"}]: dispatch 2023-11-15T04:39:24.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:23 smithi194 conmon[88664]: audit 2023-11-15T04:39:22.138870+0000 mgr.smithi087.fbbqjk (mgr.14180) 825 2023-11-15T04:39:24.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:23 smithi194 conmon[88664]: : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:24.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:23 smithi194 conmon[88664]: cluster 2023-11-15T04:39:22.893842+0000 mgr.smithi087.fbbqjk (mgr.14180) 826 : 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 2023-11-15T04:39:24.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:23 smithi194 conmon[88664]: audit 2023-11-15T04:39:23.915764+0000 2023-11-15T04:39:24.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:23 smithi194 conmon[88664]: mon.smithi087 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.yumxrh"}]: dispatch 2023-11-15T04:39:25.209 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: cephadm 2023-11-15T04:39:23.915288+0000 mgr.smithi087.fbbqjk (mgr.14180) 827 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.209 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.210 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.210 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.210 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.yumxrh ... 2023-11-15T04:39:25.210 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.210 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:39:25.211 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:37:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.211 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:38:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.211 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:38:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.211 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.211 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: Traceback (most recent call last): 2023-11-15T04:39:25.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:39:25.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: yield (conn, connr) 2023-11-15T04:39:25.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:39:25.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: code, '\n'.join(err))) 2023-11-15T04:39:25.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.213 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.214 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.yumxrh ... 2023-11-15T04:39:25.214 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.214 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:39:25.214 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:37:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.214 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:38:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.215 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:38:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.215 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.215 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2023-11-15T04:39:25.215 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.216 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.216 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: cephadm 2023-11-15T04:39:23.915451+0000 mgr.smithi087.fbbqjk (mgr.14180) 828 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.216 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: cephadm 2023-11-15T04:39:23.916385+0000 mgr.smithi087.fbbqjk (mgr.14180) 829 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.216 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.216 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.217 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.217 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.yumxrh ... 2023-11-15T04:39:25.217 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.217 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:39:25.217 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:37:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.218 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:38:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.218 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:38:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.218 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.218 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.218 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: cephadm 2023-11-15T04:39:23.917802+0000 mgr.smithi087.fbbqjk (mgr.14180) 830 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.shzplv on smithi087 2023-11-15T04:39:25.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:24 smithi087 conmon[84412]: cluster 2023-11-15T04:39:24.894569+0000 mgr.smithi087.fbbqjk (mgr.14180) 831 : 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 2023-11-15T04:39:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: cephadm 2023-11-15T04:39:23.915288+0000 mgr.smithi087.fbbqjk (mgr.14180) 827 : cephadm 2023-11-15T04:39:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.yumxrh ... 2023-11-15T04:39:25.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:39:25.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:37:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:38:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:38:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: Traceback (most recent call last): 2023-11-15T04:39:25.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:39:25.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: yield (conn, connr) 2023-11-15T04:39:25.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:39:25.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: code, '\n'.join(err))) 2023-11-15T04:39:25.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.yumxrh ... 2023-11-15T04:39:25.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:39:25.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:37:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:38:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:38:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: ER 2023-11-15T04:39:25.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: ROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: cephadm 2023-11-15T04:39:23.915451+0000 mgr.smithi087.fbbqjk (mgr.14180) 828 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: cephadm 2023-11-15T04:39:23.916385+0000 mgr.smithi087.fbbqjk (mgr.14180) 829 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh 2023-11-15T04:39:25.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh 2023-11-15T04:39:25.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.yumxrh ... 2023-11-15T04:39:25.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:39:25.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:37:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:38:05Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:38:43Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:39:25.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:39:25.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:39:25.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: cephadm 2023-11-15T04:39:23.917802+0000 mgr.smithi087.fbbqjk (mgr.14180) 830 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.shzplv on smithi087 2023-11-15T04:39:25.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:24 smithi194 conmon[88664]: cluster 2023-11-15T04:39:24.894569+0000 mgr.smithi087.fbbqjk (mgr.14180) 831 : 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 2023-11-15T04:39:25.566 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:25.566 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:26.256 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:25 smithi087 conmon[84412]: audit 2023-11-15T04:39:25.562008+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:39:26.256 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:25 smithi087 conmon[84412]: 14180) 832 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:26.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:26.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:25 smithi194 conmon[88664]: audit 2023-11-15T04:39:25.562008+0000 mgr.smithi087.fbbqjk (mgr.14180) 832 : audit [DBG] 2023-11-15T04:39:26.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:25 smithi194 conmon[88664]: from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:27.276 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:27.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:26 smithi194 conmon[88664]: cluster 2023-11-15T04:39:26.895088+0000 mgr.smithi087.fbbqjk (mgr.14180) 833 : cluster 2023-11-15T04:39:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:26 smithi194 conmon[88664]: [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 2023-11-15T04:39:27.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:26 smithi087 conmon[84412]: cluster 2023-11-15T04:39:26.895088+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:39:27.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:26 smithi087 conmon[84412]: 833 : 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 2023-11-15T04:39:29.196 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:29.197 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:29.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:30.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:29 smithi087 conmon[84412]: cluster 2023-11-15T04:39:28.895479+0000 mgr.smithi087.fbbqjk (mgr.14180) 834 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:30.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:29 smithi194 conmon[88664]: cluster 2023-11-15T04:39:28.895479+0000 mgr.smithi087.fbbqjk (mgr.14180) 834 : cluster [DBG] 2023-11-15T04:39:30.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:29 smithi194 conmon[88664]: pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:30.867 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:31.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:30 smithi087 conmon[84412]: audit 2023-11-15T04:39:29.193067+0000 mgr.smithi087.fbbqjk (mgr.14180) 835 : audit 2023-11-15T04:39:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:30 smithi087 conmon[84412]: [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:30 smithi194 conmon[88664]: audit 2023-11-15T04:39:29.193067+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:39:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:30 smithi194 conmon[88664]: 14180) 835 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:32.122 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:31 smithi087 conmon[84412]: cluster 2023-11-15T04:39:30.895987+0000 mgr.smithi087.fbbqjk (mgr.14180) 836 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:32.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:31 smithi194 conmon[88664]: cluster 2023-11-15T04:39:30.895987+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:39:32.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:31 smithi194 conmon[88664]: 836 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:32.749 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:32.750 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:33.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:34.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:33 smithi194 conmon[88664]: audit 2023-11-15T04:39:32.745606+0000 mgr.smithi087.fbbqjk (mgr.14180) 837 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:34.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:33 smithi194 conmon[88664]: 2023-11-15T04:39:34.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:33 smithi194 conmon[88664]: cluster 2023-11-15T04:39:32.896611+0000 mgr.smithi087.fbbqjk (mgr.14180) 838 : 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 2023-11-15T04:39:34.367 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:34.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:33 smithi087 conmon[84412]: audit 2023-11-15T04:39:32.745606+0000 mgr.smithi087.fbbqjk (mgr.14180) 837 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:34.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:33 smithi087 conmon[84412]: cluster 2023-11-15T04:39:32.896611+0000 mgr.smithi087.fbbqjk (mgr.14180) 838 : 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 2023-11-15T04:39:35.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:35 smithi087 conmon[84412]: cluster 2023-11-15T04:39:34.897211+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:39:35.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:35 smithi087 conmon[84412]: mgr.14180) 839 : 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 2023-11-15T04:39:35.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:35 smithi194 conmon[88664]: cluster 2023-11-15T04:39:34.897211+0000 mgr.smithi087.fbbqjk (mgr.14180) 839 : cluster [DBG] 2023-11-15T04:39:35.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:35 smithi194 conmon[88664]: 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 2023-11-15T04:39:36.214 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:36.215 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:36.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:37.782 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:38.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:37 smithi087 conmon[84412]: audit 2023-11-15T04:39:36.210838+0000 mgr.smithi087.fbbqjk (mgr.14180) 840 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:38.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:37 smithi087 conmon[84412]: cluster 2023-11-15T04:39:36.897897+0000 mgr.smithi087.fbbqjk (mgr.14180) 841 : 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 2023-11-15T04:39:38.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:37 smithi194 conmon[88664]: audit 2023-11-15T04:39:36.210838+0000 mgr.smithi087.fbbqjk (mgr.14180) 840 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:38.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:37 smithi194 conmon[88664]: 2023-11-15T04:39:38.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:37 smithi194 conmon[88664]: cluster 2023-11-15T04:39:36.897897+0000 mgr.smithi087.fbbqjk (mgr.14180) 841 : 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 2023-11-15T04:39:39.576 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:39.576 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:39.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:39 smithi087 conmon[84412]: cluster 2023-11-15T04:39:38.898531+0000 mgr.smithi087.fbbqjk (mgr.14180) 842 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:40.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:40.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:39 smithi194 conmon[88664]: cluster 2023-11-15T04:39:38.898531+0000 mgr.smithi087.fbbqjk (mgr.14180) 842 2023-11-15T04:39:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:39 smithi194 conmon[88664]: : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:40 smithi087 conmon[84412]: audit 2023-11-15T04:39:39.572151+0000 mgr.smithi087.fbbqjk (mgr.14180) 843 : audit [DBG] 2023-11-15T04:39:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:40 smithi087 conmon[84412]: from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:41.191 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:41.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:40 smithi194 conmon[88664]: audit 2023-11-15T04:39:39.572151+0000 mgr.smithi087.fbbqjk (mgr.14180) 843 : audit 2023-11-15T04:39:41.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:40 smithi194 conmon[88664]: [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:42.006 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:41 smithi087 conmon[84412]: cluster 2023-11-15T04:39:40.898985+0000 mgr.smithi087.fbbqjk (mgr.14180) 844 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:42.007 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:41 smithi087 conmon[84412]: 2023-11-15T04:39:42.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:41 smithi194 conmon[88664]: cluster 2023-11-15T04:39:40.898985+0000 mgr.smithi087.fbbqjk (mgr.14180) 844 : cluster [DBG] 2023-11-15T04:39:42.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:41 smithi194 conmon[88664]: pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:43.092 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:43.093 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:43.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:43 smithi194 conmon[88664]: cluster 2023-11-15T04:39:42.899442+0000 mgr.smithi087.fbbqjk (mgr.14180) 845 : cluster 2023-11-15T04:39:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:43 smithi194 conmon[88664]: [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 2023-11-15T04:39:44.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:43 smithi087 conmon[84412]: cluster 2023-11-15T04:39:42.899442+0000 mgr.smithi087.fbbqjk (mgr.14180) 845 : 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 2023-11-15T04:39:44.658 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:45.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:44 smithi194 conmon[88664]: audit 2023-11-15T04:39:43.088632+0000 mgr.smithi087.fbbqjk (mgr.14180) 846 : audit 2023-11-15T04:39:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:44 smithi194 conmon[88664]: [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:44 smithi194 conmon[88664]: cluster 2023-11-15T04:39:44.899899+0000 mgr.smithi087.fbbqjk (mgr.14180) 847 : 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 2023-11-15T04:39:45.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:44 smithi087 conmon[84412]: audit 2023-11-15T04:39:43.088632+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:39:45.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:44 smithi087 conmon[84412]: 846 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:45.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:44 smithi087 conmon[84412]: cluster 2023-11-15T04:39:44.899899+0000 mgr.smithi087.fbbqjk (mgr.14180) 847 : 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 2023-11-15T04:39:46.455 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:46.456 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:46.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:47.989 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:47 smithi194 conmon[88664]: audit 2023-11-15T04:39:46.451658+0000 mgr.smithi087.fbbqjk (mgr.14180) 848 : audit 2023-11-15T04:39:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:47 smithi194 conmon[88664]: [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:47 smithi194 conmon[88664]: cluster 2023-11-15T04:39:46.900331+0000 mgr.smithi087.fbbqjk (mgr.14180) 849 : 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 2023-11-15T04:39:48.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:47 smithi087 conmon[84412]: audit 2023-11-15T04:39:46.451658+0000 mgr.smithi087.fbbqjk (mgr.14180) 848 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:48.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:47 smithi087 conmon[84412]: cluster 2023-11-15T04:39:46.900331+0000 mgr.smithi087.fbbqjk (mgr.14180) 849 : 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 2023-11-15T04:39:49.885 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:49.885 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:50.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:49 smithi087 conmon[84412]: cluster 2023-11-15T04:39:48.900786+0000 mgr.smithi087.fbbqjk (mgr.14180) 850 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:49 smithi194 conmon[88664]: cluster 2023-11-15T04:39:48.900786+0000 mgr.smithi087.fbbqjk (mgr.14180) 850 : cluster 2023-11-15T04:39:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:49 smithi194 conmon[88664]: [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:39:50.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:50 smithi087 conmon[84412]: audit 2023-11-15T04:39:49.880410+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:39:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:50 smithi087 conmon[84412]: 851 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:51.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:50 smithi194 conmon[88664]: audit 2023-11-15T04:39:49.880410+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:39:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:50 smithi194 conmon[88664]: 851 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:51.491 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:51 smithi087 conmon[84412]: cluster 2023-11-15T04:39:50.901258+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:39:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:51 smithi087 conmon[84412]: .14180) 852 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:52.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:51 smithi194 conmon[88664]: cluster 2023-11-15T04:39:50.901258+0000 mgr.smithi087.fbbqjk (mgr.14180) 852 2023-11-15T04:39:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:51 smithi194 conmon[88664]: : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:39:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:53 smithi194 conmon[88664]: cluster 2023-11-15T04:39:52.901798+0000 mgr.smithi087.fbbqjk (mgr.14180) 853 : cluster 2023-11-15T04:39:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:53 smithi194 conmon[88664]: [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 2023-11-15T04:39:53.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:53 smithi087 conmon[84412]: cluster 2023-11-15T04:39:52.901798+0000 mgr.smithi087.fbbqjk 2023-11-15T04:39:53.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:53 smithi087 conmon[84412]: (mgr.14180) 853 : 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 2023-11-15T04:39:53.381 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:53.381 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:53.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:54.997 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:55.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:54 smithi087 conmon[84412]: audit 2023-11-15T04:39:53.377623+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:39:55.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:54 smithi087 conmon[84412]: ) 854 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:54 smithi194 conmon[88664]: audit 2023-11-15T04:39:53.377623+0000 mgr.smithi087.fbbqjk (mgr.14180) 854 : audit 2023-11-15T04:39:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:54 smithi194 conmon[88664]: [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:56.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:55 smithi087 conmon[84412]: cluster 2023-11-15T04:39:54.902328+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:39:56.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:55 smithi087 conmon[84412]: mgr.14180) 855 : 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 2023-11-15T04:39:56.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:55 smithi194 conmon[88664]: cluster 2023-11-15T04:39:54.902328+0000 mgr.smithi087.fbbqjk (mgr.14180) 855 2023-11-15T04:39:56.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:55 smithi194 conmon[88664]: : 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 2023-11-15T04:39:56.850 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:39:56.850 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:39:57.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:57 smithi087 conmon[84412]: audit 2023-11-15T04:39:56.845964+0000 mgr.smithi087.fbbqjk (mgr.14180) 856 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:57.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:57 smithi087 conmon[84412]: cluster 2023-11-15T04:39:56.902822+0000 mgr.smithi087.fbbqjk (mgr.14180) 857 : 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 2023-11-15T04:39:57.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:57 smithi194 conmon[88664]: audit 2023-11-15T04:39:56.845964+0000 mgr.smithi087.fbbqjk (mgr.14180) 856 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:39:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:57 smithi194 conmon[88664]: cluster 2023-11-15T04:39:56.902822+0000 mgr.smithi087.fbbqjk (mgr.14180) 857 : 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 2023-11-15T04:39:57.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:39:58.430 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:39:59.910 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:59 smithi087 conmon[84412]: cluster 2023-11-15T04:39:58.903235+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:39:59.911 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:39:59 smithi087 conmon[84412]: .14180) 858 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:00.283 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:00.284 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:59 smithi194 conmon[88664]: cluster 2023-11-15T04:39:58.903235+0000 mgr.smithi087.fbbqjk (mgr.14180) 858 : 2023-11-15T04:40:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:39:59 smithi194 conmon[88664]: cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:00.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:01.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:00 smithi087 conmon[84412]: cluster 2023-11-15T04:40:00.000146+0000 mon.smithi087 (mon.0) 719 : cluster [INF] overall HEALTH_OK 2023-11-15T04:40:01.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:00 smithi194 conmon[88664]: cluster 2023-11-15T04:40:00.000146+0000 mon.smithi087 (mon.0 2023-11-15T04:40:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:00 smithi194 conmon[88664]: ) 719 : cluster [INF] overall HEALTH_OK 2023-11-15T04:40:01.939 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:02.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:01 smithi087 conmon[84412]: audit 2023-11-15T04:40:00.278967+0000 mgr.smithi087.fbbqjk (mgr.14180) 859 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:01 smithi087 conmon[84412]: cluster 2023-11-15T04:40:00.903774+0000 2023-11-15T04:40:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:01 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 860 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:02.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:01 smithi194 conmon[88664]: audit 2023-11-15T04:40:00.278967+0000 mgr.smithi087.fbbqjk (mgr.14180) 859 : audit [DBG] 2023-11-15T04:40:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:01 smithi194 conmon[88664]: from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:01 smithi194 conmon[88664]: cluster 2023-11-15T04:40:00.903774+0000 mgr.smithi087.fbbqjk (mgr.14180) 860 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:03.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:03 smithi194 conmon[88664]: cluster 2023-11-15T04:40:02.904230+0000 mgr.smithi087.fbbqjk (mgr.14180) 861 : cluster [DBG] 2023-11-15T04:40:03.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:03 smithi194 conmon[88664]: 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 2023-11-15T04:40:03.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:03 smithi087 conmon[84412]: cluster 2023-11-15T04:40:02.904230+0000 mgr.smithi087.fbbqjk (mgr.14180) 861 : cluster [DBG] 2023-11-15T04:40:03.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:03 smithi087 conmon[84412]: 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 2023-11-15T04:40:03.816 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:03.816 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:04.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:04 smithi087 conmon[84412]: audit 2023-11-15T04:40:03.812071+0000 mgr.smithi087.fbbqjk (mgr.14180) 862 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:05.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:04 smithi194 conmon[88664]: audit 2023-11-15T04:40:03.812071+0000 mgr.smithi087.fbbqjk (mgr.14180) 862 : audit [DBG] 2023-11-15T04:40:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:04 smithi194 conmon[88664]: from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:05.445 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:06.109 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:05 smithi087 conmon[84412]: cluster 2023-11-15 2023-11-15T04:40:06.110 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:05 smithi087 conmon[84412]: T04:40:04.904819+0000 mgr.smithi087.fbbqjk (mgr.14180) 863 : 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 2023-11-15T04:40:06.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:05 smithi194 conmon[88664]: cluster 2023-11-15T04:40:04.904819+0000 mgr.smithi087.fbbqjk (mgr.14180) 863 : 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 2023-11-15T04:40:06.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:05 smithi194 conmon[88664]: 2023-11-15T04:40:07.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:07 smithi194 conmon[88664]: cluster 2023-11-15T04:40:06.905227+0000 mgr.smithi087.fbbqjk (mgr.14180) 864 : cluster [DBG] 2023-11-15T04:40:07.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:07 smithi194 conmon[88664]: 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 2023-11-15T04:40:07.307 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:07.307 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:07.339 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:07 smithi087 conmon[84412]: cluster 2023-11-15T04:40:06.905227+0000 mgr.smithi087.fbbqjk (mgr.14180) 864 : 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 2023-11-15T04:40:07.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:08.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:08 smithi194 conmon[88664]: audit 2023-11-15T04:40:07.302598+0000 mgr.smithi087.fbbqjk (mgr.14180) 865 : audit 2023-11-15T04:40:08.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:08 smithi194 conmon[88664]: [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:08.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:08 smithi087 conmon[84412]: audit 2023-11-15T04:40:07.302598+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:40:08.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:08 smithi087 conmon[84412]: .14180) 865 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:08.922 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:10.100 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:09 smithi087 conmon[84412]: cluster 2023-11-15T04:40:08.905750+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:40:10.100 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:09 smithi087 conmon[84412]: 14180) 866 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:10.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:09 smithi194 conmon[88664]: cluster 2023-11-15T04:40:08.905750+0000 mgr.smithi087.fbbqjk (mgr.14180) 866 : cluster 2023-11-15T04:40:10.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:09 smithi194 conmon[88664]: [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:10.713 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:10.713 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:11.300 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:11 smithi087 conmon[84412]: audit 2023-11-15T04:40:10.708926+0000 mgr.smithi087.fbbqjk (mgr.14180) 867 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:11.300 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:11 smithi087 conmon[84412]: cluster 2023-11-15T04:40:10.906232+0000 mgr.smithi087.fbbqjk (mgr.14180) 868 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:11.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:11 smithi194 conmon[88664]: audit 2023-11-15T04:40:10.708926+0000 mgr.smithi087.fbbqjk (mgr.14180) 867 : 2023-11-15T04:40:11.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:11 smithi194 conmon[88664]: audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:11 smithi194 conmon[88664]: cluster 2023-11-15T04:40:10.906232+0000 mgr.smithi087.fbbqjk (mgr.14180) 868 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:11.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:12.320 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:13 smithi087 conmon[84412]: cluster 2023-11-15T04:40:12.906694+0000 mgr.smithi087.fbbqjk 2023-11-15T04:40:13.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:13 smithi087 conmon[84412]: (mgr.14180) 869 : 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 2023-11-15T04:40:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:13 smithi194 conmon[88664]: cluster 2023-11-15T04:40:12.906694+0000 mgr.smithi087.fbbqjk (mgr.14180) 869 : 2023-11-15T04:40:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:13 smithi194 conmon[88664]: 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 2023-11-15T04:40:14.144 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:14.144 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:14.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:15.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:15 smithi194 conmon[88664]: audit 2023-11-15T04:40:14.139622+0000 mgr.smithi087.fbbqjk (mgr.14180) 870 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:15 smithi194 conmon[88664]: 2023-11-15T04:40:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:15 smithi194 conmon[88664]: cluster 2023-11-15T04:40:14.907239+0000 mgr.smithi087.fbbqjk (mgr.14180) 871 : 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 2023-11-15T04:40:15.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:15 smithi087 conmon[84412]: audit 2023-11-15T04:40:14.139622+0000 mgr.smithi087.fbbqjk (mgr.14180) 870 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:15.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:15 smithi087 conmon[84412]: cluster 2023-11-15T04:40:14.907239+0000 mgr.smithi087.fbbqjk (mgr.14180) 871 : 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 2023-11-15T04:40:15.913 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:17.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:17 smithi194 conmon[88664]: cluster 2023-11-15T04:40:16.907693+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:40:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:17 smithi194 conmon[88664]: ) 872 : 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 2023-11-15T04:40:17.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:17 smithi087 conmon[84412]: cluster 2023-11-15T04:40:16.907693+0000 mgr.smithi087.fbbqjk (mgr.14180) 872 : 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 2023-11-15T04:40:17.746 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:17.746 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:18.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:18 smithi087 conmon[84412]: audit 2023-11-15T04:40:17.742354+0000 mgr.smithi087.fbbqjk (mgr.14180) 873 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:18.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:18 smithi194 conmon[88664]: audit 2023-11-15T04:40:17.742354+0000 mgr.smithi087.fbbqjk (mgr.14180) 873 : audit 2023-11-15T04:40:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:18 smithi194 conmon[88664]: [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:18.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:19.587 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:19.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:19 smithi087 conmon[84412]: cluster 2023-11-15T04:40:19.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:19 smithi087 conmon[84412]: 2023-11-15T04:40:18.908151+0000 mgr.smithi087.fbbqjk (mgr.14180) 874 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:20.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:19 smithi194 conmon[88664]: cluster 2023-11-15T04:40:18.908151+0000 mgr.smithi087.fbbqjk (mgr.14180) 874 : cluster 2023-11-15T04:40:20.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:19 smithi194 conmon[88664]: [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:21.059 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:21 smithi087 conmon[84412]: cluster 2023-11-15T04:40:20.908907+0000 mgr.smithi087.fbbqjk (mgr.14180) 875 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:21.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:21 smithi194 conmon[88664]: cluster 2023-11-15T04:40:20.908907+0000 mgr.smithi087.fbbqjk (mgr.14180) 875 : cluster 2023-11-15T04:40:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:21 smithi194 conmon[88664]: [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:21.428 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:21.428 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:22.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:22.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:22 smithi194 conmon[88664]: audit 2023-11-15T04:40:21.423925+0000 mgr.smithi087.fbbqjk (mgr.14180) 876 : audit 2023-11-15T04:40:22.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:22 smithi194 conmon[88664]: [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:22.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:22 smithi087 conmon[84412]: audit 2023-11-15T04:40:21.423925+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:40:22.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:22 smithi087 conmon[84412]: ) 876 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:23.052 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:23.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:23 smithi194 conmon[88664]: cluster 2023-11-15T04:40:22.909473+0000 mgr.smithi087.fbbqjk (mgr.14180) 877 : cluster [DBG] 2023-11-15T04:40:23.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:23 smithi194 conmon[88664]: 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 2023-11-15T04:40:23.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:23 smithi087 conmon[84412]: cluster 2023-11-15T04:40:22.909473+0000 mgr.smithi087.fbbqjk (mgr.14180) 877 : 2023-11-15T04:40:23.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:23 smithi087 conmon[84412]: 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 2023-11-15T04:40:24.859 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:24.859 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:25 smithi194 conmon[88664]: audit 2023-11-15T04:40:24.855418+0000 mgr.smithi087.fbbqjk (mgr.14180) 878 : audit [DBG] 2023-11-15T04:40:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:25 smithi194 conmon[88664]: from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:25 smithi194 conmon[88664]: cluster 2023-11-15T04:40:24.909964+0000 mgr.smithi087.fbbqjk (mgr.14180) 879 : 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 2023-11-15T04:40:25.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:25 smithi087 conmon[84412]: audit 2023-11-15T04:40:24.855418+0000 mgr.smithi087.fbbqjk (mgr.14180) 878 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:25.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:25 smithi087 conmon[84412]: cluster 2023-11-15T04:40:24.909964+0000 mgr.smithi087.fbbqjk (mgr.14180) 879 : 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 2023-11-15T04:40:25.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:26.427 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:27.285 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:27 smithi087 conmon[84412]: cluster 2023-11-15T04:40:26.910404+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:40:27.285 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:27 smithi087 conmon[84412]: 880 : 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 2023-11-15T04:40:27.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:27 smithi194 conmon[88664]: cluster 2023-11-15T04:40:26.910404+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:40:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:27 smithi194 conmon[88664]: 880 : 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 2023-11-15T04:40:28.377 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:28.377 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:29.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:30.052 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:30.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:29 smithi087 conmon[84412]: audit 2023-11-15T04:40:28.372702+0000 mgr.smithi087.fbbqjk (mgr.14180) 881 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:29 smithi087 conmon[84412]: cluster 2023-11-15T04:40:28.910880+0000 mgr.smithi087.fbbqjk (mgr.14180) 882 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:30.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:29 smithi194 conmon[88664]: audit 2023-11-15T04:40:28.372702+0000 mgr.smithi087.fbbqjk (mgr.14180) 881 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:30.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:29 smithi194 conmon[88664]: cluster 2023-11-15T04:40:28.910880+0000 mgr.smithi087.fbbqjk (mgr.14180) 882 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:31.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:31 smithi194 conmon[88664]: cluster 2023-11-15T04:40:30.911325+0000 mgr.smithi087.fbbqjk (mgr.14180) 883 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:31.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:31 smithi087 conmon[84412]: cluster 2023-11-15T04:40:30.911325+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:40:31.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:31 smithi087 conmon[84412]: 883 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:31.911 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:31.912 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:32.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:32 smithi194 conmon[88664]: audit 2023-11-15T04:40:31.907287+0000 mgr.smithi087.fbbqjk (mgr.14180) 884 : audit [DBG] 2023-11-15T04:40:32.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:32 smithi194 conmon[88664]: from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:32.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:32 smithi087 conmon[84412]: audit 2023-11-15T04:40:31.907287+0000 mgr.smithi087.fbbqjk (mgr.14180) 884 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:32.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:33 smithi194 conmon[88664]: cluster 2023-11-15T04:40:32.911872+0000 mgr.smithi087.fbbqjk (mgr.14180) 885 : 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 2023-11-15T04:40:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:33 smithi087 conmon[84412]: cluster 2023-11-15T04:40:32.911872+0000 mgr.smithi087.fbbqjk (mgr.14180) 885 : cluster 2023-11-15T04:40:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:33 smithi087 conmon[84412]: [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 2023-11-15T04:40:33.508 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:35.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:35 smithi194 conmon[88664]: cluster 2023-11-15T04:40:34.912332+0000 mgr.smithi087.fbbqjk (mgr.14180) 886 : 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 2023-11-15T04:40:35.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:35 smithi087 conmon[84412]: cluster 2023-11-15T04:40:34.912332+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:40:35.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:35 smithi087 conmon[84412]: .14180) 886 : 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 2023-11-15T04:40:35.385 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:35.386 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:36.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:36.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:36 smithi194 conmon[88664]: audit 2023-11-15T04:40:35.381425+0000 mgr.smithi087.fbbqjk (mgr.14180) 887 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:36.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:36 smithi087 conmon[84412]: audit 2023-11-15T04:40:35.381425+0000 mgr.smithi087.fbbqjk (mgr.14180) 887 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:37.042 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:37 smithi194 conmon[88664]: cluster 2023-11-15T04:40:36.912783+0000 mgr.smithi087.fbbqjk (mgr.14180) 888 : 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 2023-11-15T04:40:37.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:37 smithi087 conmon[84412]: cluster 2023-11-15T04:40:36.912783+0000 mgr.smithi087.fbbqjk (mgr.14180) 888 : 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 2023-11-15T04:40:38.883 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:38.883 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:39.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:39 smithi087 conmon[84412]: audit 2023-11-15T04:40:38.878522+0000 mgr.smithi087.fbbqjk (mgr.14180) 889 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:39 smithi087 conmon[84412]: cluster 2023-11-15T04:40:38.913228+0000 mgr.smithi087.fbbqjk (mgr.14180) 890 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:39 smithi194 conmon[88664]: audit 2023-11-15T04:40:38.878522+0000 mgr.smithi087.fbbqjk (mgr.14180) 889 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:39 smithi194 conmon[88664]: 2023-11-15T04:40:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:39 smithi194 conmon[88664]: cluster 2023-11-15T04:40:38.913228+0000 mgr.smithi087.fbbqjk (mgr.14180) 890 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:40.525 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:41 smithi194 conmon[88664]: cluster 2023-11-15T04:40:40.913639+0000 mgr.smithi087.fbbqjk (mgr.14180) 891 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:41.358 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:41 smithi087 conmon[84412]: cluster 2023-11-15T04:40:40.913639 2023-11-15T04:40:41.358 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:41 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 891 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:42.375 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:42.376 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:42.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:43.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:43 smithi194 conmon[88664]: audit 2023-11-15T04:40:42.371385 2023-11-15T04:40:43.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:43 smithi194 conmon[88664]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 892 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:43.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:43 smithi194 conmon[88664]: cluster 2023-11-15T04:40:42.914062+0000 mgr.smithi087.fbbqjk (mgr.14180) 893 : 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 2023-11-15T04:40:43.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:43 smithi087 conmon[84412]: audit 2023-11-15T04:40:42.371385+0000 mgr.smithi087.fbbqjk (mgr.14180) 892 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:43.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:43 smithi087 conmon[84412]: cluster 2023-11-15T04:40:42.914062+0000 mgr.smithi087.fbbqjk (mgr.14180) 893 : 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 2023-11-15T04:40:43.984 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:45.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:45 smithi087 conmon[84412]: cluster 2023-11-15T04:40:44.914539+0000 mgr.smithi087.fbbqjk (mgr.14180) 894 : 2023-11-15T04:40:45.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:45 smithi087 conmon[84412]: 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 2023-11-15T04:40:45.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:45 smithi194 conmon[88664]: cluster 2023-11-15T04:40:44.914539+0000 mgr.smithi087.fbbqjk (mgr.14180) 894 : cluster [DBG] 2023-11-15T04:40:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:45 smithi194 conmon[88664]: 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 2023-11-15T04:40:45.803 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:45.804 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:46.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:46 smithi087 conmon[84412]: audit 2023-11-15T04:40:45.799130+0000 mgr.smithi087.fbbqjk (mgr.14180) 895 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:46.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:46 smithi194 conmon[88664]: audit 2023-11-15T04:40:45.799130+0000 mgr.smithi087.fbbqjk (mgr.14180) 895 : audit 2023-11-15T04:40:46.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:46 smithi194 conmon[88664]: [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:46.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:47.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:47 smithi194 conmon[88664]: cluster 2023-11-15T04:40:46.914951+0000 mgr.smithi087.fbbqjk (mgr.14180) 896 : cluster 2023-11-15T04:40:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:47 smithi194 conmon[88664]: [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 2023-11-15T04:40:47.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:47 smithi087 conmon[84412]: cluster 2023-11-15T04:40:46.914951+0000 mgr.smithi087.fbbqjk (mgr.14180) 896 : 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 2023-11-15T04:40:47.416 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:49.285 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:49.286 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:49.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:50.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:49 smithi087 conmon[84412]: cluster 2023-11-15T04:40:48.915416+0000 mgr.smithi087.fbbqjk (mgr.14180) 897 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:49 smithi194 conmon[88664]: cluster 2023-11-15T04:40:48.915416+0000 mgr.smithi087.fbbqjk (mgr.14180) 897 : cluster [DBG] 2023-11-15T04:40:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:49 smithi194 conmon[88664]: pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:40:50.932 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:50 smithi087 conmon[84412]: audit 2023-11-15T04:40:49.280728+0000 mgr.smithi087.fbbqjk (mgr.14180) 898 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:51.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:50 smithi194 conmon[88664]: audit 2023-11-15T04:40:49.280728+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:40:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:50 smithi194 conmon[88664]: ) 898 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:51 smithi087 conmon[84412]: cluster 2023-11-15T04:40:50.915981+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:40:52.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:51 smithi087 conmon[84412]: 899 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:51 smithi194 conmon[88664]: cluster 2023-11-15T04:40:50.915981+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:40:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:51 smithi194 conmon[88664]: 899 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:40:52.794 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:52.794 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:53 smithi087 conmon[84412]: audit 2023-11-15T04:40:52.790324+0000 mgr.smithi087.fbbqjk (mgr.14180) 900 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:53 smithi087 conmon[84412]: cluster 2023-11-15T04:40:52.916384+0000 mgr.smithi087.fbbqjk (mgr.14180) 901 : 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 2023-11-15T04:40:53.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:53 smithi194 conmon[88664]: audit 2023-11-15T04:40:52.790324+0000 mgr.smithi087.fbbqjk (mgr.14180) 900 : audit [DBG] 2023-11-15T04:40:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:53 smithi194 conmon[88664]: from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:53 smithi194 conmon[88664]: cluster 2023-11-15T04:40:52.916384+0000 mgr.smithi087.fbbqjk (mgr.14180) 901 : 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 2023-11-15T04:40:53.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:54.473 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:55.298 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:55 smithi087 conmon[84412]: cluster 2023-11-15T04:40:54.916924+0000 mgr.smithi087.fbbqjk (mgr.14180) 902 2023-11-15T04:40:55.298 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:55 smithi087 conmon[84412]: : 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 2023-11-15T04:40:55.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:55 smithi194 conmon[88664]: cluster 2023-11-15T04:40:54.916924+0000 mgr.smithi087.fbbqjk (mgr.14180) 902 : 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 2023-11-15T04:40:55.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:55 smithi194 conmon[88664]: 2023-11-15T04:40:56.341 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:56.341 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:40:56.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:40:57.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:57 smithi194 conmon[88664]: audit 2023-11-15T04:40:56.337136+0000 mgr.smithi087.fbbqjk (mgr.14180) 903 : audit 2023-11-15T04:40:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:57 smithi194 conmon[88664]: [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:57 smithi194 conmon[88664]: cluster 2023-11-15T04:40:56.917409+0000 mgr.smithi087.fbbqjk (mgr.14180) 904 : 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 2023-11-15T04:40:57.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:57 smithi087 conmon[84412]: audit 2023-11-15T04:40:56.337136+0000 mgr.smithi087.fbbqjk (mgr.14180) 903 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:40:57.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:57 smithi087 conmon[84412]: cluster 2023-11-15T04:40:56.917409+0000 mgr.smithi087.fbbqjk (mgr.14180) 904 : 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 2023-11-15T04:40:57.955 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:40:59.789 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:40:59.790 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:00.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:59 smithi087 conmon[84412]: cluster 2023-11-15T04:40:58.917872+0000 mgr.smithi087.fbbqjk (mgr.14180) 905 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:00.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:40:59 smithi087 conmon[84412]: 2023-11-15T04:41:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:59 smithi194 conmon[88664]: cluster 2023-11-15T04:40:58.917872+0000 mgr.smithi087.fbbqjk (mgr.14180) 905 : 2023-11-15T04:41:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:40:59 smithi194 conmon[88664]: cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:00.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:01.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:00 smithi087 conmon[84412]: audit 2023-11-15T04:40:59.785829+0000 mgr.smithi087.fbbqjk (mgr.14180) 906 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:00 smithi194 conmon[88664]: audit 2023-11-15T04:40:59.785829+0000 mgr.smithi087.fbbqjk (mgr.14180) 906 : audit [DBG] 2023-11-15T04:41:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:00 smithi194 conmon[88664]: from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:01.380 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:01 smithi087 conmon[84412]: cluster 2023-11-15T04:41:00.918403+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:41:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:01 smithi087 conmon[84412]: 907 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:02.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:01 smithi194 conmon[88664]: cluster 2023-11-15T04:41:00.918403+0000 mgr.smithi087.fbbqjk (mgr.14180) 907 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:01 smithi194 conmon[88664]: 2023-11-15T04:41:03.177 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:03.177 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:03.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:03 smithi194 conmon[88664]: cluster 2023-11-15T04:41:02.918863+0000 mgr.smithi087.fbbqjk (mgr.14180) 908 : cluster [DBG] 2023-11-15T04:41:03.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:03 smithi194 conmon[88664]: 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 2023-11-15T04:41:03.371 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:03 smithi087 conmon[84412]: cluster 2023-11-15T04:41:02.918863+0000 mgr.smithi087.fbbqjk (mgr.14180) 908 : 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 2023-11-15T04:41:03.371 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:03 smithi087 conmon[84412]: 2023-11-15T04:41:03.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:04.805 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:05.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:04 smithi087 conmon[84412]: audit 2023-11-15T04:41:03.172953+0000 mgr.smithi087.fbbqjk (mgr.14180) 909 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:05.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:04 smithi194 conmon[88664]: audit 2023-11-15T04:41:03.172953+0000 mgr.smithi087.fbbqjk (mgr.14180) 909 : audit [DBG] 2023-11-15T04:41:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:04 smithi194 conmon[88664]: from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:05.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:05 smithi087 conmon[84412]: cluster 2023-11-15T04:41:04.919339+0000 mgr.smithi087.fbbqjk (mgr.14180) 910 : 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 2023-11-15T04:41:06.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:05 smithi194 conmon[88664]: cluster 2023-11-15T04:41:04.919339+0000 mgr.smithi087.fbbqjk (mgr.14180) 910 : cluster [DBG] 2023-11-15T04:41:06.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:05 smithi194 conmon[88664]: 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 2023-11-15T04:41:06.619 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:06.619 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:07.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:07.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:07 smithi194 conmon[88664]: audit 2023-11-15T04:41:06.614309+0000 mgr.smithi087.fbbqjk (mgr.14180) 911 : 2023-11-15T04:41:07.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:07 smithi194 conmon[88664]: audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:07.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:07 smithi194 conmon[88664]: cluster 2023-11-15T04:41:06.919809+0000 mgr.smithi087.fbbqjk (mgr.14180) 912 : 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 2023-11-15T04:41:07.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:07 smithi087 conmon[84412]: audit 2023-11-15T04:41:06.614309+0000 mgr.smithi087.fbbqjk (mgr.14180) 911 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:07.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:07 smithi087 conmon[84412]: cluster 2023-11-15T04 2023-11-15T04:41:07.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:07 smithi087 conmon[84412]: :41:06.919809+0000 mgr.smithi087.fbbqjk (mgr.14180) 912 : 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 2023-11-15T04:41:08.221 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:10.087 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:10.087 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:10.114 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:09 smithi087 conmon[84412]: cluster 2023-11-15T04:41:08.920238+0000 mgr.smithi087.fbbqjk (mgr.14180) 913 2023-11-15T04:41:10.114 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:09 smithi087 conmon[84412]: : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:10.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:09 smithi194 conmon[88664]: cluster 2023-11-15T04:41:08.920238+0000 mgr.smithi087.fbbqjk (mgr.14180) 913 : cluster [DBG] 2023-11-15T04:41:10.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:09 smithi194 conmon[88664]: pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:10.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:11.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:11 smithi194 conmon[88664]: audit 2023-11-15T04:41:10.082946+0000 mgr.smithi087.fbbqjk (mgr.14180) 914 : audit 2023-11-15T04:41:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:11 smithi194 conmon[88664]: [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:11 smithi194 conmon[88664]: cluster 2023-11-15T04:41:10.920923+0000 mgr.smithi087.fbbqjk (mgr.14180) 915 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:11.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:11 smithi087 conmon[84412]: audit 2023-11-15T04:41:10.082946+0000 mgr.smithi087.fbbqjk (mgr.14180) 914 : 2023-11-15T04:41:11.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:11 smithi087 conmon[84412]: audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:11.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:11 smithi087 conmon[84412]: cluster 2023-11-15T04:41:10.920923+0000 mgr.smithi087.fbbqjk (mgr.14180) 915 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:11.695 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:13.196 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:13 smithi087 conmon[84412]: cluster 2023-11-15T04:41:12.921470+0000 mgr.smithi087.fbbqjk (mgr.14180) 916 : 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 2023-11-15T04:41:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:13 smithi194 conmon[88664]: cluster 2023-11-15T04:41:12.921470+0000 mgr.smithi087.fbbqjk (mgr.14180) 916 : 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 2023-11-15T04:41:13.524 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:13.524 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:14.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:15.087 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:15.118 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:14 smithi087 conmon[84412]: audit 2023-11-15T04:41:13.520711+0000 mgr.smithi087.fbbqjk (mgr.14180) 917 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:14 smithi194 conmon[88664]: audit 2023-11-15T04:41:13.520711+0000 mgr.smithi087.fbbqjk (mgr.14180) 917 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:14 smithi194 conmon[88664]: 2023-11-15T04:41:16.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:15 smithi087 conmon[84412]: cluster 2023-11-15T04:41:14.922168+0000 mgr.smithi087.fbbqjk (mgr.14180) 918 : 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 2023-11-15T04:41:16.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:15 smithi194 conmon[88664]: cluster 2023-11-15T04:41:14.922168+0000 mgr.smithi087.fbbqjk (mgr.14180) 918 : 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 2023-11-15T04:41:16.880 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:16.880 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:17 smithi194 conmon[88664]: audit 2023-11-15T04:41:16.876095+0000 mgr.smithi087.fbbqjk (mgr.14180) 919 : audit [DBG] 2023-11-15T04:41:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:17 smithi194 conmon[88664]: from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:17 smithi194 conmon[88664]: cluster 2023-11-15T04:41:16.922686+0000 mgr.smithi087.fbbqjk (mgr.14180) 920 : 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 2023-11-15T04:41:17.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:17 smithi087 conmon[84412]: audit 2023-11-15T04:41:16.876095+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:41:17.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:17 smithi087 conmon[84412]: .14180) 919 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:17.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:17 smithi087 conmon[84412]: cluster 2023-11-15T04:41:16.922686+0000 mgr.smithi087.fbbqjk (mgr.14180) 920 : 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 2023-11-15T04:41:17.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:18.554 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:20.104 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:19 smithi087 conmon[84412]: cluster 2023-11-15T04:41:18.923115+0000 mgr.smithi087.fbbqjk (mgr.14180) 921 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:20.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:19 smithi194 conmon[88664]: cluster 2023-11-15T04:41:18.923115+0000 mgr.smithi087.fbbqjk (mgr.14180) 921 : cluster 2023-11-15T04:41:20.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:19 smithi194 conmon[88664]: [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:20.469 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:20.469 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:21.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:21.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:21 smithi194 conmon[88664]: audit 2023-11-15T04:41:20.465491+0000 mgr.smithi087.fbbqjk (mgr.14180) 922 : audit [DBG] 2023-11-15T04:41:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:21 smithi194 conmon[88664]: from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:21 smithi194 conmon[88664]: cluster 2023-11-15T04:41:20.923560+0000 mgr.smithi087.fbbqjk (mgr.14180) 923 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:21.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:21 smithi087 conmon[84412]: audit 2023-11-15T04:41:20.465491+0000 mgr.smithi087.fbbqjk (mgr.14180) 922 : audit 2023-11-15T04:41:21.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:21 smithi087 conmon[84412]: [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:21.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:21 smithi087 conmon[84412]: cluster 2023-11-15T04:41:20.923560+0000 mgr.smithi087.fbbqjk (mgr.14180) 923 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:22.094 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:23.299 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:23 smithi087 conmon[84412]: cluster 2023-11-15T04:41:22.923982+0000 mgr.smithi087.fbbqjk (mgr.14180) 924 : 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 2023-11-15T04:41:23.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:23 smithi194 conmon[88664]: cluster 2023-11-15T04:41:22.923982+0000 mgr.smithi087.fbbqjk (mgr.14180) 924 : cluster [DBG] 2023-11-15T04:41:23.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:23 smithi194 conmon[88664]: 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 2023-11-15T04:41:23.923 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:23.924 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:24.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:25.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:24 smithi087 conmon[84412]: audit 2023-11-15T04:41:23.919691+0000 mgr.smithi087.fbbqjk (mgr.14180) 925 : 2023-11-15T04:41:25.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:24 smithi087 conmon[84412]: audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:25.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:24 smithi194 conmon[88664]: audit 2023-11-15T04:41:23.919691+0000 mgr.smithi087.fbbqjk (mgr.14180) 925 : audit [DBG] 2023-11-15T04:41:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:24 smithi194 conmon[88664]: from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:25.485 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:26.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:25 smithi087 conmon[84412]: cluster 2023-11-15T04:41:24.924614+0000 mgr.smithi087.fbbqjk (mgr.14180) 926 : 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 2023-11-15T04:41:26.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:25 smithi194 conmon[88664]: cluster 2023-11-15T04:41:24.924614+0000 mgr.smithi087.fbbqjk (mgr.14180) 926 : cluster [DBG] 2023-11-15T04:41:26.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:25 smithi194 conmon[88664]: 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 2023-11-15T04:41:27.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:27 smithi194 conmon[88664]: cluster 2023-11-15T04:41:26.925025+0000 mgr.smithi087.fbbqjk (mgr.14180) 927 : cluster [DBG] 2023-11-15T04:41:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:27 smithi194 conmon[88664]: 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 2023-11-15T04:41:27.309 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:27.310 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:27.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:27 smithi087 conmon[84412]: cluster 2023-11-15T04:41:26.925025+0000 mgr.smithi087.fbbqjk (mgr.14180) 927 : 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 2023-11-15T04:41:27.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:28.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:28 smithi194 conmon[88664]: audit 2023-11-15T04:41:27.305876+0000 mgr.smithi087.fbbqjk (mgr.14180) 928 : 2023-11-15T04:41:28.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:28 smithi194 conmon[88664]: audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:28.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:28 smithi087 conmon[84412]: audit 2023-11-15T04:41:27.305876+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:41:28.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:28 smithi087 conmon[84412]: mgr.14180) 928 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:28.953 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:29 smithi087 conmon[84412]: cluster 2023-11-15T04:41:28.925558+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:41:30.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:29 smithi087 conmon[84412]: 14180) 929 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:30.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:29 smithi194 conmon[88664]: cluster 2023-11-15T04:41:28.925558+0000 mgr.smithi087.fbbqjk (mgr.14180) 929 : cluster [DBG] 2023-11-15T04:41:30.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:29 smithi194 conmon[88664]: pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:30.782 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:30.782 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:31.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:31 smithi087 conmon[84412]: audit 2023-11-15T04:41:30.778431+0000 mgr.smithi087.fbbqjk (mgr.14180) 930 2023-11-15T04:41:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:31 smithi087 conmon[84412]: : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:31 smithi087 conmon[84412]: cluster 2023-11-15T04:41:30.925970+0000 mgr.smithi087.fbbqjk (mgr.14180) 931 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:31.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:31 smithi194 conmon[88664]: audit 2023-11-15T04:41:30.778431+0000 mgr.smithi087.fbbqjk (mgr.14180) 930 : 2023-11-15T04:41:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:31 smithi194 conmon[88664]: audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:31 smithi194 conmon[88664]: cluster 2023-11-15T04:41:30.925970+0000 mgr.smithi087.fbbqjk (mgr.14180) 931 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:31.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:32.384 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:33.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:33 smithi087 conmon[84412]: cluster 2023-11-15T04:41:32.926523+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:41:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:33 smithi087 conmon[84412]: mgr.14180) 932 : 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 2023-11-15T04:41:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:33 smithi194 conmon[88664]: cluster 2023-11-15T04:41:32.926523+0000 mgr.smithi087.fbbqjk (mgr.14180) 932 : cluster [DBG] 2023-11-15T04:41:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:33 smithi194 conmon[88664]: 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 2023-11-15T04:41:34.224 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:34.225 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:34.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:35.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:35 smithi087 conmon[84412]: audit 2023-11-15T04:41:34.220786+0000 mgr.smithi087.fbbqjk (mgr.14180) 933 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:35.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:35 smithi087 conmon[84412]: cluster 2023-11-15T04:41:34.926995+0000 mgr.smithi087.fbbqjk (mgr.14180) 934 : 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 2023-11-15T04:41:35.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:35 smithi194 conmon[88664]: audit 2023-11-15T04:41:34.220786+0000 mgr.smithi087.fbbqjk (mgr.14180) 933 : audit [DBG] 2023-11-15T04:41:35.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:35 smithi194 conmon[88664]: from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:35.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:35 smithi194 conmon[88664]: cluster 2023-11-15T04:41:34.926995+0000 mgr.smithi087.fbbqjk (mgr.14180) 934 : 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 2023-11-15T04:41:35.844 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:37.277 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:37 smithi087 conmon[84412]: cluster 2023-11-15T04:41:36.927387+0000 mgr.smithi087.fbbqjk 2023-11-15T04:41:37.277 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:37 smithi087 conmon[84412]: (mgr.14180) 935 : 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 2023-11-15T04:41:37.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:37 smithi194 conmon[88664]: cluster 2023-11-15T04:41:36.927387+0000 mgr.smithi087.fbbqjk (mgr.14180) 935 : cluster [DBG] 2023-11-15T04:41:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:37 smithi194 conmon[88664]: 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 2023-11-15T04:41:37.655 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:37.656 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:38.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:38.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:38 smithi194 conmon[88664]: audit 2023-11-15T04:41:37.651645+0000 mgr.smithi087.fbbqjk (mgr.14180) 936 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:38.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:38 smithi194 conmon[88664]: 2023-11-15T04:41:38.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:38 smithi087 conmon[84412]: audit 2023-11-15T04:41:37.651645+0000 mgr.smithi087.fbbqjk (mgr.14180) 936 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:39.267 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:40.108 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:39 smithi087 conmon[84412]: cluster 2023-11-15T04:41:38.927955 2023-11-15T04:41:40.109 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:39 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 937 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:40.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:39 smithi194 conmon[88664]: cluster 2023-11-15T04:41:38.927955+0000 mgr.smithi087.fbbqjk (mgr.14180) 937 : cluster 2023-11-15T04:41:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:39 smithi194 conmon[88664]: [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:41 smithi087 conmon[84412]: cluster 2023-11-15T04:41:40.928428+0000 mgr.smithi087.fbbqjk (mgr.14180) 938 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:41.145 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:41.146 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:41.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:41 smithi194 conmon[88664]: cluster 2023-11-15T04:41:40.928428+0000 mgr.smithi087.fbbqjk (mgr.14180) 938 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:41.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:42.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:42 smithi087 conmon[84412]: audit 2023-11-15T04:41:41.142037+0000 mgr.smithi087.fbbqjk (mgr.14180) 939 : audit [DBG] 2023-11-15T04:41:42.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:42 smithi087 conmon[84412]: from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:42.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:42 smithi194 conmon[88664]: audit 2023-11-15T04:41:41.142037+0000 mgr.smithi087.fbbqjk (mgr.14180) 939 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:42.810 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:43 smithi087 conmon[84412]: cluster 2023 2023-11-15T04:41:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:43 smithi087 conmon[84412]: -11-15T04:41:42.928899+0000 mgr.smithi087.fbbqjk (mgr.14180) 940 : 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 2023-11-15T04:41:43.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:43 smithi194 conmon[88664]: cluster 2023-11-15T04:41:42.928899+0000 mgr.smithi087.fbbqjk (mgr.14180) 940 : 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 2023-11-15T04:41:43.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:43 smithi194 conmon[88664]: 2023-11-15T04:41:44.606 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:44.606 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:45.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:45.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:45 smithi194 conmon[88664]: audit 2023-11-15T04:41:44.601228+0000 mgr.smithi087.fbbqjk (mgr.14180) 941 : audit [DBG] 2023-11-15T04:41:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:45 smithi194 conmon[88664]: from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:45 smithi194 conmon[88664]: cluster 2023-11-15T04:41:44.929352+0000 mgr.smithi087.fbbqjk (mgr.14180) 942 : 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 2023-11-15T04:41:45.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:45 smithi087 conmon[84412]: audit 2023-11-15T04:41:44.601228+0000 mgr.smithi087.fbbqjk (mgr.14180) 941 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:45.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:45 smithi087 conmon[84412]: cluster 2023-11-15T04:41:44.929352+0000 mgr.smithi087.fbbqjk (mgr.14180) 942 : 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 2023-11-15T04:41:46.233 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:47.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:47 smithi194 conmon[88664]: cluster 2023-11-15T04:41:46.929780+0000 mgr.smithi087.fbbqjk (mgr.14180) 943 : cluster [DBG] 2023-11-15T04:41:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:47 smithi194 conmon[88664]: 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 2023-11-15T04:41:47.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:47 smithi087 conmon[84412]: cluster 2023-11-15T04:41:46.929780+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:41:47.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:47 smithi087 conmon[84412]: ) 943 : 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 2023-11-15T04:41:48.005 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:48.005 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:48.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:49.650 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:50.091 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:49 smithi087 conmon[84412]: audit 2023-11-15T04:41:48.001221+0000 mgr.smithi087.fbbqjk (mgr.14180) 944 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:50.091 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:49 smithi087 conmon[84412]: cluster 2023-11-15T04:41:48.930211+0000 mgr.smithi087.fbbqjk (mgr.14180) 945 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:50.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:49 smithi194 conmon[88664]: audit 2023-11-15T04:41:48.001221+0000 mgr.smithi087.fbbqjk (mgr.14180) 944 : 2023-11-15T04:41:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:49 smithi194 conmon[88664]: audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:49 smithi194 conmon[88664]: cluster 2023-11-15T04:41:48.930211+0000 mgr.smithi087.fbbqjk (mgr.14180) 945 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:41:51.109 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:51 smithi087 conmon[84412]: cluster 2023-11-15T04:41:50.930662+0000 mgr.smithi087.fbbqjk 2023-11-15T04:41:51.110 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:51 smithi087 conmon[84412]: (mgr.14180) 946 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:51 smithi194 conmon[88664]: cluster 2023-11-15T04:41:50.930662+0000 mgr.smithi087.fbbqjk (mgr.14180) 946 : cluster 2023-11-15T04:41:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:51 smithi194 conmon[88664]: [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:41:51.499 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:51.499 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:52.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:52 smithi194 conmon[88664]: audit 2023-11-15T04:41:51.495134+0000 mgr.smithi087.fbbqjk (mgr.14180) 947 : 2023-11-15T04:41:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:52 smithi194 conmon[88664]: audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:52.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:52 smithi087 conmon[84412]: audit 2023-11-15T04:41:51.495134+0000 mgr.smithi087.fbbqjk (mgr.14180) 947 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:53.075 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:53.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:53 smithi194 conmon[88664]: cluster 2023-11-15T04:41:52.931277+0000 mgr.smithi087.fbbqjk (mgr.14180) 948 : cluster 2023-11-15T04:41:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:53 smithi194 conmon[88664]: [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 2023-11-15T04:41:53.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:53 smithi087 conmon[84412]: cluster 2023-11-15T04:41:52.931277+0000 mgr.smithi087.fbbqjk (mgr.14180) 948 : 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 2023-11-15T04:41:54.857 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:54.857 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:55.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:55 smithi194 conmon[88664]: audit 2023-11-15T04:41:54.852489+0000 mgr.smithi087.fbbqjk (mgr.14180) 949 : audit 2023-11-15T04:41:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:55 smithi194 conmon[88664]: [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:55 smithi194 conmon[88664]: cluster 2023-11-15T04:41:54.931825+0000 mgr.smithi087.fbbqjk (mgr.14180) 950 : 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 2023-11-15T04:41:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:55 smithi087 conmon[84412]: audit 2023-11-15T04:41:54.852489+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:41:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:55 smithi087 conmon[84412]: .14180) 949 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:41:55.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:55 smithi087 conmon[84412]: cluster 2023-11-15T04:41:54.931825+0000 mgr.smithi087.fbbqjk (mgr.14180) 950 : 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 2023-11-15T04:41:55.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:56.449 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:41:57.256 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:57 smithi087 conmon[84412]: cluster 2023-11-15T04:41:56.932282+0000 mgr.smithi087.fbbqjk (mgr.14180) 951 : cluster 2023-11-15T04:41:57.256 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:57 smithi087 conmon[84412]: [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 2023-11-15T04:41:57.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:57 smithi194 conmon[88664]: cluster 2023-11-15T04:41:56.932282+0000 mgr.smithi087.fbbqjk (mgr.14180) 951 : 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 2023-11-15T04:41:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:57 smithi194 conmon[88664]: 2023-11-15T04:41:58.351 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:41:58.352 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:41:58.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:41:59.947 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:00.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:59 smithi194 conmon[88664]: audit 2023-11-15T04:41:58.347556+0000 mgr.smithi087.fbbqjk (mgr.14180) 952 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:00.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:41:59 smithi194 conmon[88664]: cluster 2023-11-15T04:41:58.932768+0000 mgr.smithi087.fbbqjk (mgr.14180) 953 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:42:00.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:59 smithi087 conmon[84412]: audit 2023-11-15T04:41:58.347556+0000 mgr.smithi087.fbbqjk (mgr.14180) 952 : audit 2023-11-15T04:42:00.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:59 smithi087 conmon[84412]: [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:00.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:41:59 smithi087 conmon[84412]: cluster 2023-11-15T04:41:58.932768+0000 mgr.smithi087.fbbqjk (mgr.14180) 953 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:42:01.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:01 smithi194 conmon[88664]: cluster 2023-11-15T04:42:00.933398+0000 mgr.smithi087.fbbqjk (mgr.14180) 954 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:42:01.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:01 smithi087 conmon[84412]: cluster 2023-11-15T04:42:00.933398+0000 mgr.smithi087.fbbqjk (mgr.14180) 954 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:42:01.777 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:01.777 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:02.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:02 smithi087 conmon[84412]: audit 2023-11-15T04:42:01.772826+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:42:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:02 smithi087 conmon[84412]: 955 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:02.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:02 smithi194 conmon[88664]: audit 2023-11-15T04:42:01.772826+0000 mgr.smithi087.fbbqjk (mgr.14180) 955 : audit [DBG] 2023-11-15T04:42:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:02 smithi194 conmon[88664]: from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:02.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:03.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:03 smithi194 conmon[88664]: cluster 2023-11-15T04:42:02.933833+0000 mgr.smithi087.fbbqjk (mgr.14180) 956 : cluster [DBG] 2023-11-15T04:42:03.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:03 smithi194 conmon[88664]: 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 2023-11-15T04:42:03.362 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:03.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:03 smithi087 conmon[84412]: cluster 2023-11-15T04:42:02.933833+0000 mgr.smithi087.fbbqjk (mgr.14180) 956 : cluster [DBG] 2023-11-15T04:42:03.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:03 smithi087 conmon[84412]: 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 2023-11-15T04:42:05.167 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:05.167 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:05.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:05 smithi194 conmon[88664]: cluster 2023-11-15T04:42:04.934310+0000 mgr.smithi087.fbbqjk (mgr.14180) 957 : 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 2023-11-15T04:42:05.362 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:05 smithi087 conmon[84412]: cluster 2023-11-15T04:42:04.934310+0000 mgr.smithi087.fbbqjk (mgr.14180) 957 : 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 2023-11-15T04:42:05.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:06.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:06 smithi194 conmon[88664]: audit 2023-11-15T04:42:05.162639+0000 mgr.smithi087.fbbqjk (mgr.14180) 958 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:06.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:06 smithi087 conmon[84412]: audit 2023-11-15T04:42:05.162639+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:42:06.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:06 smithi087 conmon[84412]: 958 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:06.789 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:07.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:07 smithi087 conmon[84412]: cluster 2023-11-15T04:42:06.934879+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:42:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:07 smithi087 conmon[84412]: 959 : 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 2023-11-15T04:42:07.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:07 smithi194 conmon[88664]: cluster 2023-11-15T04:42:06.934879+0000 mgr.smithi087.fbbqjk (mgr.14180) 959 : 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 2023-11-15T04:42:08.612 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:08.613 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:34:11.599178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.tjrpgh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-tjrpgh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.tjrpgh\nDeploy daemon haproxy.nfs.foo.smithi194.tjrpgh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:32:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:32:52Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:33:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.578711Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.gghhan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-gghhan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.gghhan\nDeploy daemon haproxy.nfs.foo.smithi087.gghhan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:34:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:35:25Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:36:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:36:44.579918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.yhgbhl on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:09.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:10.213 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:10.239 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:09 smithi087 conmon[84412]: audit 2023-11-15T04:42:08.608054+0000 mgr.smithi087.fbbqjk (mgr.14180) 960 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:10.240 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:09 smithi087 conmon[84412]: cluster 2023-11-15T04:42:08.935353+0000 mgr.smithi087.fbbqjk (mgr.14180) 961 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:42:10.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:09 smithi194 conmon[88664]: audit 2023-11-15T04:42:08.608054+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:42:10.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:09 smithi194 conmon[88664]: 14180) 960 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:10.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:09 smithi194 conmon[88664]: cluster 2023-11-15T04:42:08.935353+0000 mgr.smithi087.fbbqjk (mgr.14180) 961 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:42:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:11 smithi194 conmon[88664]: cluster 2023-11-15T04:42:10.935836+0000 mgr.smithi087.fbbqjk (mgr.14180) 962 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:42:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:11 smithi194 conmon[88664]: 2023-11-15T04:42:11.361 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:11 smithi087 conmon[84412]: cluster 2023-11-15T04:42:10.935836+0000 mgr.smithi087.fbbqjk (mgr.14180) 962 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:42:11.997 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:11.997 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:12.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: cephadm 2023-11-15T04:42:11.361627+0000 mgr.smithi087.fbbqjk (mgr.14180) 963 : cephadm [ERR] 2023-11-15T04:42:12.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.shzplv ... 2023-11-15T04:42:12.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:42:12.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:40:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:40:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:41:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: Traceback (most recent call last): 2023-11-15T04:42:12.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:42:12.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: yield (conn, connr) 2023-11-15T04:42:12.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:42:12.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: code, '\n'.join(err))) 2023-11-15T04:42:12.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.shzplv ... 2023-11-15T04:42:12.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:42:12.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:40:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:40:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:41:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: cephadm 2023-11-15T04:42:11.361855+0000 mgr.smithi087.fbbqjk (mgr.14180) 964 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087. 2023-11-15T04:42:12.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: shzplv 2023-11-15T04:42:12.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: audit 2023-11-15T04:42:11.362158+0000 mon.smithi087 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.shzplv"}]: dispatch 2023-11-15T04:42:12.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: cephadm 2023-11-15T04:42:11.362777+0000 mgr.smithi087.fbbqjk (mgr.14180) 965 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.shzplv ... 2023-11-15T04:42:12.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:42:12.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:40:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:40:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:41:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: cephadm 2023-11-15T04:42:11.364623+0000 mgr.smithi087.fbbqjk (mgr.14180) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:42:12.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: cephadm 2023-11-15T04:42:11.365677+0000 mgr.smithi087.fbbqjk (mgr.14180) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:42:12.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: cluster 2023-11-15T04:42:11.366377+0000 mgr.smithi087.fbbqjk (mgr.14180) 968 : cluster [DBG] 2023-11-15T04:42:12.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:12 smithi194 conmon[88664]: pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:42:12.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: cephadm 2023-11-15T04:42:11.361627+0000 mgr.smithi087.fbbqjk (mgr.14180) 963 : cephadm 2023-11-15T04:42:12.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.shzplv ... 2023-11-15T04:42:12.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:42:12.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:40:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:40:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:41:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: Traceback (most recent call last): 2023-11-15T04:42:12.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:42:12.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: yield (conn, connr) 2023-11-15T04:42:12.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:42:12.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: code, '\n'.join(err))) 2023-11-15T04:42:12.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.shzplv ... 2023-11-15T04:42:12.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:42:12.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:40:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:40:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:41:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: cephadm 2023-11-15T04:42:11.361855+0000 mgr.smithi087.fbbqjk (mgr.14180) 964 : cephadm [INF] Removing key for client.ingress.nfs.foo.smi 2023-11-15T04:42:12.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: thi087.shzplv 2023-11-15T04:42:12.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: audit 2023-11-15T04:42:11.362158+0000 mon.smithi087 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.shzplv"}]: dispatch 2023-11-15T04:42:12.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: cephadm 2023-11-15T04:42:11.362777+0000 mgr.smithi087.fbbqjk (mgr.14180) 965 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv 2023-11-15T04:42:12.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv 2023-11-15T04:42:12.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.shzplv ... 2023-11-15T04:42:12.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:42:12.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:40:01Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:40:38Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:41:30Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:42:12.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:42:12.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:42:12.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: cephadm 2023-11-15T04:42:11.364623+0000 mgr.smithi087.fbbqjk (mgr.14180) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:42:12.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: cephadm 2023-11-15T04:42:11.365677+0000 mgr.smithi087.fbbqjk (mgr.14180) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:42:12.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:12 smithi087 conmon[84412]: cluster 2023-11-15T04:42:11.366377+0000 mgr.smithi087.fbbqjk (mgr.14180) 968 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:42:12.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:13.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:13 smithi194 conmon[88664]: audit 2023-11-15T04:42:11.993212+0000 mgr.smithi087.fbbqjk (mgr.14180) 969 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:13 smithi194 conmon[88664]: cluster 2023-11-15T04:42:12.026949+0000 mon.smithi087 (mon.0) 721 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:42:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:13 smithi194 conmon[88664]: audit 2023-11-15T04:42:12.334319+0000 mon.smithi087 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:42:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:13 smithi194 conmon[88664]: audit 2023-11- 2023-11-15T04:42:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:13 smithi194 conmon[88664]: 15T04:42:12.350481+0000 mon.smithi087 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:42:13.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:13 smithi087 conmon[84412]: audit 2023-11-15T04:42:11.993212+0000 mgr.smithi087.fbbqjk (mgr.14180) 969 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:13.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:13 smithi087 conmon[84412]: cluster 2023-11-15T04:42:12.026949+0000 mon.smithi087 (mon.0) 721 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:42:13.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:13 smithi087 conmon[84412]: audit 2023-11-15T04:42:12.334319+0000 mon.smithi087 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:42:13.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:13 smithi087 conmon[84412]: audit 2023-11-15T04:42:12.350481+0000 mon.smithi087 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:42:13.653 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:14 smithi087 conmon[84412]: cluster 2023-11-15T04:42:13.366943+0000 mgr.smithi087.fbbqjk (mgr.14180) 970 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:42:15.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:14 smithi194 conmon[88664]: cluster 2023-11-15T04:42:13.366943+0000 mgr.smithi087.fbbqjk (mgr.14180) 970 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:42:15.466 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:15.466 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:16.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:17.104 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:17.134 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:16 smithi087 conmon[84412]: cluster 2023-11-15T04:42:15.367519+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:42:17.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:16 smithi087 conmon[84412]: .14180) 971 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:42:17.135 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:16 smithi087 conmon[84412]: audit 2023-11-15T04:42:15.462640+0000 mgr.smithi087.fbbqjk (mgr.14180) 972 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:17.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:16 smithi194 conmon[88664]: cluster 2023-11-15T04:42:15.367519+0000 mgr.smithi087.fbbqjk (mgr.14180) 971 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:42:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:16 smithi194 conmon[88664]: 2023-11-15T04:42:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:16 smithi194 conmon[88664]: audit 2023-11-15T04:42:15.462640+0000 mgr.smithi087.fbbqjk (mgr.14180) 972 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:18.948 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:18.948 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:19.144 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:18 smithi087 conmon[84412]: cluster 2023-11-15T04:42:17.368117+0000 mgr.smithi087.fbbqjk (mgr.14180) 973 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:42:19.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:18 smithi194 conmon[88664]: cluster 2023-11-15T04:42:17.368117+0000 mgr.smithi087.fbbqjk (mgr.14180) 973 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:42:19.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:20.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:19 smithi194 conmon[88664]: audit 2023-11-15T04:42:18.944029+0000 mgr.smithi087.fbbqjk (mgr.14180) 974 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:20.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:19 smithi194 conmon[88664]: 2023-11-15T04:42:20.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:19 smithi087 conmon[84412]: audit 2023-11-15T04:42:18.944029+0000 mgr.smithi087.fbbqjk (mgr.14180) 974 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:20.603 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:21.146 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:20 smithi087 conmon[84412]: cluster 2023-11-15T04:42:19.368856+0000 mgr.smithi087.fbbqjk (mgr.14180) 975 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-15T04:42:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:20 smithi194 conmon[88664]: cluster 2023-11-15T04:42:19.368856+0000 mgr.smithi087.fbbqjk (mgr.14180) 975 : cluster [DBG] 2023-11-15T04:42:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:20 smithi194 conmon[88664]: pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-15T04:42:22.459 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:22.460 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:23.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:23.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:22 smithi194 conmon[88664]: cluster 2023-11-15T04:42:21.369383+0000 mgr.smithi087.fbbqjk (mgr.14180) 976 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:42:23.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:22 smithi087 conmon[84412]: cluster 2023-11-15T04:42:21.369383+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:42:23.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:22 smithi087 conmon[84412]: 976 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T04:42:24.120 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:24.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:23 smithi194 conmon[88664]: audit 2023-11-15T04:42:22.455984+0000 mgr.smithi087.fbbqjk (mgr.14180) 977 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:24.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:23 smithi087 conmon[84412]: audit 2023-11-15T04:42:22.455984+0000 mgr.smithi087.fbbqjk (mgr.14180) 977 : audit [DBG] 2023-11-15T04:42:24.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:23 smithi087 conmon[84412]: from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:24 smithi194 conmon[88664]: cluster 2023-11-15T04:42:23.369976+0000 mgr.smithi087.fbbqjk (mgr.14180) 978 : 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 2023-11-15T04:42:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:24 smithi194 conmon[88664]: 2023-11-15T04:42:25.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:24 smithi087 conmon[84412]: cluster 2023-11-15T04:42:23.369976+0000 mgr.smithi087.fbbqjk (mgr.14180) 978 : 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 2023-11-15T04:42:26.037 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:26.038 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:26.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:26 smithi194 conmon[88664]: cluster 2023-11-15T04:42:25.370871+0000 mgr.smithi087.fbbqjk (mgr.14180) 979 : 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 2023-11-15T04:42:27.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:26 smithi087 conmon[84412]: cluster 2023-11-15T04:42:25.370871+0000 mgr.smithi087.fbbqjk (mgr.14180) 979 2023-11-15T04:42:27.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:26 smithi087 conmon[84412]: : 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 2023-11-15T04:42:27.629 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:28.278 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:27 smithi087 conmon[84412]: audit 2023-11-15T04:42:26.034009+0000 mgr.smithi087.fbbqjk (mgr.14180) 980 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:28.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:27 smithi194 conmon[88664]: audit 2023-11-15T04:42:26.034009+0000 mgr.smithi087.fbbqjk (mgr.14180) 980 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:28.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:27 smithi194 conmon[88664]: 2023-11-15T04:42:29.061 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:28 smithi087 conmon[84412]: cluster 2023-11-15T04:42:27.371422+0000 mgr.smithi087.fbbqjk (mgr.14180) 981 : 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 2023-11-15T04:42:29.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:28 smithi194 conmon[88664]: cluster 2023-11-15T04:42:27.371422+0000 mgr.smithi087.fbbqjk (mgr.14180) 981 : 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 2023-11-15T04:42:29.439 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:29.440 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:30.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:31.060 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:30 smithi194 conmon[88664]: cluster 2023-11-15T04:42:29.372053+0000 mgr.smithi087.fbbqjk (mgr.14180) 982 : 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 2023-11-15T04:42:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:30 smithi194 conmon[88664]: audit 2023-11-15T04:42:29.435883+0000 mgr.smithi087.fbbqjk (mgr.14180) 983 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:31.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:30 smithi087 conmon[84412]: cluster 2023-11-15T04:42:29.372053 2023-11-15T04:42:31.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:30 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 982 : 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 2023-11-15T04:42:31.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:30 smithi087 conmon[84412]: audit 2023-11-15T04:42:29.435883+0000 2023-11-15T04:42:31.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:30 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 983 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:32.828 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:32.828 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:32 smithi087 conmon[84412]: cluster 2023-11-15T04:42:31.372522+0000 mgr.smithi087.fbbqjk (mgr.14180) 984 : 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 2023-11-15T04:42:33.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:32 smithi194 conmon[88664]: cluster 2023-11-15T04:42:31.372522+0000 mgr.smithi087.fbbqjk (mgr.14180) 984 : 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 2023-11-15T04:42:33.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:34.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:33 smithi194 conmon[88664]: audit 2023-11-15T04:42:32.824683+0000 mgr.smithi087.fbbqjk (mgr.14180) 985 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:34.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:33 smithi087 conmon[84412]: audit 2023-11-15T04:42:32.824683+0000 2023-11-15T04:42:34.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:33 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 985 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:34.444 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:35.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:34 smithi194 conmon[88664]: cluster 2023-11-15T04:42:33.373069+0000 mgr.smithi087.fbbqjk (mgr.14180) 986 : 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 2023-11-15T04:42:35.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:34 smithi194 conmon[88664]: 2023-11-15T04:42:35.342 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:34 smithi087 conmon[84412]: cluster 2023-11-15T04:42:33.373069+0000 mgr.smithi087.fbbqjk (mgr.14180) 986 : 2023-11-15T04:42:35.343 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:34 smithi087 conmon[84412]: 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 2023-11-15T04:42:36.328 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:36.329 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:36.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:37.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:36 smithi194 conmon[88664]: cluster 2023-11-15T04:42:35.373947+0000 mgr.smithi087.fbbqjk (mgr.14180) 987 : 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 2023-11-15T04:42:37.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:36 smithi087 conmon[84412]: cluster 2023-11-15T04:42:35.373947+0000 mgr.smithi087.fbbqjk (mgr.14180) 987 : 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 2023-11-15T04:42:37.927 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:38.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:37 smithi194 conmon[88664]: audit 2023-11-15T04:42:36.324307+0000 mgr.smithi087.fbbqjk (mgr.14180) 988 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:38.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:37 smithi087 conmon[84412]: audit 2023-11-15T04:42:36.324307+0000 mgr.smithi087.fbbqjk (mgr.14180) 988 : 2023-11-15T04:42:38.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:37 smithi087 conmon[84412]: audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:39.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:38 smithi087 conmon[84412]: cluster 2023-11-15T04:42:37.374575+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:42:39.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:38 smithi087 conmon[84412]: ) 989 : 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 2023-11-15T04:42:39.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:38 smithi194 conmon[88664]: cluster 2023-11-15T04:42:37.374575+0000 mgr.smithi087.fbbqjk (mgr.14180) 989 : 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 2023-11-15T04:42:39.846 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:39.846 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:40.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:40 smithi194 conmon[88664]: cluster 2023-11-15T04:42:39.375375+0000 mgr.smithi087.fbbqjk (mgr.14180) 990 : 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 2023-11-15T04:42:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:40 smithi194 conmon[88664]: audit 2023-11-15T04:42:39.842253+0000 mgr.smithi087.fbbqjk (mgr.14180) 991 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:40 smithi087 conmon[84412]: cluster 2023-11-15T04:42:39.375375+0000 mgr.smithi087.fbbqjk (mgr.14180) 990 : 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 2023-11-15T04:42:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:40 smithi087 conmon[84412]: audit 2023-11-15T 2023-11-15T04:42:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:40 smithi087 conmon[84412]: 04:42:39.842253+0000 mgr.smithi087.fbbqjk (mgr.14180) 991 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:41.483 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:42.996 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:42 smithi087 conmon[84412]: cluster 2023-11-15T04:42:41.375931 2023-11-15T04:42:42.997 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:42 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 992 : 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 2023-11-15T04:42:43.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:42 smithi194 conmon[88664]: cluster 2023-11-15T04:42:41.375931+0000 mgr.smithi087.fbbqjk (mgr.14180) 992 : 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 2023-11-15T04:42:43.315 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:43.315 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:43.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:44.870 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:44 smithi194 conmon[88664]: audit 2023-11-15T04:42:43.311701+0000 mgr.smithi087.fbbqjk (mgr.14180) 993 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:44 smithi194 conmon[88664]: cluster 2023-11-15T04:42:43.376525+0000 mgr.smithi087.fbbqjk (mgr.14180) 994 : 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 2023-11-15T04:42:45.333 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:44 smithi087 conmon[84412]: audit 2023-11-15T04:42:43.311701+0000 mgr.smithi087.fbbqjk (mgr.14180) 993 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:45.333 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:44 smithi087 conmon[84412]: cluster 2023-11-15T04:42:43.376525+0000 mgr.smithi087.fbbqjk (mgr.14180) 994 : 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 2023-11-15T04:42:46.735 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:46.736 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:47.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:46 smithi087 conmon[84412]: cluster 2023-11-15T04:42:45.377267+0000 mgr.smithi087.fbbqjk (mgr.14180) 995 : 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 2023-11-15T04:42:47.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:46 smithi194 conmon[88664]: cluster 2023-11-15T04:42:45.377267+0000 mgr.smithi087.fbbqjk (mgr.14180) 995 : 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 2023-11-15T04:42:47.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:47 smithi194 conmon[88664]: audit 2023-11-15T04:42:46.731131+0000 mgr.smithi087.fbbqjk (mgr.14180) 996 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:48.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:47 smithi194 conmon[88664]: 2023-11-15T04:42:48.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:47 smithi087 conmon[84412]: audit 2023-11-15T04:42:46.731131+0000 mgr.smithi087.fbbqjk (mgr.14180) 996 : audit [DBG] 2023-11-15T04:42:48.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:47 smithi087 conmon[84412]: from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:48.418 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:49.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:48 smithi087 conmon[84412]: cluster 2023-11-15T04:42:47.377936+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:42:49.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:48 smithi087 conmon[84412]: .14180) 997 : 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 2023-11-15T04:42:49.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:48 smithi194 conmon[88664]: cluster 2023-11-15T04:42:47.377936+0000 mgr.smithi087.fbbqjk (mgr.14180) 997 : 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 2023-11-15T04:42:50.389 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:50.389 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:51.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:51.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:50 smithi194 conmon[88664]: cluster 2023-11-15T04:42:49.378602+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:42:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:50 smithi194 conmon[88664]: .14180) 998 : 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 2023-11-15T04:42:51.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:50 smithi087 conmon[84412]: cluster 2023-11-15T04:42:49.378602+0000 mgr.smithi087.fbbqjk (mgr.14180) 998 : 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 2023-11-15T04:42:52.025 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:52.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:51 smithi194 conmon[88664]: audit 2023-11-15T04:42:50.385111+0000 mgr.smithi087.fbbqjk (mgr.14180) 999 : audit 2023-11-15T04:42:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:51 smithi194 conmon[88664]: [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:52.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:51 smithi087 conmon[84412]: audit 2023-11-15T04:42:50.385111+0000 mgr.smithi087.fbbqjk (mgr.14180) 999 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:52 smithi087 conmon[84412]: cluster 2023-11-15T04:42:51.379187+0000 mgr.smithi087.fbbqjk (mgr.14180) 1000 : 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 2023-11-15T04:42:53.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:52 smithi087 conmon[84412]: 2023-11-15T04:42:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:52 smithi194 conmon[88664]: cluster 2023-11-15T04:42:51.379187+0000 mgr.smithi087.fbbqjk (mgr.14180) 1000 : 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 2023-11-15T04:42:53.902 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:53.902 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:54.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:54 smithi194 conmon[88664]: cluster 2023-11-15T04:42:53.379953+0000 mgr.smithi087.fbbqjk (mgr.14180) 1001 : cluster 2023-11-15T04:42:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:54 smithi194 conmon[88664]: [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 2023-11-15T04:42:55.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:54 smithi194 conmon[88664]: audit 2023-11-15T04:42:53.898124+0000 mgr.smithi087.fbbqjk (mgr.14180) 1002 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:54 smithi087 conmon[84412]: cluster 2023-11-15T04:42:53.379953+0000 mgr.smithi087.fbbqjk (mgr.14180) 1001 : 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 2023-11-15T04:42:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:54 smithi087 conmon[84412]: audit 2023-11-15T04:42:53.898124+0000 mgr.smithi087.fbbqjk (mgr.14180) 1002 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:55.457 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:57.304 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:42:57.304 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:42:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:56 smithi194 conmon[88664]: cluster 2023-11-15T04:42:55.380673+0000 mgr.smithi087.fbbqjk (mgr.14180) 1003 : 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 2023-11-15T04:42:57.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:56 smithi194 conmon[88664]: 2023-11-15T04:42:57.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:56 smithi087 conmon[84412]: cluster 2023-11-15T04:42:55.380673+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:42:57.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:56 smithi087 conmon[84412]: mgr.14180) 1003 : 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 2023-11-15T04:42:57.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:42:58.990 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:42:59.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:58 smithi194 conmon[88664]: audit 2023-11-15T04:42:57.300097+0000 mgr.smithi087.fbbqjk (mgr.14180) 1004 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:59.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:58 smithi194 conmon[88664]: cluster 2023-11-15T04:42:57.381246+0000 mgr.smithi087.fbbqjk (mgr.14180) 1005 2023-11-15T04:42:59.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:42:58 smithi194 conmon[88664]: : 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 2023-11-15T04:42:59.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:58 smithi087 conmon[84412]: audit 2023-11-15T04:42:57.300097+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:42:59.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:58 smithi087 conmon[84412]: mgr.14180) 1004 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:42:59.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:42:58 smithi087 conmon[84412]: cluster 2023-11-15T04:42:57.381246+0000 mgr.smithi087.fbbqjk (mgr.14180) 1005 : 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 2023-11-15T04:43:00.852 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:00.852 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:00 smithi194 conmon[88664]: cluster 2023-11-15T04:42:59.382081+0000 mgr.smithi087.fbbqjk (mgr.14180) 1006 : cluster 2023-11-15T04:43:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:00 smithi194 conmon[88664]: [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 2023-11-15T04:43:01.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:00 smithi087 conmon[84412]: cluster 2023-11-15T04:42:59.382081+0000 2023-11-15T04:43:01.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:00 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 1006 : 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 2023-11-15T04:43:01.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:02.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:01 smithi194 conmon[88664]: audit 2023-11-15T04:43:00.848014+0000 mgr.smithi087.fbbqjk (mgr.14180) 1007 : audit 2023-11-15T04:43:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:01 smithi194 conmon[88664]: [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:02.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:01 smithi087 conmon[84412]: audit 2023-11-15T04:43:00.848014+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:43:02.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:01 smithi087 conmon[84412]: 1007 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:02.473 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:03.272 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:02 smithi087 conmon[84412]: cluster 2023-11-15T04:43:01.382597+0000 mgr.smithi087.fbbqjk (mgr.14180) 1008 : 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 2023-11-15T04:43:03.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:02 smithi194 conmon[88664]: cluster 2023-11-15T04:43:01.382597+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:43:03.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:02 smithi194 conmon[88664]: 1008 : 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 2023-11-15T04:43:04.297 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:04.298 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:04.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:05.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:04 smithi194 conmon[88664]: cluster 2023-11-15T04:43:03.383168+0000 mgr.smithi087.fbbqjk (mgr.14180) 1009 : 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 2023-11-15T04:43:05.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:04 smithi087 conmon[84412]: cluster 2023-11-15T04:43:03.383168+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:43:05.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:04 smithi087 conmon[84412]: mgr.14180) 1009 : 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 2023-11-15T04:43:05.913 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:06.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:05 smithi194 conmon[88664]: audit 2023-11-15T04:43:04.293931+0000 mgr.smithi087.fbbqjk (mgr.14180) 1010 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:06.372 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:05 smithi087 conmon[84412]: audit 2023-11-15T04:43:04.293931+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:43:06.372 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:05 smithi087 conmon[84412]: 1010 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:07.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:06 smithi087 conmon[84412]: cluster 2023-11-15T04:43:05.383853+0000 mgr.smithi087.fbbqjk (mgr.14180) 1011 : 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 2023-11-15T04:43:07.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:06 smithi194 conmon[88664]: cluster 2023-11-15T04:43:05.383853+0000 mgr.smithi087.fbbqjk (mgr.14180) 1011 : 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 2023-11-15T04:43:07.797 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:07.797 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:08.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:09.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:08 smithi194 conmon[88664]: cluster 2023-11-15T04:43:07.384417+0000 mgr.smithi087.fbbqjk (mgr.14180) 1012 : 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 2023-11-15T04:43:09.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:08 smithi194 conmon[88664]: audit 2023-11-15T04:43:07.793223+0000 mgr.smithi087.fbbqjk (mgr.14180) 1013 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:09.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:08 smithi087 conmon[84412]: cluster 2023-11-15T04:43:07 2023-11-15T04:43:09.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:08 smithi087 conmon[84412]: .384417+0000 mgr.smithi087.fbbqjk (mgr.14180) 1012 : 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 2023-11-15T04:43:09.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:08 smithi087 conmon[84412]: audit 2023-11-15T04:43:07.793223+0000 mgr.smithi087.fbbqjk (mgr.14180) 1013 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:09.488 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:10.990 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:10 smithi087 conmon[84412]: cluster 2023-11-15T04:43:09.385154+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:43:10.991 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:10 smithi087 conmon[84412]: mgr.14180) 1014 : 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 2023-11-15T04:43:11.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:10 smithi194 conmon[88664]: cluster 2023-11-15T04:43:09.385154+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:43:11.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:10 smithi194 conmon[88664]: mgr.14180) 1014 : 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 2023-11-15T04:43:11.331 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:11.331 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:46.654200Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:46.654812Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:46.654353Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:46.654425Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:46.654489Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:46.654563Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:11.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:12.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:11 smithi194 conmon[88664]: audit 2023-11-15T04:43:11.368242+0000 mon.smithi087 (mon.0) 724 2023-11-15T04:43:12.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:11 smithi194 conmon[88664]: : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:43:12.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:11 smithi194 conmon[88664]: audit 2023-11-15T04:43:11.780404+0000 mon.smithi087 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:12.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:11 smithi087 conmon[84412]: audit 2023-11-15T04:43:11.368242+0000 mon.smithi087 (mon.0) 724 : audit 2023-11-15T04:43:12.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:11 smithi087 conmon[84412]: [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:43:12.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:11 smithi087 conmon[84412]: audit 2023-11-15T04:43:11.780404+0000 mon.smithi087 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:12.947 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:12 smithi194 conmon[88664]: audit 2023-11-15T04:43:11.327922+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:43:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:12 smithi194 conmon[88664]: .14180) 1015 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:13.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:12 smithi194 conmon[88664]: cluster 2023-11-15T04:43:11.385702+0000 mgr.smithi087.fbbqjk (mgr.14180) 1016 : 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 2023-11-15T04:43:13.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:12 smithi087 conmon[84412]: audit 2023-11-15T04:43:11.327922+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:43:13.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:12 smithi087 conmon[84412]: mgr.14180) 1015 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:13.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:12 smithi087 conmon[84412]: cluster 2023-11-15T04:43:11.385702+0000 mgr.smithi087.fbbqjk (mgr.14180) 1016 : 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 2023-11-15T04:43:14.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:14 smithi194 conmon[88664]: audit 2023-11-15T04:43:13.178013+0000 mon.smithi087 (mon.0) 726 : audit 2023-11-15T04:43:14.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:14 smithi194 conmon[88664]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:14.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:14 smithi194 conmon[88664]: cluster 2023-11-15T04:43:13.386264+0000 mgr.smithi087.fbbqjk (mgr.14180) 1017 : 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 2023-11-15T04:43:14.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:14 smithi087 conmon[84412]: audit 2023-11-15T04:43:13.178013+0000 mon.smithi087 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:14.626 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:14 smithi087 conmon[84412]: cluster 2023-11-15T04:43:13.386264+0000 mgr.smithi087.fbbqjk (mgr.14180) 1017 : 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 2023-11-15T04:43:15.887 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:15.887 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:36:50.506004Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:36:50.506066Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:36:50.506126Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:36:50.506540Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:36:50.505932Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:36:50.505775Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:36:50.506628Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:36:50.506185Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:36:50.506305Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:36:50.506245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:16.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:16.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:16 smithi194 conmon[88664]: cluster 2023-11-15T04:43:15.386888+0000 mgr.smithi087.fbbqjk (mgr.14180) 1018 : 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 2023-11-15T04:43:16.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:16 smithi194 conmon[88664]: audit 2023-11-15T04:43:15.882774+0000 mgr.smithi087.fbbqjk (mgr.14180) 1019 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:16.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:16 smithi087 conmon[84412]: cluster 2023-11-15T04:43:15.386888+0000 mgr.smithi087.fbbqjk (mgr.14180) 1018 : 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 2023-11-15T04:43:16.875 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:16 smithi087 conmon[84412]: audit 2023-11-15T04:43:15.882774+0000 mgr.smithi087.fbbqjk (mgr.14180) 1019 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:17.600 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:18.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:17 smithi087 conmon[84412]: audit 2023-11-15T04:43:16.855250+0000 mon.smithi087 (mon.0) 727 : audit 2023-11-15T04:43:18.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:17 smithi087 conmon[84412]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:18.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:17 smithi087 conmon[84412]: audit 2023-11-15T04:43:17.163440+0000 mon.smithi087 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:43:18.054 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:17 smithi087 conmon[84412]: audit 2023-11-15T04:43:17.164116+0000 mon.smithi087 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:43:18.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:17 smithi087 conmon[84412]: audit 2023-11-15T04:43:17.168150+0000 mon.smithi087 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:18.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:17 smithi087 conmon[84412]: audit 2023-11-15T04:43:17.171766+0000 mon.smithi087 (mon.0) 731 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:43:18.055 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:17 smithi087 conmon[84412]: audit 2023-11-15T04:43:17.178231+0000 mon.smithi087 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:17 smithi194 conmon[88664]: audit 2023-11-15T04:43:16.855250+0000 mon.smithi087 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:17 smithi194 conmon[88664]: audit 2023-11-15T04:43:17.163440+0000 mon.smithi087 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:43:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:17 smithi194 conmon[88664]: audit 2023-11-15T04:43:17.164116+0000 mon.smithi087 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:43:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:17 smithi194 conmon[88664]: audit 2023-11-15T04:43:17.168150+0000 mon.smithi087 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:18.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:17 smithi194 conmon[88664]: audit 2023-11-15T04:43:17.171766+0000 mon.smithi087 (mon.0) 731 : audit [DBG] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:43:18.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:17 smithi194 conmon[88664]: audit 2023-11-15T04:43:17.178231+0000 mon.smithi087 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:19.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:18 smithi087 conmon[84412]: cluster 2023-11-15T04:43:17.168694+0000 mgr.smithi087.fbbqjk (mgr.14180) 1020 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:19.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:18 smithi087 conmon[84412]: cephadm 2023-11-15T04:43:17.180123+0000 mgr.smithi087.fbbqjk (mgr.14180) 1021 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.uanmzk on smithi194 2023-11-15T04:43:19.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:18 smithi087 conmon[84412]: cluster 2023-11-15T04:43:18.166474+0000 mon.smithi087 (mon.0) 733 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:43:19.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:18 smithi087 conmon[84412]: cluster 2023-11-15T04:43:18.166525+0000 mon.smithi087 (mon.0) 734 : cluster [INF] Cluster is now healthy 2023-11-15T04:43:19.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:18 smithi194 conmon[88664]: cluster 2023-11-15T04:43:17.168694+0000 mgr.smithi087.fbbqjk (mgr.14180) 1020 : cluster [DBG] 2023-11-15T04:43:19.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:18 smithi194 conmon[88664]: pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:19.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:18 smithi194 conmon[88664]: cephadm 2023-11-15T04:43:17.180123+0000 mgr.smithi087.fbbqjk (mgr.14180) 1021 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi194.uanmzk on smithi194 2023-11-15T04:43:19.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:18 smithi194 conmon[88664]: cluster 2023-11-15T04:43:18.166474+0000 mon.smithi087 2023-11-15T04:43:19.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:18 smithi194 conmon[88664]: (mon.0) 733 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:43:19.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:18 smithi194 conmon[88664]: cluster 2023-11-15T04:43 2023-11-15T04:43:19.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:18 smithi194 conmon[88664]: :18.166525+0000 mon.smithi087 (mon.0) 734 : cluster [INF] Cluster is now healthy 2023-11-15T04:43:19.489 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:19.489 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:20.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:21.095 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:21.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:20 smithi194 conmon[88664]: cluster 2023-11-15T04:43:19.169153+0000 mgr.smithi087.fbbqjk (mgr.14180) 1022 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:20 smithi194 conmon[88664]: audit 2023-11-15T04:43: 2023-11-15T04:43:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:20 smithi194 conmon[88664]: 19.485705+0000 mgr.smithi087.fbbqjk (mgr.14180) 1023 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:21.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:20 smithi087 conmon[84412]: cluster 2023-11-15T04:43:19.169153+0000 mgr.smithi087.fbbqjk (mgr.14180) 1022 : cluster [DBG] 2023-11-15T04:43:21.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:20 smithi087 conmon[84412]: pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:21.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:20 smithi087 conmon[84412]: audit 2023-11-15T04:43:19.485705+0000 mgr.smithi087.fbbqjk (mgr.14180) 1023 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:23.070 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:23.071 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:23.096 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:22 smithi087 conmon[84412]: cluster 2023-11-15T04:43:21.169637+0000 mgr.smithi087.fbbqjk (mgr.14180) 1024 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:23.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:22 smithi194 conmon[88664]: cluster 2023-11-15T04:43:21.169637+0000 mgr.smithi087.fbbqjk (mgr.14180) 1024 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:23.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:24.729 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:25.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:24 smithi087 conmon[84412]: audit 2023-11-15T04:43:23.066760+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:43:25.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:24 smithi087 conmon[84412]: 1025 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:25.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:24 smithi087 conmon[84412]: cluster 2023-11-15T04:43:23.170047+0000 mgr.smithi087.fbbqjk (mgr.14180) 1026 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:24 smithi194 conmon[88664]: audit 2023-11-15T04:43:23.066760+0000 mgr.smithi087.fbbqjk (mgr.14180) 1025 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:24 smithi194 conmon[88664]: cluster 2023-11-15T04:43:23.170047+0000 mgr.smithi087.fbbqjk (mgr.14180) 1026 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:26.650 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:26.650 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:27.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:26 smithi087 conmon[84412]: cluster 2023-11-15T04:43:25.170604+0000 mgr.smithi087.fbbqjk (mgr.14180) 1027 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:27.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:26 smithi194 conmon[88664]: cluster 2023-11-15T04:43:25.170604+0000 mgr.smithi087.fbbqjk (mgr.14180) 1027 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:28.285 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:28.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:27 smithi194 conmon[88664]: audit 2023-11-15T04:43:26.646375+0000 mgr.smithi087.fbbqjk (mgr.14180) 1028 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:28.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:27 smithi194 conmon[88664]: audit 2023-11-15T04:43:27.352338+0000 mon.smithi087 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:28.316 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:27 smithi087 conmon[84412]: audit 2023-11-15T04:43:26.646375+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:43:28.316 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:27 smithi087 conmon[84412]: ) 1028 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:28.316 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:27 smithi087 conmon[84412]: audit 2023-11-15T04:43:27.352338+0000 mon.smithi087 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:43:29.118 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:28 smithi087 conmon[84412]: cluster 2023-11-15T04:43:27.171139+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:43:29.119 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:28 smithi087 conmon[84412]: ) 1029 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:29.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:28 smithi194 conmon[88664]: cluster 2023-11-15T04:43:27.171139+0000 mgr.smithi087.fbbqjk (mgr.14180) 1029 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:43:29.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:28 smithi194 conmon[88664]: 2023-11-15T04:43:30.172 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:30.172 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:30.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:30 smithi087 conmon[84412]: cluster 2023-11-15T04:43:29.171557+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:43:31.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:30 smithi087 conmon[84412]: mgr.14180) 1030 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:43:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:30 smithi194 conmon[88664]: cluster 2023-11-15T04:43:29.171557+0000 mgr.smithi087.fbbqjk (mgr.14180) 1030 : 2023-11-15T04:43:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:30 smithi194 conmon[88664]: cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:43:31.821 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:32.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:31 smithi087 conmon[84412]: audit 2023-11-15T04:43:30.167843+0000 2023-11-15T04:43:32.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:31 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 1031 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:32.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:31 smithi194 conmon[88664]: audit 2023-11-15T04:43:30.167843+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:43:32.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:31 smithi194 conmon[88664]: 1031 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:32 smithi194 conmon[88664]: cluster 2023-11-15T04:43:31.172151+0000 mgr.smithi087.fbbqjk (mgr.14180) 1032 : cluster 2023-11-15T04:43:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:32 smithi194 conmon[88664]: [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:43:33.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:32 smithi087 conmon[84412]: cluster 2023-11-15T04:43:31.172151+0000 2023-11-15T04:43:33.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:32 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 1032 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:43:33.703 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:33.704 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:34.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:35.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:34 smithi194 conmon[88664]: cluster 2023-11-15T04:43:33.172644+0000 mgr.smithi087.fbbqjk (mgr.14180) 1033 : cluster [DBG] 2023-11-15T04:43:35.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:34 smithi194 conmon[88664]: 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 2023-11-15T04:43:35.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:34 smithi194 conmon[88664]: audit 2023-11-15T04:43:33.699388+0000 mgr.smithi087.fbbqjk (mgr.14180) 1034 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:35.361 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:35.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:34 smithi087 conmon[84412]: cluster 2023-11-15T04:43:33.172644+0000 mgr.smithi087.fbbqjk (mgr.14180) 1033 : 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 2023-11-15T04:43:35.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:34 smithi087 conmon[84412]: audit 2023-11-15T04:43:33.699388+0000 mgr.smithi087.fbbqjk (mgr.14180) 1034 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:37.271 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:37.271 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:37.292 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:36 smithi087 conmon[84412]: cluster 2023-11-15T04:43:35.173130+0000 mgr.smithi087.fbbqjk 2023-11-15T04:43:37.292 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:36 smithi087 conmon[84412]: (mgr.14180) 1035 : 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 2023-11-15T04:43:37.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:36 smithi194 conmon[88664]: cluster 2023-11-15T04:43:35.173130+0000 mgr.smithi087.fbbqjk (mgr.14180) 1035 : cluster [DBG] 2023-11-15T04:43:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:36 smithi194 conmon[88664]: 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 2023-11-15T04:43:37.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:38.926 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:39.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:38 smithi194 conmon[88664]: cluster 2023-11-15T04:43:37.173587+0000 mgr.smithi087.fbbqjk (mgr.14180) 1036 : cluster 2023-11-15T04:43:39.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:38 smithi194 conmon[88664]: [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 2023-11-15T04:43:39.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:38 smithi194 conmon[88664]: audit 2023-11-15T04:43:37.267078+0000 mgr.smithi087.fbbqjk (mgr.14180) 1037 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:39.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:38 smithi087 conmon[84412]: cluster 2023-11-15T04:43:37.173587+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:43:39.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:38 smithi087 conmon[84412]: 1036 : 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 2023-11-15T04:43:39.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:38 smithi087 conmon[84412]: audit 2023-11-15T04:43:37.267078+0000 mgr.smithi087.fbbqjk (mgr.14180) 1037 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:40.880 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:40.880 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:41.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:40 smithi194 conmon[88664]: cluster 2023-11-15T04:43:39.174151+0000 mgr.smithi087.fbbqjk (mgr.14180) 1038 : 2023-11-15T04:43:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:40 smithi194 conmon[88664]: cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:43:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:40 smithi087 conmon[84412]: cluster 2023-11-15T04:43:39.174151+0000 mgr.smithi087.fbbqjk (mgr.14180) 1038 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:43:41.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:42.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:41 smithi194 conmon[88664]: audit 2023-11-15T04:43:40.876363+0000 mgr.smithi087.fbbqjk (mgr.14180) 1039 : audit [DBG] 2023-11-15T04:43:42.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:41 smithi194 conmon[88664]: from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:42.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:41 smithi087 conmon[84412]: audit 2023-11-15T04:43:40.876363+0000 mgr.smithi087.fbbqjk (mgr.14180) 1039 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:42.518 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:43.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:42 smithi194 conmon[88664]: cluster 2023-11-15T04:43:41.174640+0000 mgr.smithi087.fbbqjk (mgr.14180) 1040 : cluster 2023-11-15T04:43:43.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:42 smithi194 conmon[88664]: [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:43:43.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:42 smithi087 conmon[84412]: cluster 2023-11-15T04:43:41.174640+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:43:43.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:42 smithi087 conmon[84412]: mgr.14180) 1040 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:43:44.357 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:44.357 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:45.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:44 smithi194 conmon[88664]: cluster 2023-11-15T04:43:43.175032+0000 mgr.smithi087.fbbqjk (mgr.14180) 1041 : 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 2023-11-15T04:43:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:44 smithi194 conmon[88664]: 2023-11-15T04:43:45.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:44 smithi087 conmon[84412]: cluster 2023-11-15T04:43:43.175032+0000 mgr.smithi087.fbbqjk (mgr.14180) 1041 : 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 2023-11-15T04:43:46.009 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:46.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:45 smithi194 conmon[88664]: audit 2023-11-15T04:43:44.353030+0000 mgr.smithi087.fbbqjk (mgr.14180) 1042 : audit 2023-11-15T04:43:46.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:45 smithi194 conmon[88664]: [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:46.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:45 smithi087 conmon[84412]: audit 2023-11-15T04:43:44.353030+0000 mgr.smithi087.fbbqjk (mgr.14180) 1042 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:47.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:46 smithi087 conmon[84412]: cluster 2023-11-15T04:43:45.175488+0000 mgr.smithi087.fbbqjk (mgr.14180) 1043 : 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 2023-11-15T04:43:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:46 smithi194 conmon[88664]: cluster 2023-11-15T04:43:45.175488+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:43:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:46 smithi194 conmon[88664]: ) 1043 : 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 2023-11-15T04:43:47.915 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:47.916 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:48.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:49.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:48 smithi194 conmon[88664]: cluster 2023-11-15T04:43:47.175883+0000 mgr.smithi087.fbbqjk (mgr.14180) 1044 : cluster 2023-11-15T04:43:49.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:48 smithi194 conmon[88664]: [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 2023-11-15T04:43:49.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:48 smithi194 conmon[88664]: audit 2023-11-15T04:43:47.911784+0000 mgr.smithi087.fbbqjk (mgr.14180) 1045 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:49.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:48 smithi087 conmon[84412]: cluster 2023-11-15T04:43:47.175883+0000 mgr.smithi087.fbbqjk (mgr.14180) 1044 : 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 2023-11-15T04:43:49.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:48 smithi087 conmon[84412]: audit 2023-11-15T04:43:47.911784+0000 mgr.smithi087.fbbqjk (mgr.14180) 1045 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:49.542 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:51.159 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:50 smithi087 conmon[84412]: cluster 2023-11-15T04:43:49 2023-11-15T04:43:51.159 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:50 smithi087 conmon[84412]: .176489+0000 mgr.smithi087.fbbqjk (mgr.14180) 1046 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:43:51.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:50 smithi194 conmon[88664]: cluster 2023-11-15T04:43:49.176489+0000 mgr.smithi087.fbbqjk (mgr.14180) 1046 2023-11-15T04:43:51.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:50 smithi194 conmon[88664]: : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:43:51.530 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:51.531 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:52.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:53.116 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:52 smithi194 conmon[88664]: cluster 2023-11-15T04:43:51.176935+0000 mgr.smithi087.fbbqjk (mgr.14180) 1047 : cluster 2023-11-15T04:43:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:52 smithi194 conmon[88664]: [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:43:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:52 smithi194 conmon[88664]: audit 2023-11-15T04:43:51.526563+0000 mgr.smithi087.fbbqjk (mgr.14180) 1048 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:53.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:52 smithi087 conmon[84412]: cluster 2023-11-15T04:43:51.176935+0000 mgr.smithi087.fbbqjk (mgr.14180) 1047 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:43:53.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:52 smithi087 conmon[84412]: audit 2023-11-15T04:43:51.526563+0000 mgr.smithi087.fbbqjk (mgr.14180) 1048 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:55.033 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:55.033 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:54 smithi194 conmon[88664]: cluster 2023-11-15T04:43:53.177401+0000 mgr.smithi087.fbbqjk (mgr.14180) 1049 : 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 2023-11-15T04:43:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:54 smithi194 conmon[88664]: 2023-11-15T04:43:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:54 smithi087 conmon[84412]: cluster 2023-11-15T04:43:53.177401+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:43:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:54 smithi087 conmon[84412]: ) 1049 : 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 2023-11-15T04:43:55.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:56.674 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:43:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:56 smithi194 conmon[88664]: audit 2023-11-15T04:43:55.028851+0000 mgr.smithi087.fbbqjk (mgr.14180) 1050 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:56 smithi194 conmon[88664]: 2023-11-15T04:43:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:56 smithi194 conmon[88664]: cluster 2023-11-15T04:43:55.177969+0000 mgr.smithi087.fbbqjk (mgr.14180) 1051 : 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 2023-11-15T04:43:57.359 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:56 smithi087 conmon[84412]: audit 2023-11-15T04:43:55.028851+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:43:57.359 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:56 smithi087 conmon[84412]: .14180) 1050 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:43:57.359 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:56 smithi087 conmon[84412]: cluster 2023-11-15T04:43:55.177969+0000 mgr.smithi087.fbbqjk (mgr.14180) 1051 : 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 2023-11-15T04:43:58.601 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:43:58.602 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:43:59.237 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:58 smithi087 conmon[84412]: cluster 2023-11-15T04:43:57.178386+0000 mgr.smithi087.fbbqjk (mgr.14180) 1052 : 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 2023-11-15T04:43:59.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:43:59.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:58 smithi194 conmon[88664]: cluster 2023-11-15T04:43:57.178386+0000 mgr.smithi087.fbbqjk (mgr.14180) 1052 : cluster 2023-11-15T04:43:59.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:58 smithi194 conmon[88664]: [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 2023-11-15T04:44:00.240 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:00.269 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:43:59 smithi087 conmon[84412]: audit 2023-11-15T04:43:58.597429+0000 mgr.smithi087.fbbqjk (mgr.14180) 1053 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:00.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:59 smithi194 conmon[88664]: audit 2023-11-15T04:43:58.597429+0000 mgr.smithi087.fbbqjk (mgr.14180) 1053 : audit 2023-11-15T04:44:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:43:59 smithi194 conmon[88664]: [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:01.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:00 smithi194 conmon[88664]: cluster 2023-11-15T04:43:59.178835+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:44:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:00 smithi194 conmon[88664]: 1054 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:01.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:00 smithi087 conmon[84412]: cluster 2023-11-15T04:43:59.178835+0000 mgr.smithi087.fbbqjk (mgr.14180) 1054 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:02.079 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:02.079 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:02 smithi194 conmon[88664]: cluster 2023-11-15T04:44:01.179456+0000 mgr.smithi087.fbbqjk (mgr.14180) 1055 : cluster [DBG] 2023-11-15T04:44:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:02 smithi194 conmon[88664]: pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:02.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:02 smithi087 conmon[84412]: cluster 2023-11-15T04:44:01.179456+0000 mgr.smithi087.fbbqjk (mgr.14180) 1055 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:02.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:02 smithi087 conmon[84412]: 2023-11-15T04:44:02.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:03.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:03 smithi194 conmon[88664]: audit 2023-11-15T04:44:02.075425+0000 mgr.smithi087.fbbqjk (mgr.14180) 1056 : audit 2023-11-15T04:44:03.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:03 smithi194 conmon[88664]: [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:03.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:03 smithi087 conmon[84412]: audit 2023-11-15T04:44:02.075425+0000 mgr.smithi087.fbbqjk (mgr.14180) 1056 2023-11-15T04:44:03.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:03 smithi087 conmon[84412]: : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:03.714 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:05.216 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:04 smithi087 conmon[84412]: cluster 2023-11-15T04:44:03.180172+0000 mgr.smithi087.fbbqjk (mgr.14180) 1057 : 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 2023-11-15T04:44:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:04 smithi194 conmon[88664]: cluster 2023-11-15T04:44:03.180172+0000 mgr.smithi087.fbbqjk (mgr.14180) 1057 : cluster [DBG] 2023-11-15T04:44:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:04 smithi194 conmon[88664]: 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 2023-11-15T04:44:05.637 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:05.638 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:06.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:07.290 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:07.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:06 smithi194 conmon[88664]: cluster 2023-11-15T04:44:05.180603+0000 mgr.smithi087.fbbqjk (mgr.14180) 1058 : cluster 2023-11-15T04:44:07.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:06 smithi194 conmon[88664]: [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 2023-11-15T04:44:07.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:06 smithi194 conmon[88664]: audit 2023-11-15T04:44:05.634262+0000 mgr.smithi087.fbbqjk (mgr.14180) 1059 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:07.320 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:06 smithi087 conmon[84412]: cluster 2023-11-15T04:44:05.180603+0000 mgr.smithi087.fbbqjk (mgr.14180) 1058 : cluster 2023-11-15T04:44:07.320 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:06 smithi087 conmon[84412]: [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 2023-11-15T04:44:07.321 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:06 smithi087 conmon[84412]: audit 2023-11-15T04:44:05.634262+0000 mgr.smithi087.fbbqjk (mgr.14180) 1059 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:09.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:08 smithi087 conmon[84412]: cluster 2023-11-15T04:44:07.181124+0000 mgr.smithi087.fbbqjk (mgr.14180) 1060 : 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 2023-11-15T04:44:09.189 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:09.190 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:09.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:08 smithi194 conmon[88664]: cluster 2023-11-15T04:44:07.181124+0000 mgr.smithi087.fbbqjk (mgr.14180) 1060 : cluster [DBG] 2023-11-15T04:44:09.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:08 smithi194 conmon[88664]: 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 2023-11-15T04:44:09.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:10.856 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:10 smithi194 conmon[88664]: cluster 2023-11-15T04:44:09.181699+0000 mgr.smithi087.fbbqjk (mgr.14180) 1061 : 2023-11-15T04:44:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:10 smithi194 conmon[88664]: cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:10 smithi194 conmon[88664]: audit 2023-11-15T04:44:09.186214+0000 mgr.smithi087.fbbqjk (mgr.14180) 1062 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:11.321 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:10 smithi087 conmon[84412]: cluster 2023-11-15T04:44:09.181699+0000 mgr.smithi087.fbbqjk (mgr.14180) 1061 : 2023-11-15T04:44:11.322 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:10 smithi087 conmon[84412]: cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:11.322 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:10 smithi087 conmon[84412]: audit 2023-11-15T04:44:09.186214+0000 mgr.smithi087.fbbqjk (mgr.14180) 1062 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:12.778 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:12.778 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:12 smithi087 conmon[84412]: cluster 2023-11-15T04:44:11.182127+0000 mgr.smithi087.fbbqjk (mgr.14180) 1063 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:13.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:12 smithi194 conmon[88664]: cluster 2023-11-15T04:44:11.182127+0000 mgr.smithi087.fbbqjk (mgr.14180) 1063 : cluster 2023-11-15T04:44:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:12 smithi194 conmon[88664]: [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:13.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:14.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:13 smithi194 conmon[88664]: audit 2023-11-15T04:44:12.774404+0000 mgr.smithi087.fbbqjk (mgr.14180) 1064 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:14.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:13 smithi194 conmon[88664]: 2023-11-15T04:44:14.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:13 smithi087 conmon[84412]: audit 2023-11-15T04:44:12.774404+0000 mgr.smithi087.fbbqjk (mgr.14180) 1064 2023-11-15T04:44:14.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:13 smithi087 conmon[84412]: : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:14.446 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:15.295 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:14 smithi087 conmon[84412]: cluster 2023-11-15T04:44:13.182532+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:44:15.296 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:14 smithi087 conmon[84412]: 14180) 1065 : 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 2023-11-15T04:44:15.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:14 smithi194 conmon[88664]: cluster 2023-11-15T04:44:13.182532+0000 mgr.smithi087.fbbqjk (mgr.14180) 1065 : 2023-11-15T04:44:15.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:14 smithi194 conmon[88664]: 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 2023-11-15T04:44:16.372 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:16.372 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:16.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:16 smithi194 conmon[88664]: cluster 2023-11-15T04:44:15.182963+0000 mgr.smithi087.fbbqjk (mgr.14180) 1066 : cluster 2023-11-15T04:44:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:16 smithi194 conmon[88664]: [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 2023-11-15T04:44:17.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:16 smithi087 conmon[84412]: cluster 2023-11-15T04:44:15.182963+0000 mgr.smithi087.fbbqjk (mgr.14180) 1066 : 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 2023-11-15T04:44:17.948 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:17 smithi194 conmon[88664]: audit 2023-11-15T04:44:16.368516+0000 mgr.smithi087.fbbqjk (mgr.14180) 1067 : audit [DBG] 2023-11-15T04:44:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:17 smithi194 conmon[88664]: from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:18.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:17 smithi087 conmon[84412]: audit 2023-11-15T04:44:16.368516+0000 mgr.smithi087.fbbqjk (mgr.14180) 1067 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:18.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:17 smithi087 conmon[84412]: 2023-11-15T04:44:19.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:18 smithi087 conmon[84412]: cluster 2023-11-15T04:44:17.183483+0000 mgr.smithi087.fbbqjk (mgr.14180) 1068 : 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 2023-11-15T04:44:19.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:18 smithi194 conmon[88664]: cluster 2023-11-15T04:44:17.183483+0000 mgr.smithi087.fbbqjk (mgr.14180) 1068 : cluster [DBG] 2023-11-15T04:44:19.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:18 smithi194 conmon[88664]: 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 2023-11-15T04:44:19.835 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:19.835 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:20.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:20 smithi194 conmon[88664]: cluster 2023-11-15T04:44:19.183917+0000 mgr.smithi087.fbbqjk (mgr.14180) 1069 : cluster 2023-11-15T04:44:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:20 smithi194 conmon[88664]: [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:20 smithi194 conmon[88664]: audit 2023-11-15T04:44:19.831564+0000 mgr.smithi087.fbbqjk (mgr.14180) 1070 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:21.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:20 smithi087 conmon[84412]: cluster 2023-11-15T04:44:19.183917+0000 mgr.smithi087.fbbqjk (mgr.14180) 1069 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:21.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:20 smithi087 conmon[84412]: audit 2023-11-15T04:44:19.831564+0000 mgr.smithi087.fbbqjk (mgr.14180) 1070 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:21.555 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:23.140 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:22 smithi087 conmon[84412]: cluster 2023-11-15T04:44:21.184395+0000 mgr.smithi087.fbbqjk (mgr.14180) 1071 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:23.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:22 smithi194 conmon[88664]: cluster 2023-11-15T04:44:21.184395+0000 mgr.smithi087.fbbqjk (mgr.14180) 1071 : cluster [DBG] 2023-11-15T04:44:23.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:22 smithi194 conmon[88664]: pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:23.506 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:23.507 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:24.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:25.196 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:25.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:24 smithi087 conmon[84412]: cluster 2023-11-15T04:44:23.184887+0000 mgr.smithi087.fbbqjk (mgr.14180) 1072 : 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 2023-11-15T04:44:25.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:24 smithi087 conmon[84412]: 2023-11-15T04:44:25.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:24 smithi087 conmon[84412]: audit 2023-11-15T04:44:23.502747+0000 mgr.smithi087.fbbqjk (mgr.14180) 1073 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:25.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:24 smithi194 conmon[88664]: cluster 2023-11-15T04:44:23.184887+0000 mgr.smithi087.fbbqjk (mgr.14180) 1072 : cluster [DBG] 2023-11-15T04:44:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:24 smithi194 conmon[88664]: 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 2023-11-15T04:44:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:24 smithi194 conmon[88664]: audit 2023-11-15T04:44:23.502747+0000 mgr.smithi087.fbbqjk (mgr.14180) 1073 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:27.054 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:27.054 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:27.252 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:26 smithi087 conmon[84412]: cluster 2023-11-15T04:44:25.185388+0000 mgr.smithi087.fbbqjk (mgr.14180) 1074 : 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 2023-11-15T04:44:27.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:26 smithi194 conmon[88664]: cluster 2023-11-15T04:44:25.185388+0000 mgr.smithi087.fbbqjk (mgr.14180) 1074 : 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 2023-11-15T04:44:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:26 smithi194 conmon[88664]: 2023-11-15T04:44:27.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:28.694 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:29.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:28 smithi087 conmon[84412]: audit 2023-11-15T04:44:27.050683+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:44:29.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:28 smithi087 conmon[84412]: 14180) 1075 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:29.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:28 smithi087 conmon[84412]: cluster 2023-11-15T04:44:27.185975+0000 mgr.smithi087.fbbqjk (mgr.14180) 1076 : 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 2023-11-15T04:44:29.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:28 smithi194 conmon[88664]: audit 2023-11-15T04:44:27.050683+0000 mgr.smithi087.fbbqjk (mgr.14180) 1075 : audit [DBG] 2023-11-15T04:44:29.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:28 smithi194 conmon[88664]: from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:29.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:28 smithi194 conmon[88664]: cluster 2023-11-15T04:44:27.185975+0000 mgr.smithi087.fbbqjk (mgr.14180) 1076 : 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 2023-11-15T04:44:30.651 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:30.651 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:30 smithi194 conmon[88664]: cluster 2023-11-15T04:44:29.186413+0000 mgr.smithi087.fbbqjk (mgr.14180) 1077 : 2023-11-15T04:44:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:30 smithi194 conmon[88664]: cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:31.310 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:30 smithi087 conmon[84412]: cluster 2023-11-15T04:44:29.186413+0000 mgr.smithi087.fbbqjk (mgr.14180) 1077 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:31.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:32.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:31 smithi194 conmon[88664]: audit 2023-11-15T04:44:30.647563+0000 mgr.smithi087.fbbqjk (mgr.14180) 1078 : audit 2023-11-15T04:44:32.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:31 smithi194 conmon[88664]: [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:32.327 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:32.358 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:31 smithi087 conmon[84412]: audit 2023-11-15T04:44:30.647563+0000 mgr.smithi087.fbbqjk (mgr.14180) 1078 : 2023-11-15T04:44:32.358 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:31 smithi087 conmon[84412]: audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:33.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:32 smithi087 conmon[84412]: cluster 2023-11-15T04:44:31.186813+0000 mgr.smithi087.fbbqjk (mgr.14180) 1079 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:32 smithi087 conmon[84412]: 2023-11-15T04:44:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:32 smithi194 conmon[88664]: cluster 2023-11-15T04:44:31.186813+0000 mgr.smithi087.fbbqjk (mgr.14180) 1079 2023-11-15T04:44:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:32 smithi194 conmon[88664]: : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:34.223 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:34.223 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:34.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:35.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:34 smithi087 conmon[84412]: cluster 2023-11-15T04:44:33.187213+0000 mgr.smithi087.fbbqjk (mgr.14180) 1080 : 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 2023-11-15T04:44:35.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:34 smithi194 conmon[88664]: cluster 2023-11-15T04:44:33.187213+0000 mgr.smithi087.fbbqjk (mgr.14180) 1080 : 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 2023-11-15T04:44:35.861 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:36.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:35 smithi194 conmon[88664]: audit 2023-11-15T04:44:34.218687+0000 mgr.smithi087.fbbqjk (mgr.14180) 1081 : 2023-11-15T04:44:36.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:35 smithi194 conmon[88664]: audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:36.318 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:35 smithi087 conmon[84412]: audit 2023-11-15T04:44:34.218687+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:44:36.318 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:35 smithi087 conmon[84412]: 14180) 1081 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:37.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:36 smithi087 conmon[84412]: cluster 2023-11-15T04:44:35.187698+0000 mgr.smithi087.fbbqjk 2023-11-15T04:44:37.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:36 smithi087 conmon[84412]: (mgr.14180) 1082 : 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 2023-11-15T04:44:37.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:36 smithi194 conmon[88664]: cluster 2023-11-15T04:44:35.187698+0000 mgr.smithi087.fbbqjk (mgr.14180) 1082 : cluster [DBG] 2023-11-15T04:44:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:36 smithi194 conmon[88664]: 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 2023-11-15T04:44:37.802 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:37.803 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:38.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:39.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:38 smithi194 conmon[88664]: cluster 2023-11-15T04:44:37.188097+0000 mgr.smithi087.fbbqjk (mgr.14180) 1083 : 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 2023-11-15T04:44:39.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:38 smithi194 conmon[88664]: 2023-11-15T04:44:39.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:38 smithi194 conmon[88664]: audit 2023-11-15T04:44:37.797901+0000 mgr.smithi087.fbbqjk (mgr.14180) 1084 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:39.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:38 smithi087 conmon[84412]: cluster 2023-11-15T04:44:37.188097+0000 mgr.smithi087.fbbqjk (mgr.14180) 1083 : 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 2023-11-15T04:44:39.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:38 smithi087 conmon[84412]: audit 2023-11-15T04:44:37.797901+0000 mgr.smithi087.fbbqjk (mgr.14180) 1084 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:39.468 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:41.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:40 smithi194 conmon[88664]: cluster 2023-11-15T04:44:39.188576+0000 mgr.smithi087.fbbqjk (mgr.14180) 1085 2023-11-15T04:44:41.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:40 smithi194 conmon[88664]: : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:41.326 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:41.326 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:41.356 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:40 smithi087 conmon[84412]: cluster 2023-11-15T04:44:39.188576 2023-11-15T04:44:41.356 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:40 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 1085 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:41.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:42.958 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:43.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:42 smithi194 conmon[88664]: cluster 2023-11-15T04:44:41.189000+0000 mgr.smithi087.fbbqjk (mgr.14180) 1086 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:43.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:42 smithi194 conmon[88664]: audit 2023-11-15T04:44:41.321716+0000 mgr.smithi087.fbbqjk (mgr.14180) 1087 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:43.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:42 smithi087 conmon[84412]: cluster 2023-11-15T04:44:41.189000+0000 mgr.smithi087.fbbqjk (mgr.14180) 1086 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:43.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:42 smithi087 conmon[84412]: audit 2023-11-15T04:44:41.321716+0000 mgr.smithi087.fbbqjk (mgr.14180) 1087 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:44.823 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:44.824 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:45.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:45 smithi087 conmon[84412]: cluster 2023-11-15T04:44:43.189562+0000 mgr.smithi087.fbbqjk (mgr.14180) 1088 : 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 2023-11-15T04:44:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:45 smithi194 conmon[88664]: cluster 2023-11-15T04:44:43.189562+0000 mgr.smithi087.fbbqjk (mgr.14180) 1088 : 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 2023-11-15T04:44:45.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:46.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:46 smithi194 conmon[88664]: audit 2023-11-15T04:44:44.819321+0000 mgr.smithi087.fbbqjk (mgr.14180) 1089 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:46.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:46 smithi194 conmon[88664]: 2023-11-15T04:44:46.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:46 smithi194 conmon[88664]: cluster 2023-11-15T04:44:45.190241+0000 mgr.smithi087.fbbqjk (mgr.14180) 1090 : 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 2023-11-15T04:44:46.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:46 smithi087 conmon[84412]: audit 2023-11-15T04:44:44.819321+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:44:46.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:46 smithi087 conmon[84412]: 14180) 1089 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:46.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:46 smithi087 conmon[84412]: cluster 2023-11-15T04:44:45.190241+0000 mgr.smithi087.fbbqjk (mgr.14180) 1090 : 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 2023-11-15T04:44:46.426 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:48.356 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:48.356 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:48.533 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:48 smithi087 conmon[84412]: cluster 2023-11-15T04:44:47.190745+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:44:48.534 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:48 smithi087 conmon[84412]: mgr.14180) 1091 : 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 2023-11-15T04:44:48.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:48 smithi194 conmon[88664]: cluster 2023-11-15T04:44:47.190745+0000 mgr.smithi087.fbbqjk (mgr.14180) 1091 : cluster 2023-11-15T04:44:48.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:48 smithi194 conmon[88664]: [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 2023-11-15T04:44:49.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:50.011 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:50.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:49 smithi194 conmon[88664]: audit 2023-11-15T04:44:48.352145+0000 mgr.smithi087.fbbqjk (mgr.14180) 1092 : audit 2023-11-15T04:44:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:49 smithi194 conmon[88664]: [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:50.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:49 smithi087 conmon[84412]: audit 2023-11-15T04:44:48.352145+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:44:50.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:49 smithi087 conmon[84412]: 1092 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:50 smithi087 conmon[84412]: cluster 2023-11-15T04:44:49.191440+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:44:51.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:50 smithi087 conmon[84412]: mgr.14180) 1093 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:50 smithi194 conmon[88664]: cluster 2023-11-15T04:44:49.191440+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:44:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:50 smithi194 conmon[88664]: 14180) 1093 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:44:51.918 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:51.919 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:52.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:53.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:52 smithi194 conmon[88664]: cluster 2023-11-15T04:44:51.192105+0000 mgr.smithi087.fbbqjk (mgr.14180) 1094 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:52 smithi194 conmon[88664]: 2023-11-15T04:44:53.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:52 smithi194 conmon[88664]: audit 2023-11-15T04:44:51.915055+0000 mgr.smithi087.fbbqjk (mgr.14180) 1095 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:53.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:52 smithi087 conmon[84412]: cluster 2023-11-15T04:44:51.192105+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:44:53.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:52 smithi087 conmon[84412]: .14180) 1094 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:44:53.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:52 smithi087 conmon[84412]: audit 2023-11-15T04:44:51.915055+0000 mgr.smithi087.fbbqjk (mgr.14180) 1095 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:53.575 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:55.104 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:54 smithi087 conmon[84412]: cluster 2023-11-15T04:44:53.192733+0000 mgr.smithi087.fbbqjk (mgr.14180) 1096 : 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 2023-11-15T04:44:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:54 smithi194 conmon[88664]: cluster 2023-11-15T04:44:53.192733+0000 mgr.smithi087.fbbqjk (mgr.14180) 1096 : cluster [DBG] 2023-11-15T04:44:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:54 smithi194 conmon[88664]: 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 2023-11-15T04:44:55.431 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:55.432 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:56.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:44:57.049 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:44:57.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:56 smithi194 conmon[88664]: cluster 2023-11-15T04:44:55.193289+0000 mgr.smithi087.fbbqjk (mgr.14180) 1097 : cluster [DBG] 2023-11-15T04:44:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:56 smithi194 conmon[88664]: 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 2023-11-15T04:44:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:56 smithi194 conmon[88664]: audit 2023-11-15T04:44:55.427922+0000 mgr.smithi087.fbbqjk (mgr.14180) 1098 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:57.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:56 smithi087 conmon[84412]: cluster 2023-11-15T04:44:55.193289+0000 mgr.smithi087.fbbqjk (mgr.14180) 1097 : cluster 2023-11-15T04:44:57.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:56 smithi087 conmon[84412]: [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 2023-11-15T04:44:57.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:56 smithi087 conmon[84412]: audit 2023-11-15T04:44:55.427922+0000 mgr.smithi087.fbbqjk (mgr.14180) 1098 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:44:58.948 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:44:58.949 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:44:59.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:58 smithi194 conmon[88664]: cluster 2023-11-15T04:44:57.193780+0000 mgr.smithi087.fbbqjk (mgr.14180) 1099 : cluster [DBG] 2023-11-15T04:44:59.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:58 smithi194 conmon[88664]: 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 2023-11-15T04:44:59.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:58 smithi087 conmon[84412]: cluster 2023-11-15T04:44:57.193780+0000 mgr.smithi087.fbbqjk (mgr.14180) 1099 : 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 2023-11-15T04:44:59.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:00.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:59 smithi194 conmon[88664]: audit 2023-11-15T04:44:58.942526+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:45:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:44:59 smithi194 conmon[88664]: 1100 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:00.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:59 smithi087 conmon[84412]: audit 2023-11-15T04:44:58.942526+0000 mgr.smithi087.fbbqjk 2023-11-15T04:45:00.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:44:59 smithi087 conmon[84412]: (mgr.14180) 1100 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:00.568 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:01.248 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:00 smithi087 conmon[84412]: cluster 2023-11-15T04:44:59.194230+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:45:01.248 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:00 smithi087 conmon[84412]: mgr.14180) 1101 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:00 smithi194 conmon[88664]: cluster 2023-11-15T04:44:59.194230+0000 mgr.smithi087.fbbqjk (mgr.14180) 1101 : cluster 2023-11-15T04:45:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:00 smithi194 conmon[88664]: [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:02.491 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:02.492 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:03.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:03.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:02 smithi194 conmon[88664]: cluster 2023-11-15T04:45:01.194719+0000 mgr.smithi087.fbbqjk (mgr.14180) 1102 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:03.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:02 smithi194 conmon[88664]: 2023-11-15T04:45:03.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:02 smithi087 conmon[84412]: cluster 2023-11-15T04:45:01.194719+0000 mgr.smithi087.fbbqjk (mgr.14180) 1102 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:04.107 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:04.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:03 smithi194 conmon[88664]: audit 2023-11-15T04:45:02.487678+0000 mgr.smithi087.fbbqjk (mgr.14180) 1103 : audit [DBG] 2023-11-15T04:45:04.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:03 smithi194 conmon[88664]: from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:04.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:03 smithi087 conmon[84412]: audit 2023-11-15T04:45:02.487678+0000 mgr.smithi087.fbbqjk (mgr.14180) 1103 : audit [DBG] 2023-11-15T04:45:04.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:03 smithi087 conmon[84412]: from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:04 smithi194 conmon[88664]: cluster 2023-11-15T04:45:03.195219+0000 mgr.smithi087.fbbqjk (mgr.14180) 1104 : 2023-11-15T04:45:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:04 smithi194 conmon[88664]: 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 2023-11-15T04:45:05.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:04 smithi087 conmon[84412]: cluster 2023-11-15T04:45:03.195219+0000 mgr.smithi087.fbbqjk (mgr.14180) 1104 : 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 2023-11-15T04:45:06.032 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:06.033 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:06.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:07.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:06 smithi194 conmon[88664]: cluster 2023-11-15T04:45:05.195699+0000 mgr.smithi087.fbbqjk (mgr.14180) 1105 : cluster [DBG] 2023-11-15T04:45:07.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:06 smithi194 conmon[88664]: 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 2023-11-15T04:45:07.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:06 smithi087 conmon[84412]: cluster 2023-11-15T04:45:05.195699+0000 mgr.smithi087.fbbqjk (mgr.14180) 1105 : cluster 2023-11-15T04:45:07.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:06 smithi087 conmon[84412]: [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 2023-11-15T04:45:07.706 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:08.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:07 smithi087 conmon[84412]: audit 2023-11-15T04:45:06.028947 2023-11-15T04:45:08.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:07 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 1106 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:08.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:07 smithi194 conmon[88664]: audit 2023-11-15T04:45:06.028947+0000 mgr.smithi087.fbbqjk (mgr.14180) 1106 : 2023-11-15T04:45:08.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:07 smithi194 conmon[88664]: audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:09.275 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:08 smithi087 conmon[84412]: cluster 2023-11-15T04:45:07.196318+0000 mgr.smithi087.fbbqjk (mgr.14180) 1107 : 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 2023-11-15T04:45:09.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:08 smithi194 conmon[88664]: cluster 2023-11-15T 2023-11-15T04:45:09.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:08 smithi194 conmon[88664]: 04:45:07.196318+0000 mgr.smithi087.fbbqjk (mgr.14180) 1107 : 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 2023-11-15T04:45:09.676 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:09.677 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:10.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:11.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:10 smithi194 conmon[88664]: cluster 2023-11-15T04:45:09.197093+0000 mgr.smithi087.fbbqjk (mgr.14180) 1108 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:10 smithi194 conmon[88664]: audit 2023-11-15T04:45:09.672758+0000 mgr.smithi087.fbbqjk (mgr.14180) 1109 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:11.331 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:11.361 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:10 smithi087 conmon[84412]: cluster 2023-11-15T04:45:09.197093+0000 mgr.smithi087.fbbqjk (mgr.14180) 1108 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:11.361 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:10 smithi087 conmon[84412]: audit 2023-11-15T04: 2023-11-15T04:45:11.361 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:10 smithi087 conmon[84412]: 45:09.672758+0000 mgr.smithi087.fbbqjk (mgr.14180) 1109 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:12 smithi087 conmon[84412]: cluster 2023-11-15T04:45:11.197606+0000 mgr.smithi087.fbbqjk (mgr.14180) 1110 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:13.244 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:13.244 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:12 smithi194 conmon[88664]: cluster 2023-11-15T04:45:11.197606+0000 mgr.smithi087.fbbqjk (mgr.14180) 1110 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:13.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:14.931 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:15.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:14 smithi194 conmon[88664]: cluster 2023-11-15T04:45:13.198046+0000 mgr.smithi087.fbbqjk (mgr.14180) 1111 : 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 2023-11-15T04:45:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:14 smithi194 conmon[88664]: audit 2023-11-15T04:45:13.239562+0000 2023-11-15T04:45:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:14 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 1112 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:15.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:14 smithi087 conmon[84412]: cluster 2023-11-15T04:45:13.198046+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:45:15.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:14 smithi087 conmon[84412]: mgr.14180) 1111 : 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 2023-11-15T04:45:15.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:14 smithi087 conmon[84412]: audit 2023-11-15T04:45:13.239562+0000 mgr.smithi087.fbbqjk (mgr.14180) 1112 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:16.842 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:16.843 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:17.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:16 smithi087 conmon[84412]: cluster 2023-11-15T04:45:15.198471+0000 mgr.smithi087.fbbqjk (mgr.14180) 1113 : 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 2023-11-15T04:45:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:16 smithi194 conmon[88664]: cluster 2023-11-15T04:45:15.198471+0000 mgr.smithi087.fbbqjk (mgr.14180) 1113 : cluster [DBG] 2023-11-15T04:45:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:16 smithi194 conmon[88664]: 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 2023-11-15T04:45:17.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:17 smithi194 conmon[88664]: audit 2023-11-15T04:45:16.838270+0000 mgr.smithi087.fbbqjk (mgr.14180) 1114 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:17 smithi194 conmon[88664]: 2023-11-15T04:45:18.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:17 smithi087 conmon[84412]: audit 2023-11-15T04:45:16.838270+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:45:18.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:17 smithi087 conmon[84412]: 1114 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:18.437 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:19.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:18 smithi194 conmon[88664]: cluster 2023-11-15T04:45:17.198891+0000 mgr.smithi087.fbbqjk (mgr.14180) 1115 : 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 2023-11-15T04:45:19.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:18 smithi087 conmon[84412]: cluster 2023-11-15T04:45:17.198891+0000 mgr.smithi087.fbbqjk (mgr.14180) 1115 : 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 2023-11-15T04:45:20.370 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:20.370 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:21.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:20 smithi194 conmon[88664]: cluster 2023-11-15T04:45:19.199340+0000 mgr.smithi087.fbbqjk (mgr.14180) 1116 2023-11-15T04:45:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:20 smithi194 conmon[88664]: : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:21.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:20 smithi087 conmon[84412]: cluster 2023-11-15T04:45:19.199340+0000 mgr.smithi087.fbbqjk (mgr.14180) 1116 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:22.056 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:22.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:22 smithi194 conmon[88664]: audit 2023-11-15T04:45:20.366190+0000 mgr.smithi087.fbbqjk (mgr.14180) 1117 : 2023-11-15T04:45:22.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:22 smithi194 conmon[88664]: audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:22.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:22 smithi087 conmon[84412]: audit 2023-11-15T04:45:20.366190+0000 mgr.smithi087.fbbqjk (mgr.14180) 1117 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:23.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:23 smithi087 conmon[84412]: cluster 2023-11-15T04:45:21.199837+0000 mgr.smithi087.fbbqjk (mgr.14180) 1118 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:23.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:23 smithi194 conmon[88664]: cluster 2023-11-15T04:45:21.199837+0000 mgr.smithi087.fbbqjk (mgr.14180) 1118 : cluster [DBG] 2023-11-15T04:45:23.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:23 smithi194 conmon[88664]: pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:23.966 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:23.966 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:24.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:25.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:24 smithi194 conmon[88664]: cluster 2023-11-15T04:45:23.200342+0000 mgr.smithi087.fbbqjk (mgr.14180) 1119 : 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 2023-11-15T04:45:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:24 smithi194 conmon[88664]: audit 2023-11-15T04:45:23.962667+0000 2023-11-15T04:45:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:24 smithi194 conmon[88664]: mgr.smithi087.fbbqjk (mgr.14180) 1120 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:25.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:24 smithi087 conmon[84412]: cluster 2023-11-15T04:45:23.200342+0000 mgr.smithi087.fbbqjk (mgr.14180) 1119 : 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 2023-11-15T04:45:25.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:24 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:45:25.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:24 smithi087 conmon[84412]: 11-15T04:45:23.962667+0000 mgr.smithi087.fbbqjk (mgr.14180) 1120 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:25.654 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:27.112 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:26 smithi087 conmon[84412]: cluster 2023-11-15T04:45:25.200861+0000 mgr.smithi087.fbbqjk (mgr.14180) 1121 : 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 2023-11-15T04:45:27.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:26 smithi194 conmon[88664]: cluster 2023-11-15T04:45:25.200861+0000 mgr.smithi087.fbbqjk (mgr.14180) 1121 : 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 2023-11-15T04:45:27.516 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:27.517 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:28.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:29.145 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:29.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:28 smithi194 conmon[88664]: cluster 2023-11-15T04:45:27.201314+0000 mgr.smithi087.fbbqjk (mgr.14180) 1122 : 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 2023-11-15T04:45:29.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:28 smithi194 conmon[88664]: audit 2023-11-15T04:45:27.511861+0000 mgr.smithi087.fbbqjk (mgr.14180) 1123 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:29.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:28 smithi087 conmon[84412]: cluster 2023-11-15T04:45:27.201314+0000 mgr.smithi087.fbbqjk (mgr.14180) 1122 : cluster 2023-11-15T04:45:29.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:28 smithi087 conmon[84412]: [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 2023-11-15T04:45:29.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:28 smithi087 conmon[84412]: audit 2023-11-15T04:45:27.511861+0000 mgr.smithi087.fbbqjk (mgr.14180) 1123 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:30.999 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:31.000 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:31.202 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:30 smithi087 conmon[84412]: cluster 2023-11-15T04:45:29.201907+0000 mgr.smithi087.fbbqjk (mgr.14180) 1124 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:31.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:30 smithi194 conmon[88664]: cluster 2023-11-15T04:45:29.201907+0000 mgr.smithi087.fbbqjk (mgr.14180) 1124 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:31.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:32.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:31 smithi194 conmon[88664]: audit 2023-11-15T04:45:30.995949+0000 mgr.smithi087.fbbqjk (mgr.14180) 1125 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:32.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:31 smithi087 conmon[84412]: audit 2023-11-15T04:45:30.995949+0000 mgr.smithi087.fbbqjk (mgr.14180) 1125 : audit 2023-11-15T04:45:32.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:31 smithi087 conmon[84412]: [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:32.694 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:32 smithi087 conmon[84412]: cluster 2023-11-15T04:45:31.202427+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:45:33.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:32 smithi087 conmon[84412]: 14180) 1126 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:32 smithi194 conmon[88664]: cluster 2023-11-15T04:45:31.202427+0000 mgr.smithi087.fbbqjk (mgr.14180) 1126 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:34.603 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:34.604 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:35.276 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:34 smithi087 conmon[84412]: cluster 2023-11-15T04:45:33.202876+0000 mgr.smithi087.fbbqjk (mgr.14180) 1127 : 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 2023-11-15T04:45:35.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:35.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:34 smithi194 conmon[88664]: cluster 2023-11-15T04:45:33.202876+0000 mgr.smithi087.fbbqjk (mgr.14180) 1127 : 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 2023-11-15T04:45:36.296 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:36.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:35 smithi194 conmon[88664]: audit 2023-11-15T04:45:34.599967+0000 mgr.smithi087.fbbqjk (mgr.14180) 1128 : audit 2023-11-15T04:45:36.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:35 smithi194 conmon[88664]: [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:36.326 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:35 smithi087 conmon[84412]: audit 2023-11-15T04:45:34.599967+0000 mgr.smithi087.fbbqjk (mgr.14180) 1128 : audit 2023-11-15T04:45:36.326 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:35 smithi087 conmon[84412]: [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:37.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:36 smithi087 conmon[84412]: cluster 2023-11-15T04:45:35.203597 2023-11-15T04:45:37.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:36 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 1129 : 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 2023-11-15T04:45:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:36 smithi194 conmon[88664]: cluster 2023-11-15T04:45:35.203597+0000 mgr.smithi087.fbbqjk (mgr.14180) 1129 : 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 2023-11-15T04:45:38.191 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:38.191 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:38.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:39.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:38 smithi087 conmon[84412]: cluster 2023-11-15T04:45:37.204007+0000 mgr.smithi087.fbbqjk (mgr.14180) 1130 : 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 2023-11-15T04:45:39.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:38 smithi194 conmon[88664]: cluster 2023-11-15T04:45:37.204007+0000 mgr.smithi087.fbbqjk (mgr.14180) 1130 : 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 2023-11-15T04:45:39.829 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:40.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:39 smithi087 conmon[84412]: audit 2023-11-15T04:45:38.187243+0000 mgr.smithi087.fbbqjk (mgr.14180) 1131 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:40.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:39 smithi194 conmon[88664]: audit 2023-11-15T04:45:38.187243+0000 mgr.smithi087.fbbqjk (mgr.14180) 1131 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:41.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:40 smithi194 conmon[88664]: cluster 2023-11-15T04:45:39.204511+0000 mgr.smithi087.fbbqjk (mgr.14180) 1132 : cluster 2023-11-15T04:45:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:40 smithi194 conmon[88664]: [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:41.320 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:40 smithi087 conmon[84412]: cluster 2023-11-15T04:45:39.204511+0000 mgr.smithi087.fbbqjk 2023-11-15T04:45:41.321 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:40 smithi087 conmon[84412]: (mgr.14180) 1132 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:41.708 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:41.709 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:42.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:43.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:42 smithi194 conmon[88664]: cluster 2023-11-15T04:45:41.204982+0000 mgr.smithi087.fbbqjk (mgr.14180) 1133 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:43.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:42 smithi194 conmon[88664]: audit 2023-11-15T04:45:41.705082+0000 mgr.smithi087.fbbqjk (mgr.14180) 1134 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:43.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:42 smithi087 conmon[84412]: cluster 2023-11-15T04:45:41.204982+0000 mgr.smithi087.fbbqjk (mgr.14180) 1133 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:43.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:42 smithi087 conmon[84412]: audit 2023-11-15T04:45:41.705082+0000 mgr.smithi087.fbbqjk (mgr.14180) 1134 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:43.435 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:45.277 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:45.277 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:45.297 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:44 smithi087 conmon[84412]: cluster 2023-11-15T04:45:43.205508+0000 mgr.smithi087.fbbqjk (mgr.14180) 1135 : 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 2023-11-15T04:45:45.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:44 smithi194 conmon[88664]: cluster 2023-11-15T04:45:43.205508+0000 mgr.smithi087.fbbqjk (mgr.14180) 1135 : 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 2023-11-15T04:45:45.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:46.918 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:47.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:46 smithi194 conmon[88664]: cluster 2023-11-15T04:45:45.205996+0000 mgr.smithi087.fbbqjk (mgr.14180) 1136 : 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 2023-11-15T04:45:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:46 smithi194 conmon[88664]: audit 2023-11-15T04:45:45.272266+0000 mgr.smithi087.fbbqjk (mgr.14180) 1137 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:47.367 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:46 smithi087 conmon[84412]: cluster 2023-11-15T04:45:45.205996+0000 mgr.smithi087.fbbqjk (mgr.14180) 1136 : 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 2023-11-15T04:45:47.367 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:46 smithi087 conmon[84412]: audit 2023-11-15T04:45:45.272266+0000 mgr.smithi087.fbbqjk (mgr.14180) 1137 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:48.800 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:48.800 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:36:44.580969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.fuatmv on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:49.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:48 smithi087 conmon[84412]: cluster 2023-11-15T04:45:47.206433+0000 mgr.smithi087.fbbqjk (mgr.14180) 1138 : 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 2023-11-15T04:45:49.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:48 smithi194 conmon[88664]: cluster 2023-11-15T04:45:47.206433+0000 mgr.smithi087.fbbqjk (mgr.14180) 1138 : cluster [DBG] 2023-11-15T04:45:49.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:48 smithi194 conmon[88664]: 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 2023-11-15T04:45:49.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:50.161 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:49 smithi087 conmon[84412]: audit 2023-11-15T04:45:48.796067+0000 mgr.smithi087.fbbqjk (mgr.14180) 1139 : audit [DBG] 2023-11-15T04:45:50.161 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:49 smithi087 conmon[84412]: from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:49 smithi194 conmon[88664]: audit 2023-11-15T04:45:48.796067+0000 mgr.smithi087.fbbqjk (mgr.14180) 1139 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:50.470 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:51.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:50 smithi194 conmon[88664]: cluster 2023-11-15T04:45:49.206880+0000 mgr.smithi087.fbbqjk (mgr.14180) 1140 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:50 smithi194 conmon[88664]: audit 2023-11-15T04:45:50.160610+0000 mon.smithi087 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.uanmzk"}]: dispatch 2023-11-15T04:45:51.308 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:50 smithi087 conmon[84412]: cluster 2023-11-15T04:45:49.206880+0000 mgr.smithi087.fbbqjk (mgr.14180) 1140 2023-11-15T04:45:51.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:50 smithi087 conmon[84412]: : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:45:51.309 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:50 smithi087 conmon[84412]: audit 2023-11-15T04:45:50.160610+0000 mon.smithi087 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi194.uanmzk"}]: dispatch 2023-11-15T04:45:52.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: cephadm 2023-11-15T04:45:50.159913+0000 mgr.smithi087.fbbqjk (mgr.14180) 1141 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.uanmzk ... 2023-11-15T04:45:52.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:45:52.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:43:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:44:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:45:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:45:52.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:45:52.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: Traceback (most recent call last): 2023-11-15T04:45:52.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:45:52.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: yield (conn, connr) 2023-11-15T04:45:52.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:45:52.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: code, '\n'.join(err))) 2023-11-15T04:45:52.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.uanmzk ... 2023-11-15T04:45:52.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:45:52.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:43:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:44:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:45:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:45:52.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-11-15T04:45:52.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:45:52.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: cephadm 2023-11-15T04:45:50.160233+0000 mgr.smithi087.fbbqjk (mgr.14180) 1142 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: cephadm 2023-11-15T04:45:50.161325+0000 mgr.smithi087.fbbqjk (mgr.14180) 1143 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi194.uanmzk ... 2023-11-15T04:45:52.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:45:52.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:43:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:44:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:45:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:45:52.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:45:52.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:51 smithi194 conmon[88664]: cephadm 2023-11-15T04:45:50.164001+0000 mgr.smithi087.fbbqjk (mgr.14180) 1144 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.xwpvzm on smithi087 2023-11-15T04:45:52.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: cephadm 2023-11-15T04:45:50.159913+0000 mgr.smithi087.fbbqjk 2023-11-15T04:45:52.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: (mgr.14180) 1141 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.uanmzk ... 2023-11-15T04:45:52.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:45:52.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:43:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:44:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:45:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:45:52.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:45:52.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: Traceback (most recent call last): 2023-11-15T04:45:52.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:45:52.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: yield (conn, connr) 2023-11-15T04:45:52.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:45:52.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: code, '\n'.join(err))) 2023-11-15T04:45:52.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.uanmzk ... 2023-11-15T04:45:52.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:45:52.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:43:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:44:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:45:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:45:52.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docke 2023-11-15T04:45:52.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: r.com/increase-rate-limit 2023-11-15T04:45:52.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: cephadm 2023-11-15T04:45:50.160233+0000 mgr.smithi087.fbbqjk (mgr.14180) 1142 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: cephadm 2023-11-15T04:45:50.161325+0000 mgr.smithi087.fbbqjk (mgr.14180) 1143 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk 2023-11-15T04:45:52.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk 2023-11-15T04:45:52.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi194.uanmzk ... 2023-11-15T04:45:52.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:45:52.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:43:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:44:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:45:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:45:52.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:45:52.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:45:52.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: 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=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:45:52.386 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:51 smithi087 conmon[84412]: cephadm 2023-11-15T04:45:50.164001+0000 mgr.smithi087.fbbqjk (mgr.14180) 1144 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.xwpvzm on smithi087 2023-11-15T04:45:52.387 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:52.387 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:53.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:53.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:53 smithi194 conmon[88664]: cluster 2023-11-15T04:45:51.207305+0000 mgr.smithi087.fbbqjk (mgr.14180) 1145 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:53.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:53 smithi087 conmon[84412]: cluster 2023-11-15T04:45:51.207305+0000 mgr.smithi087.fbbqjk (mgr.14180) 1145 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:45:54.024 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:54.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:54 smithi194 conmon[88664]: audit 2023-11-15T04:45:52.382734+0000 mgr.smithi087.fbbqjk (mgr.14180) 1146 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:54.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:54 smithi087 conmon[84412]: audit 2023-11-15T04:45:52.382734+0000 mgr.smithi087.fbbqjk (mgr.14180) 1146 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:55.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:55 smithi087 conmon[84412]: cluster 2023-11-15T04:45:53.207923+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:45:55.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:55 smithi087 conmon[84412]: .14180) 1147 : 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 2023-11-15T04:45:55.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:55 smithi194 conmon[88664]: cluster 2023-11-15T04:45:53.207923+0000 mgr.smithi087.fbbqjk (mgr.14180) 1147 : 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 2023-11-15T04:45:55.933 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:55.934 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:45:56.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:45:57.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:57 smithi194 conmon[88664]: cluster 2023-11-15T04:45:55.208380+0000 mgr.smithi087.fbbqjk (mgr.14180) 1148 : 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 2023-11-15T04:45:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:57 smithi194 conmon[88664]: audit 2023-11-15T04:45:55.929640+0000 mgr.smithi087.fbbqjk (mgr.14180) 1149 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:57.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:57 smithi087 conmon[84412]: cluster 2023-11-15T04:45:55.208380+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:45:57.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:57 smithi087 conmon[84412]: .14180) 1148 : 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 2023-11-15T04:45:57.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:57 smithi087 conmon[84412]: audit 2023-11-15T04:45:55.929640+0000 mgr.smithi087.fbbqjk (mgr.14180) 1149 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:45:57.625 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:45:58.283 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:58 smithi087 conmon[84412]: cluster 2023-11-15T04:45:57.209085+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:45:58.283 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:45:58 smithi087 conmon[84412]: 1150 : 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 2023-11-15T04:45:58.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:45:58 smithi194 conmon[88664]: cluster 2023-11-15T04:45:57.209085+0000 mgr.smithi087.fbbqjk (mgr.14180) 1150 : 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 2023-11-15T04:45:59.514 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:45:59.514 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:00.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:01.132 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:00 smithi194 conmon[88664]: cluster 2023-11-15T04:45:59.209574+0000 mgr.smithi087.fbbqjk (mgr.14180) 1151 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:00 smithi194 conmon[88664]: audit 2023-11-15T04:45:59. 2023-11-15T04:46:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:00 smithi194 conmon[88664]: 510230+0000 mgr.smithi087.fbbqjk (mgr.14180) 1152 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:01.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:00 smithi087 conmon[84412]: cluster 2023-11-15T04:45:59.209574+0000 mgr.smithi087.fbbqjk (mgr.14180) 1151 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:01.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:00 smithi087 conmon[84412]: audit 2023-11-15T04:45: 2023-11-15T04:46:01.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:00 smithi087 conmon[84412]: 59.510230+0000 mgr.smithi087.fbbqjk (mgr.14180) 1152 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:03.093 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:03.093 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:03.117 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:02 smithi087 conmon[84412]: cluster 2023-11-15T04:46:01.210058+0000 mgr.smithi087.fbbqjk (mgr.14180) 1153 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:03.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:02 smithi194 conmon[88664]: cluster 2023-11-15T04:46:01.210058+0000 mgr.smithi087.fbbqjk (mgr.14180) 1153 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:03.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:04.682 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:04 smithi087 conmon[84412]: audit 2023-11-15T04:46:03.088734+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:46:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:04 smithi087 conmon[84412]: mgr.14180) 1154 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:05.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:04 smithi087 conmon[84412]: cluster 2023-11-15T04:46:03.210582+0000 mgr.smithi087.fbbqjk (mgr.14180) 1155 : 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 2023-11-15T04:46:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:04 smithi194 conmon[88664]: audit 2023-11-15T04:46:03.088734+0000 mgr.smithi087.fbbqjk (mgr.14180) 1154 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:04 smithi194 conmon[88664]: cluster 2023-11-15T04:46:03.210582+0000 mgr.smithi087.fbbqjk (mgr.14180) 1155 : 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 2023-11-15T04:46:06.583 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:06.583 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:07.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:07.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:06 smithi194 conmon[88664]: cluster 2023-11-15T04:46:05.211064+0000 mgr.smithi087.fbbqjk (mgr.14180) 1156 : 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 2023-11-15T04:46:07.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:06 smithi087 conmon[84412]: cluster 2023-11-15T04:46:05.211064+0000 mgr.smithi087.fbbqjk (mgr.14180) 1156 : 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 2023-11-15T04:46:08.180 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:08.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:07 smithi087 conmon[84412]: audit 2023-11-15T04:46:06.579159+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:46:08.212 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:07 smithi087 conmon[84412]: 14180) 1157 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:08.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:07 smithi194 conmon[88664]: audit 2023-11-15T04:46:06.579159+0000 mgr.smithi087.fbbqjk (mgr.14180) 1157 : audit [DBG] 2023-11-15T04:46:08.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:07 smithi194 conmon[88664]: from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:09.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:08 smithi194 conmon[88664]: cluster 2023-11-15T04:46:07.211648+0000 mgr.smithi087.fbbqjk (mgr.14180) 1158 : 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 2023-11-15T04:46:09.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:08 smithi087 conmon[84412]: cluster 2023-11-15T04:46:07.211648+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:46:09.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:08 smithi087 conmon[84412]: 14180) 1158 : 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 2023-11-15T04:46:10.122 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:10.123 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:10.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:10 smithi087 conmon[84412]: cluster 2023-11-15T04:46:09.212082+0000 mgr.smithi087.fbbqjk (mgr.14180) 1159 2023-11-15T04:46:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:10 smithi087 conmon[84412]: : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:11.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:10 smithi194 conmon[88664]: cluster 2023-11-15T04:46:09.212082+0000 mgr.smithi087.fbbqjk (mgr.14180) 1159 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:10 smithi194 conmon[88664]: 2023-11-15T04:46:11.754 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:12.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:11 smithi087 conmon[84412]: audit 2023-11-15T04:46:10.118442+0000 mgr.smithi087.fbbqjk (mgr.14180) 1160 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:12.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:11 smithi194 conmon[88664]: audit 2023-11-15T04:46:10.118442+0000 mgr.smithi087.fbbqjk (mgr.14180) 1160 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:13.248 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:12 smithi087 conmon[84412]: cluster 2023-11-15T04:46:11.212533+0000 mgr.smithi087.fbbqjk (mgr.14180) 1161 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:12 smithi194 conmon[88664]: cluster 2023-11-15T04:46:11.212533+0000 mgr.smithi087.fbbqjk (mgr.14180) 1161 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:12 smithi194 conmon[88664]: 2023-11-15T04:46:13.658 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:13.659 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:14.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:14 smithi194 conmon[88664]: cluster 2023-11-15T04:46:13.212948+0000 mgr.smithi087.fbbqjk (mgr.14180) 1162 : cluster [DBG] 2023-11-15T04:46:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:14 smithi194 conmon[88664]: 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 2023-11-15T04:46:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:14 smithi194 conmon[88664]: audit 2023-11-15T04:46:13.654141+0000 mgr.smithi087.fbbqjk (mgr.14180) 1163 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:15.348 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:15.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:14 smithi087 conmon[84412]: cluster 2023-11-15T04:46:13.212948+0000 mgr.smithi087.fbbqjk (mgr.14180) 1162 : 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 2023-11-15T04:46:15.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:14 smithi087 conmon[84412]: audit 2023-11-15T04:46:13.654141+0000 mgr.smithi087.fbbqjk (mgr.14180) 1163 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:17.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:16 smithi087 conmon[84412]: cluster 2023-11-15T04:46:15.213420+0000 2023-11-15T04:46:17.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:16 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 1164 : 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 2023-11-15T04:46:17.224 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:17.224 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:16 smithi194 conmon[88664]: cluster 2023-11-15T04:46:15.213420+0000 mgr.smithi087.fbbqjk (mgr.14180) 1164 : cluster 2023-11-15T04:46:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:16 smithi194 conmon[88664]: [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 2023-11-15T04:46:17.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:18.812 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:19.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:18 smithi087 conmon[84412]: cluster 2023-11-15T04:46:17.213854+0000 mgr.smithi087.fbbqjk (mgr.14180) 1165 : 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 2023-11-15T04:46:19.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:18 smithi087 conmon[84412]: audit 2023-11-15T04:46:17.220103+0000 mgr.smithi087.fbbqjk (mgr.14180) 1166 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:19.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:18 smithi194 conmon[88664]: cluster 2023-11-15T04:46:17.213854+0000 mgr.smithi087.fbbqjk (mgr.14180) 1165 : cluster 2023-11-15T04:46:19.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:18 smithi194 conmon[88664]: [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 2023-11-15T04:46:19.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:18 smithi194 conmon[88664]: audit 2023-11-15T04:46:17.220103+0000 mgr.smithi087.fbbqjk (mgr.14180) 1166 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:20.749 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:20.749 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:21.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:20 smithi087 conmon[84412]: cluster 2023-11-15T04:46:19.214277+0000 mgr.smithi087.fbbqjk (mgr.14180) 1167 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:20 smithi194 conmon[88664]: cluster 2023-11-15T04:46:19.214277+0000 mgr.smithi087.fbbqjk (mgr.14180) 1167 : cluster 2023-11-15T04:46:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:20 smithi194 conmon[88664]: [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:21.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:22.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:21 smithi194 conmon[88664]: audit 2023-11-15T04:46:20.744896+0000 mgr.smithi087.fbbqjk (mgr.14180) 1168 : audit [DBG] 2023-11-15T04:46:22.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:21 smithi194 conmon[88664]: from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:22.355 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:22.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:21 smithi087 conmon[84412]: audit 2023-11-15T04:46:20.744896+0000 mgr.smithi087.fbbqjk (mgr.14180) 1168 : 2023-11-15T04:46:22.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:21 smithi087 conmon[84412]: audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:23.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:23 smithi087 conmon[84412]: cluster 2023-11-15T04:46:21.214877+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:46:23.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:23 smithi087 conmon[84412]: mgr.14180) 1169 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:23.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:23 smithi194 conmon[88664]: cluster 2023-11-15T04:46:21.214877+0000 mgr.smithi087.fbbqjk (mgr.14180) 1169 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:24.259 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:24.259 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:24.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:25.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:25 smithi194 conmon[88664]: cluster 2023-11-15T04:46:23.215264+0000 mgr.smithi087.fbbqjk (mgr.14180) 1170 : 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 2023-11-15T04:46:25.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:25 smithi087 conmon[84412]: cluster 2023-11-15T04:46:23.215264+0000 mgr.smithi087.fbbqjk (mgr.14180) 1170 : 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 2023-11-15T04:46:25.938 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:26.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:26 smithi194 conmon[88664]: audit 2023-11-15T04:46:24.254791+0000 mgr.smithi087.fbbqjk (mgr.14180) 1171 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:26.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:26 smithi087 conmon[84412]: audit 2023-11-15T04:46:24.254791+0000 mgr.smithi087.fbbqjk (mgr.14180) 1171 : audit 2023-11-15T04:46:26.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:26 smithi087 conmon[84412]: [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:27.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:27 smithi087 conmon[84412]: cluster 2023-11-15T04:46:25.215977+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:46:27.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:27 smithi087 conmon[84412]: mgr.14180) 1172 : 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 2023-11-15T04:46:27.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:27 smithi194 conmon[88664]: cluster 2023-11-15T04:46:25.215977+0000 mgr.smithi087.fbbqjk (mgr.14180) 1172 : cluster [DBG] 2023-11-15T04:46:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:27 smithi194 conmon[88664]: 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 2023-11-15T04:46:27.882 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:27.883 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:28.528 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:29.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:29 smithi194 conmon[88664]: cluster 2023-11-15T04:46:27.216623+0000 mgr.smithi087.fbbqjk (mgr.14180) 1173 : 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 2023-11-15T04:46:29.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:29 smithi194 conmon[88664]: 2023-11-15T04:46:29.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:29 smithi194 conmon[88664]: audit 2023-11-15T04:46:27.878695+0000 mgr.smithi087.fbbqjk (mgr.14180) 1174 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:29.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:29 smithi087 conmon[84412]: cluster 2023-11-15T04:46:27.216623+0000 mgr.smithi087.fbbqjk (mgr.14180) 1173 : 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 2023-11-15T04:46:29.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:29 smithi087 conmon[84412]: audit 2023-11-15T04:46:27.878695+0000 mgr.smithi087.fbbqjk (mgr.14180) 1174 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:29.530 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:30.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:30 smithi087 conmon[84412]: cluster 2023-11-15T04:46:29 2023-11-15T04:46:30.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:30 smithi087 conmon[84412]: .217071+0000 mgr.smithi087.fbbqjk (mgr.14180) 1175 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:30.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:30 smithi194 conmon[88664]: cluster 2023-11-15T04:46:29.217071+0000 mgr.smithi087.fbbqjk (mgr.14180) 1175 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:31.499 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:31.499 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:32.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:32.553 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:32 smithi194 conmon[88664]: cluster 2023-11-15T04:46:31.217594+0000 mgr.smithi087.fbbqjk (mgr.14180) 1176 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:32.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:32 smithi194 conmon[88664]: audit 2023-11-15T04:46:31.494973+0000 mgr.smithi087.fbbqjk (mgr.14180) 1177 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:32.624 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:32 smithi087 conmon[84412]: cluster 2023-11-15T04:46:31.217594+0000 mgr.smithi087.fbbqjk (mgr.14180) 1176 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:32.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:32 smithi087 conmon[84412]: audit 2023-11-15T04:46:31.494973+0000 mgr.smithi087.fbbqjk (mgr.14180) 1177 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:33.179 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:35.044 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:35.044 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:35.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:34 smithi087 conmon[84412]: cluster 2023-11-15T04:46:33.218036+0000 mgr.smithi087.fbbqjk (mgr.14180) 1178 : 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 2023-11-15T04:46:35.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:34 smithi194 conmon[88664]: cluster 2023-11-15T04:46:33.218036+0000 mgr.smithi087.fbbqjk (mgr.14180) 1178 : 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 2023-11-15T04:46:35.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:36.663 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:36 smithi194 conmon[88664]: audit 2023-11-15T04:46:35.039484+0000 mgr.smithi087.fbbqjk (mgr.14180) 1179 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:36 smithi194 conmon[88664]: cluster 2023-11-15T04:46:35. 2023-11-15T04:46:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:36 smithi194 conmon[88664]: 218585+0000 mgr.smithi087.fbbqjk (mgr.14180) 1180 : 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 2023-11-15T04:46:37.329 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:36 smithi087 conmon[84412]: audit 2023-11-15T04:46:35.039484+0000 mgr.smithi087.fbbqjk (mgr.14180) 1179 : 2023-11-15T04:46:37.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:36 smithi087 conmon[84412]: audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:37.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:36 smithi087 conmon[84412]: cluster 2023-11-15T04:46:35.218585+0000 mgr.smithi087.fbbqjk (mgr.14180) 1180 : 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 2023-11-15T04:46:38.621 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:38.621 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:38 smithi087 conmon[84412]: cluster 2023-11-15T04:46:37.219057+0000 mgr.smithi087.fbbqjk (mgr.14180) 1181 : 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 2023-11-15T04:46:39.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:39.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:38 smithi194 conmon[88664]: cluster 2023-11-15T04:46:37.219057+0000 mgr.smithi087.fbbqjk (mgr.14180) 1181 : 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 2023-11-15T04:46:40.245 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:40.275 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:39 smithi087 conmon[84412]: audit 2023-11-15T04:46:38.617455+0000 2023-11-15T04:46:40.275 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:39 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 1182 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:40.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:39 smithi194 conmon[88664]: audit 2023-11-15T04:46:38.617455+0000 mgr.smithi087.fbbqjk (mgr.14180) 1182 : audit [DBG] 2023-11-15T04:46:40.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:39 smithi194 conmon[88664]: from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:40 smithi194 conmon[88664]: cluster 2023-11-15T04:46:39.219666+0000 mgr.smithi087.fbbqjk (mgr.14180) 1183 : cluster 2023-11-15T04:46:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:40 smithi194 conmon[88664]: [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:40 smithi087 conmon[84412]: cluster 2023-11-15T04:46:39.219666+0000 2023-11-15T04:46:41.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:40 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 1183 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:42.061 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:42.062 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:42.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:43.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:42 smithi194 conmon[88664]: cluster 2023-11-15T04:46:41.220282+0000 mgr.smithi087.fbbqjk (mgr.14180) 1184 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:43.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:42 smithi087 conmon[84412]: cluster 2023-11-15T04:46:41.220282+0000 mgr.smithi087.fbbqjk (mgr.14180) 1184 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:43.659 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:44.283 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:43 smithi087 conmon[84412]: audit 2023-11-15T04:46:42.057602+0000 mgr.smithi087.fbbqjk (mgr.14180) 1185 2023-11-15T04:46:44.283 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:43 smithi087 conmon[84412]: : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:43 smithi194 conmon[88664]: audit 2023-11-15T04:46:42.057602+0000 mgr.smithi087.fbbqjk (mgr.14180) 1185 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:43 smithi194 conmon[88664]: 2023-11-15T04:46:45.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:44 smithi087 conmon[84412]: cluster 2023-11-15T04:46:43.220834+0000 mgr.smithi087.fbbqjk (mgr.14180) 1186 : cluster [DBG] 2023-11-15T04:46:45.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:44 smithi087 conmon[84412]: 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 2023-11-15T04:46:45.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:44 smithi194 conmon[88664]: cluster 2023-11-15T04:46:43.220834+0000 mgr.smithi087.fbbqjk (mgr.14180) 1186 : 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 2023-11-15T04:46:45.502 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:45.502 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:46.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:47.160 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:47.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:46 smithi194 conmon[88664]: cluster 2023-11-15T04:46:45.221318+0000 mgr.smithi087.fbbqjk (mgr.14180) 1187 : 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 2023-11-15T04:46:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:46 smithi194 conmon[88664]: audit 2023-11-15T04:46:45.498742+0000 mgr.smithi087.fbbqjk (mgr.14180) 1188 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:47.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:46 smithi087 conmon[84412]: cluster 2023-11-15T04:46:45.221318+0000 mgr.smithi087.fbbqjk (mgr.14180) 1187 : 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 2023-11-15T04:46:47.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:46 smithi087 conmon[84412]: audit 2023-11-15T04:46:45.498742+0000 mgr.smithi087.fbbqjk (mgr.14180) 1188 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:49.070 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:49.071 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:49.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:48 smithi194 conmon[88664]: cluster 2023-11-15T04:46:47.221811+0000 mgr.smithi087.fbbqjk (mgr.14180) 1189 : 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 2023-11-15T04:46:49.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:48 smithi194 conmon[88664]: 2023-11-15T04:46:49.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:48 smithi087 conmon[84412]: cluster 2023-11-15T04:46:47.221811+0000 mgr.smithi087.fbbqjk (mgr.14180) 1189 : 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 2023-11-15T04:46:49.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:50.677 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:51.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:51 smithi194 conmon[88664]: audit 2023-11-15T04:46:49.066299+0000 mgr.smithi087.fbbqjk (mgr.14180) 1190 : audit [DBG] 2023-11-15T04:46:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:51 smithi194 conmon[88664]: from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:51.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:51 smithi194 conmon[88664]: cluster 2023-11-15T04:46:49.222218+0000 mgr.smithi087.fbbqjk (mgr.14180) 1191 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:51.358 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:50 smithi087 conmon[84412]: audit 2023-11-15T04:46:49.066299 2023-11-15T04:46:51.358 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:50 smithi087 conmon[84412]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 1190 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:51.358 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:50 smithi087 conmon[84412]: cluster 2023-11-15T04:46:49.222218+0000 mgr.smithi087.fbbqjk (mgr.14180) 1191 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:46:52.558 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:52.559 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:53.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:53.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:53 smithi194 conmon[88664]: cluster 2023-11-15T04:46:51.222899+0000 mgr.smithi087.fbbqjk (mgr.14180) 1192 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:53.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:53 smithi087 conmon[84412]: cluster 2023-11-15T04:46:51.222899+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:46:53.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:53 smithi087 conmon[84412]: 14180) 1192 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:46:54.210 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:54.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:54 smithi194 conmon[88664]: audit 2023-11-15T04:46:52.554633+0000 mgr.smithi087.fbbqjk (mgr.14180) 1193 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:54.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:54 smithi087 conmon[84412]: audit 2023-11-15T04:46:52.554633+0000 mgr.smithi087.fbbqjk (mgr.14180) 1193 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:55.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:55 smithi194 conmon[88664]: cluster 2023-11-15T04:46:53.223382+0000 mgr.smithi087.fbbqjk (mgr.14180) 1194 : 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 2023-11-15T04:46:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:55 smithi087 conmon[84412]: cluster 2023-11-15T04:46:53.223382+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:46:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:55 smithi087 conmon[84412]: 1194 : 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 2023-11-15T04:46:56.142 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:56.143 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:46:56.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:46:57.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:57 smithi194 conmon[88664]: cluster 2023-11-15T04:46:55.223922+0000 mgr.smithi087.fbbqjk (mgr.14180) 1195 : 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 2023-11-15T04:46:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:57 smithi194 conmon[88664]: 2023-11-15T04:46:57.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:57 smithi087 conmon[84412]: cluster 2023-11-15T04:46:55.223922+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:46:57.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:57 smithi087 conmon[84412]: 1195 : 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 2023-11-15T04:46:57.767 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:46:58.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:58 smithi087 conmon[84412]: audit 2023-11-15T04:46:56.138784+0000 mgr.smithi087.fbbqjk (mgr.14180) 1196 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:58.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:58 smithi194 conmon[88664]: audit 2023-11-15T04:46:56.138784+0000 mgr.smithi087.fbbqjk (mgr.14180) 1196 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:46:59.299 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:59 smithi087 conmon[84412]: cluster 2023-11-15T04:46:57.224404+0000 mgr.smithi087.fbbqjk (mgr.14180) 1197 : cluster 2023-11-15T04:46:59.300 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:46:59 smithi087 conmon[84412]: [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 2023-11-15T04:46:59.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:59 smithi194 conmon[88664]: cluster 2023-11-15T04:46:57.224404+0000 mgr.smithi087.fbbqjk (mgr.14180) 1197 : cluster [DBG] 2023-11-15T04:46:59.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:46:59 smithi194 conmon[88664]: 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 2023-11-15T04:46:59.613 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:46:59.614 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:00.162 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:00 smithi087 conmon[84412]: cluster 2023-11-15T04:46:59.224842+0000 mgr.smithi087.fbbqjk (mgr.14180) 1198 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:00.163 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:00 smithi087 conmon[84412]: audit 2023-11-15T04:46:59. 2023-11-15T04:47:00.163 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:00 smithi087 conmon[84412]: 609622+0000 mgr.smithi087.fbbqjk (mgr.14180) 1199 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:00.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:00 smithi194 conmon[88664]: cluster 2023-11-15T04:46:59.224842+0000 mgr.smithi087.fbbqjk (mgr.14180) 1198 : cluster [DBG] 2023-11-15T04:47:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:00 smithi194 conmon[88664]: pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:00.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:00 smithi194 conmon[88664]: audit 2023-11-15T04:46:59.609622+0000 mgr.smithi087.fbbqjk (mgr.14180) 1199 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:01.182 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:02.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:02 smithi194 conmon[88664]: cluster 2023-11-15T04:47:01.225299+0000 mgr.smithi087.fbbqjk (mgr.14180) 1200 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:02.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:02 smithi087 conmon[84412]: cluster 2023-11-15T04:47:01.225299+0000 mgr.smithi087.fbbqjk (mgr.14180) 1200 : 2023-11-15T04:47:02.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:02 smithi087 conmon[84412]: cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:03.057 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:03.058 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:03.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:04.717 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:05.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:04 smithi087 conmon[84412]: audit 2023-11-15T04:47:03.053727+0000 mgr.smithi087.fbbqjk (mgr.14180) 1201 : 2023-11-15T04:47:05.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:04 smithi087 conmon[84412]: audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:05.126 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:04 smithi087 conmon[84412]: cluster 2023-11-15T04:47:03.225705+0000 mgr.smithi087.fbbqjk (mgr.14180) 1202 : 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 2023-11-15T04:47:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:04 smithi194 conmon[88664]: audit 2023-11-15T04:47:03.053727+0000 mgr.smithi087.fbbqjk (mgr.14180) 1201 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:04 smithi194 conmon[88664]: cluster 2023-11-15T04:47:03.225705+0000 mgr.smithi087.fbbqjk (mgr.14180) 1202 : 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 2023-11-15T04:47:06.605 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:06.606 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:07.253 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:06 smithi087 conmon[84412]: cluster 2023-11-15T04:47:05.226123+0000 mgr.smithi087.fbbqjk (mgr.14180) 1203 : 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 2023-11-15T04:47:07.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:07.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:06 smithi194 conmon[88664]: cluster 2023-11-15T04:47:05.226123+0000 mgr.smithi087.fbbqjk (mgr.14180) 1203 : 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 2023-11-15T04:47:08.274 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:08.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:07 smithi194 conmon[88664]: audit 2023-11-15T04:47:06.601915+0000 mgr.smithi087.fbbqjk (mgr.14180) 1204 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:08.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:07 smithi087 conmon[84412]: audit 2023-11-15T04:47:06.601915+0000 mgr.smithi087.fbbqjk (mgr.14180) 1204 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:09.114 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:08 smithi087 conmon[84412]: cluster 2023-11-15T04:47:07.226596+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:47:09.114 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:08 smithi087 conmon[84412]: mgr.14180) 1205 : 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 2023-11-15T04:47:09.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:08 smithi194 conmon[88664]: cluster 2023-11-15T04:47:07.226596+0000 mgr.smithi087.fbbqjk (mgr.14180) 1205 : 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 2023-11-15T04:47:10.155 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:10.155 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:10.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:11.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:10 smithi087 conmon[84412]: cluster 2023-11-15T04:47:09.227012+0000 mgr.smithi087.fbbqjk (mgr.14180) 1206 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:11.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:10 smithi194 conmon[88664]: cluster 2023-11-15T04:47:09.227012+0000 mgr.smithi087.fbbqjk (mgr.14180) 1206 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:11.783 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:12.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:11 smithi087 conmon[84412]: audit 2023-11-15T04:47:10.151128+0000 mgr.smithi087.fbbqjk (mgr.14180) 1207 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:12.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:11 smithi194 conmon[88664]: audit 2023-11-15T04:47:10.151128+0000 mgr.smithi087.fbbqjk (mgr.14180) 1207 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:13.279 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:12 smithi087 conmon[84412]: cluster 2023-11-15T04:47:11.227712+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:47:13.280 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:12 smithi087 conmon[84412]: 14180) 1208 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:13.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:12 smithi194 conmon[88664]: cluster 2023-11-15T04:47:11.227712+0000 mgr.smithi087.fbbqjk (mgr.14180) 1208 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:13.667 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:13.667 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:14.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:15.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:14 smithi194 conmon[88664]: cluster 2023-11-15T04:47:13.228353+0000 mgr.smithi087.fbbqjk (mgr.14180) 1209 : 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 2023-11-15T04:47:15.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:14 smithi194 conmon[88664]: audit 2023-11-15T04:47:13.663188+0000 mgr.smithi087.fbbqjk (mgr.14180) 1210 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:15.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:14 smithi087 conmon[84412]: cluster 2023-11-15T04:47:13.228353+0000 mgr.smithi087.fbbqjk (mgr.14180) 1209 : 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 2023-11-15T04:47:15.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:14 smithi087 conmon[84412]: audit 2023-11-15T04:47:13.663188+0000 mgr.smithi087.fbbqjk (mgr.14180) 1210 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:15.382 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:17.281 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:17.281 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:17.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:16 smithi194 conmon[88664]: cluster 2023-11-15T04:47:15.229121+0000 mgr.smithi087.fbbqjk (mgr.14180) 1211 : 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 2023-11-15T04:47:17.307 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:16 smithi087 conmon[84412]: cluster 2023-11-15T04:47:15.229121+0000 mgr.smithi087.fbbqjk (mgr.14180) 1211 : 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 2023-11-15T04:47:17.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:18.940 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:19.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:19 smithi194 conmon[88664]: cluster 2023-11-15T04:47:17.229555+0000 mgr.smithi087.fbbqjk (mgr.14180) 1212 : 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 2023-11-15T04:47:19.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:19 smithi194 conmon[88664]: audit 2023-11-15T04:47:17.277596+0000 mgr.smithi087.fbbqjk (mgr.14180) 1213 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:19.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:19 smithi087 conmon[84412]: cluster 2023-11-15T04:47:17.229555+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:47:19.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:19 smithi087 conmon[84412]: 1212 : 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 2023-11-15T04:47:19.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:19 smithi087 conmon[84412]: audit 2023-11-15T04:47:17.277596+0000 mgr.smithi087.fbbqjk (mgr.14180) 1213 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:20.856 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:20.856 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:21.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:21 smithi194 conmon[88664]: cluster 2023-11-15T04:47:19.229954+0000 mgr.smithi087.fbbqjk (mgr.14180) 1214 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:21.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:21 smithi087 conmon[84412]: cluster 2023-11-15T04:47:19.229954+0000 mgr.smithi087.fbbqjk 2023-11-15T04:47:21.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:21 smithi087 conmon[84412]: (mgr.14180) 1214 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:21.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:22.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:22 smithi194 conmon[88664]: audit 2023-11-15T04:47:20.852082+0000 mgr.smithi087.fbbqjk (mgr.14180) 1215 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:22.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:22 smithi087 conmon[84412]: audit 2023-11-15T04:47:20.852082+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:47:22.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:22 smithi087 conmon[84412]: 14180) 1215 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:22.505 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:23.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:23 smithi194 conmon[88664]: cluster 2023-11-15T04:47:21.230653+0000 mgr.smithi087.fbbqjk (mgr.14180) 1216 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:23.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:23 smithi087 conmon[84412]: cluster 2023-11-15T04:47:21.230653+0000 2023-11-15T04:47:23.304 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:23 smithi087 conmon[84412]: mgr.smithi087.fbbqjk (mgr.14180) 1216 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:24.297 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:24.297 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:24.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:25 smithi194 conmon[88664]: cluster 2023-11-15T04:47:23.231326+0000 mgr.smithi087.fbbqjk (mgr.14180) 1217 : 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 2023-11-15T04:47:25.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:25 smithi087 conmon[84412]: cluster 2023-11-15T04:47:23.231326+0000 mgr.smithi087.fbbqjk (mgr.14180) 1217 : 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 2023-11-15T04:47:25.962 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:26.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:26 smithi194 conmon[88664]: audit 2023-11-15T04:47:24.293528+0000 mgr.smithi087.fbbqjk (mgr.14180) 1218 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:26.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:26 smithi087 conmon[84412]: audit 2023-11-15T04:47:24.293528+0000 mgr.smithi087.fbbqjk (mgr.14180) 1218 2023-11-15T04:47:26.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:26 smithi087 conmon[84412]: : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:27.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:27 smithi087 conmon[84412]: cluster 2023-11-15T04:47:25.231853+0000 mgr.smithi087.fbbqjk (mgr.14180) 1219 : 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 2023-11-15T04:47:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:27 smithi194 conmon[88664]: cluster 2023-11-15T04:47:25.231853+0000 mgr.smithi087.fbbqjk (mgr.14180) 1219 : cluster 2023-11-15T04:47:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:27 smithi194 conmon[88664]: [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 2023-11-15T04:47:27.979 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:27.980 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:28.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:28 smithi087 conmon[84412]: cluster 2023-11-15T04:47:27.232285+0000 mgr.smithi087.fbbqjk (mgr.14180) 1220 : 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 2023-11-15T04:47:28.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:28 smithi087 conmon[84412]: audit 2023- 2023-11-15T04:47:28.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:28 smithi087 conmon[84412]: 11-15T04:47:27.976029+0000 mgr.smithi087.fbbqjk (mgr.14180) 1221 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:28.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:28 smithi194 conmon[88664]: cluster 2023-11-15T04:47:27.232285+0000 mgr.smithi087.fbbqjk (mgr.14180) 1220 : 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 2023-11-15T04:47:28.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:28 smithi194 conmon[88664]: audit 2023-11-15T04:47:27.976029+0000 mgr.smithi087.fbbqjk (mgr.14180) 1221 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:28.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:29.661 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:31.221 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:30 smithi087 conmon[84412]: cluster 2023-11-15T04:47:29.232708+0000 mgr.smithi087.fbbqjk (mgr.14180) 1222 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:30 smithi194 conmon[88664]: cluster 2023-11-15T04:47:29.232708+0000 mgr.smithi087.fbbqjk (mgr.14180) 1222 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:31.552 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:31.553 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:32.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:33.127 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:33.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:32 smithi194 conmon[88664]: cluster 2023-11-15T04:47:31.233121+0000 mgr.smithi087.fbbqjk (mgr.14180) 1223 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:32 smithi194 conmon[88664]: audit 2023-11-15T04:47:31.549157+0000 mgr.smithi087.fbbqjk (mgr.14180) 1224 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:32 smithi087 conmon[84412]: cluster 2023-11-15T04:47:31.233121+0000 mgr.smithi087.fbbqjk (mgr.14180) 1223 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:32 smithi087 conmon[84412]: audit 2023-11-15T04:47:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:32 smithi087 conmon[84412]: 2023-11-15T04:47:31.549157+0000 mgr.smithi087.fbbqjk (mgr.14180) 1224 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:35.049 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:35.050 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:35.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:34 smithi194 conmon[88664]: cluster 2023-11-15T04:47:33.233593+0000 mgr.smithi087.fbbqjk (mgr.14180) 1225 : 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 2023-11-15T04:47:35.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:34 smithi087 conmon[84412]: cluster 2023-11-15T04:47:33.233593+0000 mgr.smithi087.fbbqjk (mgr.14180) 1225 : 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 2023-11-15T04:47:35.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:36.637 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:36 smithi194 conmon[88664]: audit 2023-11-15T04:47:35.045868+0000 mgr.smithi087.fbbqjk (mgr.14180) 1226 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:36 smithi194 conmon[88664]: cluster 2023-11-15T04:47:35.234075+0000 mgr.smithi087.fbbqjk (mgr.14180) 1227 : 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 2023-11-15T04:47:37.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:36 smithi087 conmon[84412]: audit 2023-11-15T04:47:35.045868+0000 mgr.smithi087.fbbqjk (mgr.14180) 1226 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:37.305 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:36 smithi087 conmon[84412]: cluster 2023-11-15T04:47:37.306 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:36 smithi087 conmon[84412]: 2023-11-15T04:47:35.234075+0000 mgr.smithi087.fbbqjk (mgr.14180) 1227 : 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 2023-11-15T04:47:38.640 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:38.640 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:39.282 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:38 smithi087 conmon[84412]: cluster 2023-11-15T04:47:37.234722+0000 mgr.smithi087.fbbqjk (mgr.14180) 1228 : 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 2023-11-15T04:47:39.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:39.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:38 smithi194 conmon[88664]: cluster 2023-11-15T04:47:37.234722+0000 mgr.smithi087.fbbqjk (mgr.14180) 1228 : 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 2023-11-15T04:47:40.302 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:40.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:40 smithi194 conmon[88664]: audit 2023-11-15T04:47:38.636072+0000 mgr.smithi087.fbbqjk (mgr.14180) 1229 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:40.334 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:39 smithi087 conmon[84412]: audit 2023-11-15T04:47:38.636072+0000 mgr.smithi087.fbbqjk (mgr.14180) 1229 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:41 smithi087 conmon[84412]: cluster 2023-11-15T04:47:39.235185+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:47:41.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:41 smithi087 conmon[84412]: .14180) 1230 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:41 smithi194 conmon[88664]: cluster 2023-11-15T04:47:39.235185+0000 mgr.smithi087.fbbqjk (mgr.14180) 1230 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:42.229 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:42.230 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:42.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:43.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:43 smithi087 conmon[84412]: cluster 2023-11-15T04:47:41.235743+0000 mgr.smithi087.fbbqjk (mgr.14180) 1231 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:43.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:43 smithi194 conmon[88664]: cluster 2023-11-15T04:47:41.235743+0000 mgr.smithi087.fbbqjk (mgr.14180) 1231 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:43.811 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:44 smithi087 conmon[84412]: audit 2023-11-15T04:47:42.225232+0000 mgr.smithi087.fbbqjk (mgr.14180) 1232 2023-11-15T04:47:44.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:44 smithi087 conmon[84412]: : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:44 smithi194 conmon[88664]: audit 2023-11-15T04:47:42.225232+0000 mgr.smithi087.fbbqjk (mgr.14180) 1232 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:45.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:45 smithi194 conmon[88664]: cluster 2023-11-15T04:47:43.236414+0000 mgr.smithi087.fbbqjk (mgr.14180) 1233 : 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 2023-11-15T04:47:45.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:45 smithi087 conmon[84412]: cluster 2023-11-15T04:47:43.236414+0000 mgr.smithi087.fbbqjk (mgr.14180) 1233 2023-11-15T04:47:45.330 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:45 smithi087 conmon[84412]: : 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 2023-11-15T04:47:45.723 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:45.724 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:46.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:47 smithi194 conmon[88664]: cluster 2023-11-15T04:47:45.237075+0000 mgr.smithi087.fbbqjk (mgr.14180) 1234 : 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 2023-11-15T04:47:47.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:47 smithi194 conmon[88664]: audit 2023-11-15T04:47:45.719592+0000 mgr.smithi087.fbbqjk (mgr.14180) 1235 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:47.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:47 smithi087 conmon[84412]: cluster 2023-11-15T04:47:45.237075+0000 mgr.smithi087.fbbqjk (mgr.14180) 1234 : 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 2023-11-15T04:47:47.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:47 smithi087 conmon[84412]: audit 2023-11-15T04:47:45.719592+0000 mgr.smithi087.fbbqjk (mgr.14180) 1235 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:47.460 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:49.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:49 smithi194 conmon[88664]: cluster 2023-11-15T04:47:47.237504+0000 mgr.smithi087.fbbqjk (mgr.14180) 1236 : 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 2023-11-15T04:47:49.371 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:49.372 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:49.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:49 smithi087 conmon[84412]: cluster 2023-11-15T04:47:47.237504+0000 mgr.smithi087.fbbqjk 2023-11-15T04:47:49.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:49 smithi087 conmon[84412]: (mgr.14180) 1236 : 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 2023-11-15T04:47:50.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:51.001 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:51.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:51 smithi194 conmon[88664]: cluster 2023-11-15T04:47:49.237978+0000 mgr.smithi087.fbbqjk (mgr.14180) 1237 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:51.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:51 smithi194 conmon[88664]: audit 2023-11-15T04:47:49.366750+0000 mgr.smithi087.fbbqjk (mgr.14180) 1238 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:51.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:51 smithi087 conmon[84412]: cluster 2023-11-15T04:47:49.237978+0000 mgr.smithi087.fbbqjk (mgr.14180) 1237 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:47:51.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:51 smithi087 conmon[84412]: audit 2023-11-15T04:47:49.366750+0000 mgr.smithi087.fbbqjk (mgr.14180) 1238 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:52.977 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:52.977 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:53.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:53 smithi194 conmon[88664]: cluster 2023-11-15T04:47:51.238452+0000 mgr.smithi087.fbbqjk (mgr.14180) 1239 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:53.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:53 smithi087 conmon[84412]: cluster 2023-11-15T04:47:51.238452+0000 mgr.smithi087.fbbqjk (mgr.14180) 1239 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:47:53.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:54.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:54 smithi194 conmon[88664]: audit 2023-11-15T04:47:52.972708+0000 mgr.smithi087.fbbqjk (mgr.14180) 1240 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:54.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:54 smithi087 conmon[84412]: audit 2023-11-15T04:47:52.972708+0000 mgr.smithi087.fbbqjk (mgr.14180) 1240 : audit 2023-11-15T04:47:54.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:54 smithi087 conmon[84412]: [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:54.552 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:55.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:55 smithi194 conmon[88664]: cluster 2023-11-15T04:47:53.239148+0000 mgr.smithi087.fbbqjk (mgr.14180) 1241 : 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 2023-11-15T04:47:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:55 smithi087 conmon[84412]: cluster 2023-11-15T04:47:53.239148+0000 mgr.smithi087.fbbqjk (mgr.14180) 1241 : 2023-11-15T04:47:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:55 smithi087 conmon[84412]: 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 2023-11-15T04:47:56.171 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:56 smithi087 conmon[84412]: cluster 2023-11-15T04:47:55.239621+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:47:56.172 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:56 smithi087 conmon[84412]: 14180) 1242 : 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 2023-11-15T04:47:56.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:56 smithi194 conmon[88664]: cluster 2023-11-15T04:47:55.239621+0000 mgr.smithi087.fbbqjk (mgr.14180) 1242 : 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 2023-11-15T04:47:56.492 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:47:56.492 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:47:57.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:47:57.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:57 smithi194 conmon[88664]: audit 2023-11-15T04:47:56.488370+0000 mgr.smithi087.fbbqjk (mgr.14180) 1243 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:57.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:57 smithi087 conmon[84412]: audit 2023-11-15T04:47:56.488370+0000 mgr.smithi087.fbbqjk (mgr.14180) 1243 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:47:58.184 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:47:58.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:47:58 smithi194 conmon[88664]: cluster 2023-11-15T04:47:57.240196+0000 mgr.smithi087.fbbqjk (mgr.14180) 1244 : 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 2023-11-15T04:47:58.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:47:58 smithi087 conmon[84412]: cluster 2023-11-15T04:47:57.240196+0000 mgr.smithi087.fbbqjk (mgr.14180) 1244 : 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 2023-11-15T04:48:00.074 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:00.074 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:00.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:01.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:00 smithi087 conmon[84412]: cluster 2023-11-15T04:47:59.240933+0000 mgr.smithi087.fbbqjk (mgr.14180) 1245 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:48:01.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:00 smithi194 conmon[88664]: cluster 2023-11-15T04:47:59.240933+0000 mgr.smithi087.fbbqjk (mgr.14180) 1245 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:48:01.761 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:01 smithi087 conmon[84412]: audit 2023-11-15T04:48:00.069980+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:48:02.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:01 smithi087 conmon[84412]: 14180) 1246 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:01 smithi194 conmon[88664]: audit 2023-11-15T04:48:00.069980+0000 mgr.smithi087.fbbqjk (mgr.14180) 1246 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:03.260 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:02 smithi087 conmon[84412]: cluster 2023-11-15T04:48:01.241725+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:48:03.260 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:02 smithi087 conmon[84412]: .14180) 1247 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:48:03.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:02 smithi194 conmon[88664]: cluster 2023-11-15T04:48:01.241725+0000 mgr.smithi087.fbbqjk (mgr.14180) 1247 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:48:03.629 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:03.629 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:04.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:05.292 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:05.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:05 smithi194 conmon[88664]: cluster 2023-11-15T04:48:03.242182+0000 mgr.smithi087.fbbqjk (mgr.14180) 1248 : 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 2023-11-15T04:48:05.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:05 smithi194 conmon[88664]: audit 2023-11-15T04:48:03.624901+0000 mgr.smithi087.fbbqjk (mgr.14180) 1249 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:05.322 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:05 smithi087 conmon[84412]: cluster 2023-11-15T04:48:03.242182+0000 mgr.smithi087.fbbqjk (mgr.14180) 1248 : 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 2023-11-15T04:48:05.322 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:05 smithi087 conmon[84412]: audit 2023-11-15T04:48:03.624901+0000 mgr.smithi087.fbbqjk (mgr.14180) 1249 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:07 smithi087 conmon[84412]: cluster 2023-11-15T04:48:05.242802+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:48:07.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:07 smithi087 conmon[84412]: 1250 : 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 2023-11-15T04:48:07.209 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:07.209 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:07.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:07 smithi194 conmon[88664]: cluster 2023-11-15T04:48:05.242802+0000 mgr.smithi087.fbbqjk (mgr.14180) 1250 : 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 2023-11-15T04:48:07.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:08.874 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:09.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:09 smithi194 conmon[88664]: audit 2023-11-15T04:48:07.205065+0000 mgr.smithi087.fbbqjk (mgr.14180) 1251 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:09.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:09 smithi194 conmon[88664]: 2023-11-15T04:48:09.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:09 smithi194 conmon[88664]: cluster 2023-11-15T04:48:07.243391+0000 mgr.smithi087.fbbqjk (mgr.14180) 1252 : 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 2023-11-15T04:48:09.333 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:09 smithi087 conmon[84412]: audit 2023-11-15T04:48:07.205065+0000 mgr.smithi087.fbbqjk (mgr.14180) 1251 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:09.333 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:09 smithi087 conmon[84412]: cluster 2023-11-15T04:48:07.243391+0000 mgr.smithi087.fbbqjk (mgr.14180) 1252 : 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 2023-11-15T04:48:10.799 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:10.800 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:11.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:11 smithi087 conmon[84412]: cluster 2023-11-15T04:48:09.243990+0000 mgr.smithi087.fbbqjk (mgr.14180) 1253 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:48:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:11 smithi194 conmon[88664]: cluster 2023-11-15T04:48:09.243990+0000 mgr.smithi087.fbbqjk (mgr.14180) 1253 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:48:11.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:12.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:12 smithi194 conmon[88664]: audit 2023-11-15T04:48:10.795099+0000 mgr.smithi087.fbbqjk (mgr.14180) 1254 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:12.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:12 smithi087 conmon[84412]: audit 2023-11-15T04:48:10.795099+0000 mgr.smithi087.fbbqjk (mgr.14180) 1254 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:12.431 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:13 smithi194 conmon[88664]: cluster 2023-11-15T04:48:11.244391+0000 mgr.smithi087.fbbqjk (mgr.14180) 1255 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:48:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:13 smithi194 conmon[88664]: 2023-11-15T04:48:13.314 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:13 smithi087 conmon[84412]: cluster 2023-11-15T04:48:11.244391+0000 mgr.smithi087.fbbqjk (mgr.14180) 1255 : cluster 2023-11-15T04:48:13.315 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:13 smithi087 conmon[84412]: [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:48:14.290 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:14.290 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:14.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:15.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:15 smithi087 conmon[84412]: cluster 2023-11-15T04:48:13.244847+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:48:15.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:15 smithi087 conmon[84412]: 1256 : 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 2023-11-15T04:48:15.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:15 smithi194 conmon[88664]: cluster 2023-11-15T04:48:13.244847+0000 mgr.smithi087.fbbqjk (mgr.14180) 1256 : 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 2023-11-15T04:48:15.881 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:16.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:16 smithi194 conmon[88664]: audit 2023-11-15T04:48:14.286107+0000 mgr.smithi087.fbbqjk (mgr.14180) 1257 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:16.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:16 smithi087 conmon[84412]: audit 2023-11-15T04:48:14.286107+0000 mgr.smithi087.fbbqjk (mgr.14180) 1257 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:17.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:17 smithi087 conmon[84412]: cluster 2023-11-15T04:48:15.245498+0000 mgr.smithi087.fbbqjk (mgr.14180) 1258 : 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 2023-11-15T04:48:17.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:17 smithi194 conmon[88664]: cluster 2023-11-15T04:48:15.245498+0000 mgr.smithi087.fbbqjk (mgr.14180) 1258 : 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 2023-11-15T04:48:17.818 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:17.819 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:18.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:18 smithi087 conmon[84412]: cluster 2023-11-15T04:48:17.245849+0000 mgr.smithi087.fbbqjk (mgr.14180) 1259 : 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 2023-11-15T04:48:18.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:18 smithi087 conmon[84412]: audit 2023-11-15T04:48:17.814443+0000 mgr.smithi087.fbbqjk (mgr.14180) 1260 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:18 smithi194 conmon[88664]: cluster 2023-11-15T04:48:17.245849+0000 mgr.smithi087.fbbqjk (mgr.14180) 1259 : 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 2023-11-15T04:48:18.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:18 smithi194 conmon[88664]: audit 2023-11-15T04:48:17.814443+0000 mgr.smithi087.fbbqjk (mgr.14180) 1260 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:18.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:19.496 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:21.028 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:20 smithi087 conmon[84412]: cluster 2023-11-15T04:48:19.246318+0000 mgr.smithi087.fbbqjk (mgr.14180) 1261 : cluster 2023-11-15T04:48:21.029 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:20 smithi087 conmon[84412]: [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:48:21.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:20 smithi194 conmon[88664]: cluster 2023-11-15T04:48:19.246318+0000 mgr.smithi087.fbbqjk (mgr.14180) 1261 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:48:21.388 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:21.388 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:39:23.916297Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.yumxrh on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-yumxrh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.yumxrh\nDeploy daemon haproxy.nfs.foo.smithi194.yumxrh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:37:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:05Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:38:43Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.362649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.shzplv on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-shzplv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.shzplv\nDeploy daemon haproxy.nfs.foo.smithi087.shzplv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:40:01Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:40:38Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:41:30Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:42:11.364538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.fofroz on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:22.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:23.006 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:23.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:22 smithi194 conmon[88664]: cluster 2023-11-15T04:48:21.246751+0000 mgr.smithi087.fbbqjk (mgr.14180) 1262 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:48:23.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:22 smithi194 conmon[88664]: audit 2023-11-15T04:48:21.383826+0000 mgr.smithi087.fbbqjk (mgr.14180) 1263 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:23.332 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:22 smithi087 conmon[84412]: cluster 2023-11-15T04:48:21.246751+0000 mgr.smithi087.fbbqjk (mgr.14180) 1262 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:48:23.333 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:22 smithi087 conmon[84412]: audit 2023-11-15T04:48:21.383826+0000 mgr.smithi087.fbbqjk (mgr.14180) 1263 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:24.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:24 smithi194 conmon[88664]: audit 2023-11-15T04:48:23.332961+0000 mon.smithi087 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.xwpvzm"}]: dispatch 2023-11-15T04:48:24.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:24 smithi194 conmon[88664]: 2023-11-15T04:48:24.314 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:24 smithi087 conmon[84412]: audit 2023-11-15T04:48:23.332961+0000 mon.smithi087 (mon.0) 737 : audit 2023-11-15T04:48:24.314 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:24 smithi087 conmon[84412]: [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.xwpvzm"}]: dispatch 2023-11-15T04:48:24.947 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:24.948 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:25.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: cluster 2023-11-15T04:48:23.247188+0000 mgr.smithi087.fbbqjk (mgr.14180) 1264 : 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 2023-11-15T04:48:25.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: cephadm 2023-11-15T04:48:23.332486+0000 mgr.smithi087.fbbqjk (mgr.14180) 1265 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.xwpvzm ... 2023-11-15T04:48:25.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:48:25.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:46:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:47:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:47:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.307 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: Traceback (most recent call last): 2023-11-15T04:48:25.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:48:25.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: yield (conn, connr) 2023-11-15T04:48:25.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:48:25.308 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: code, '\n'.join(err))) 2023-11-15T04:48:25.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.309 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.xwpvzm ... 2023-11-15T04:48:25.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:48:25.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:46:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:47:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.310 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:47:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2023-11-15T04:48:25.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.311 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: cephadm 2023-11-15T04:48:23.332639+0000 mgr.smithi087.fbbqjk (mgr.14180) 1266 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: cephadm 2023-11-15T04:48:23.333596+0000 mgr.smithi087.fbbqjk (mgr.14180) 1267 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.312 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: Deploy daemon haproxy.nfs.foo.smithi087.xwpvzm ... 2023-11-15T04:48:25.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:48:25.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:46:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:47:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.313 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr time="2023-11-15T04:47:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: cephadm 2023-11-15T04:48:23.334753+0000 mgr.smithi087.fbbqjk (mgr.14180) 1268 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:48:25.314 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: cephadm 2023-11-15T04:48:23.335725+0000 mgr.smithi087.fbbqjk (mgr.14180) 1269 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:48:25.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: cluster 2023-11-15T04:48:23.336361 2023-11-15T04:48:25.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: +0000 mgr.smithi087.fbbqjk (mgr.14180) 1270 : cluster [DBG] pgmap v815: 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 2023-11-15T04:48:25.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: 2023-11-15T04:48:25.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: cluster 2023-11-15 2023-11-15T04:48:25.315 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: T04:48:23.996302+0000 mon.smithi087 (mon. 2023-11-15T04:48:25.316 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:25 smithi194 conmon[88664]: 0) 738 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:48:25.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: cluster 2023-11-15T04:48:23.247188+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:48:25.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: 14180) 1264 : 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 2023-11-15T04:48:25.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: cephadm 2023-11-15T04:48:23.332486+0000 mgr.smithi087.fbbqjk (mgr.14180) 1265 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.xwpvzm ... 2023-11-15T04:48:25.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:48:25.377 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:46:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:47:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:47:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.378 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: Traceback (most recent call last): 2023-11-15T04:48:25.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:48:25.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: yield (conn, connr) 2023-11-15T04:48:25.379 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:48:25.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: code, '\n'.join(err))) 2023-11-15T04:48:25.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: 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-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.380 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.xwpvzm ... 2023-11-15T04:48:25.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:48:25.381 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:46:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:47:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:47:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy 2023-11-15T04:48:25.382 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: :2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: cephadm 2023-11-15T04:48:23.332639+0000 mgr.smithi087.fbbqjk (mgr.14180) 1266 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: cephadm 2023-11-15T04:48:23.333596+0000 mgr.smithi087.fbbqjk (mgr.14180) 1267 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm 2023-11-15T04:48:25.383 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: /bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm 2023-11-15T04:48:25.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: Deploy daemon haproxy.nfs.foo.smithi087.xwpvzm ... 2023-11-15T04:48:25.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T04:48:25.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:46:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:47:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr time="2023-11-15T04:47:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T04:48:25.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.385 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T04:48:25.386 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:48:25.386 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: cephadm 2023-11-15T04:48:23.334753+0000 mgr.smithi087.fbbqjk (mgr.14180) 1268 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:48:25.386 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: cephadm 2023-11-15T04:48:23.335725+0000 mgr.smithi087.fbbqjk (mgr.14180) 1269 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:48:25.386 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: cluster 2023-11-15T04:48:23.336361+0000 mgr.smithi087.fbbqjk (mgr.14180) 1270 : cluster [DBG] pgmap v815: 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 2023-11-15T04:48:25.386 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:25 smithi087 conmon[84412]: cluster 2023-11-15T04:48:23.996302+0000 mon.smithi087 (mon.0) 738 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:48:25.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:26.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:26 smithi194 conmon[88664]: audit 2023-11-15T04:48:24.943997+0000 mgr.smithi087.fbbqjk (mgr.14180) 1271 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:26.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:26 smithi087 conmon[84412]: audit 2023-11-15T04:48:24.943997+0000 mgr.smithi087.fbbqjk (mgr.14180 2023-11-15T04:48:26.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:26 smithi087 conmon[84412]: ) 1271 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:26.631 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:27.289 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:27 smithi087 conmon[84412]: cluster 2023-11-15T04:48:25.336967+0000 mgr.smithi087.fbbqjk (mgr.14180) 1272 : cluster [DBG] pgmap v816: 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 2023-11-15T04:48:27.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:27 smithi194 conmon[88664]: cluster 2023-11-15T04:48:25.336967+0000 mgr.smithi087.fbbqjk (mgr.14180) 1272 : cluster [DBG] pgmap v816: 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 2023-11-15T04:48:28.505 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:28.506 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:28.530 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:28 smithi087 conmon[84412]: cluster 2023-11-15T04:48:27.337512+0000 mgr.smithi087.fbbqjk (mgr.14180) 1273 : 2023-11-15T04:48:28.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:28 smithi087 conmon[84412]: cluster [DBG] pgmap v817: 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 2023-11-15T04:48:28.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:28 smithi087 conmon[84412]: audit 2023-11-15T04:48:27.357785+0000 mon.smithi087 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:48:28.531 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:28 smithi087 conmon[84412]: audit 2023-11-15T04:48:27.460966+0000 mon.smithi087 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:48:28.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:28 smithi194 conmon[88664]: cluster 2023-11-15T04:48:27.337512+0000 mgr.smithi087.fbbqjk (mgr.14180) 1273 : cluster [DBG] pgmap v817: 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 2023-11-15T04:48:28.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:28 smithi194 conmon[88664]: audit 2023-11-15T04:48:27.357785+0000 mon.smithi087 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:48:28.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:28 smithi194 conmon[88664]: audit 2023-11-15T04:48:27.460966+0000 mon.smithi087 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.87:0/2147132398' entity='mgr.smithi087.fbbqjk' 2023-11-15T04:48:29.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:30.096 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:30.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:29 smithi194 conmon[88664]: audit 2023-11-15T04:48:28.499939+0000 mgr.smithi087.fbbqjk (mgr.14180) 1274 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:30.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:29 smithi087 conmon[84412]: audit 2023-11-15T04:48:28.499939+0000 mgr.smithi087.fbbqjk (mgr.14180) 1274 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:31.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:31 smithi194 conmon[88664]: cluster 2023-11-15T04:48:29.338215+0000 mgr.smithi087.fbbqjk (mgr.14180) 1275 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-15T04:48:31.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:31 smithi087 conmon[84412]: cluster 2023-11-15T04:48:29.338215+0000 mgr.smithi087.fbbqjk (mgr.14180) 1275 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-15T04:48:32.007 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:32.008 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:32.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:33 smithi194 conmon[88664]: cluster 2023-11-15T04:48:31.338744+0000 mgr.smithi087.fbbqjk (mgr.14180) 1276 : cluster [DBG] pgmap v819: 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 2023-11-15T04:48:33.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:33 smithi194 conmon[88664]: audit 2023-11-15T04:48:32.003406+0000 mgr.smithi087.fbbqjk (mgr.14180) 1277 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:33 smithi087 conmon[84412]: cluster 2023-11-15T04:48:31.338744+0000 mgr.smithi087.fbbqjk (mgr.14180) 1276 : cluster [DBG] pgmap v819: 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 2023-11-15T04:48:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:33 smithi087 conmon[84412]: audit 2023-11-15T04:48:32.003406+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:48:33.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:33 smithi087 conmon[84412]: mgr.14180) 1277 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:33.670 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:35.197 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:35 smithi087 conmon[84412]: cluster 2023-11-15T04:48:33.339576+0000 mgr.smithi087.fbbqjk (mgr.14180) 1278 : cluster [DBG] pgmap v820: 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 2023-11-15T04:48:35.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:35 smithi194 conmon[88664]: cluster 2023-11-15T04:48:33.339576+0000 mgr.smithi087.fbbqjk (mgr.14180) 1278 : cluster [DBG] pgmap v820: 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 2023-11-15T04:48:35.559 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:35.559 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:36.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:37.186 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:37 smithi194 conmon[88664]: cluster 2023-11-15T04:48:35.340192+0000 mgr.smithi087.fbbqjk (mgr.14180) 1279 : 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 2023-11-15T04:48:37.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:37 smithi194 conmon[88664]: audit 2023-11-15T04:48:35.555500+0000 mgr.smithi087.fbbqjk (mgr.14180) 1280 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:37.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:37 smithi087 conmon[84412]: cluster 2023-11-15T04:48:35.340192+0000 mgr.smithi087.fbbqjk (mgr.14180) 1279 : 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 2023-11-15T04:48:37.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:37 smithi087 conmon[84412]: audit 2023-11-15T04:48:37.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:37 smithi087 conmon[84412]: 2023-11-15T04:48:35.555500+0000 mgr.smithi087.fbbqjk (mgr.14180) 1280 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:39.123 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:39.123 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:39.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:39 smithi194 conmon[88664]: cluster 2023-11-15T04:48:37.340792+0000 mgr.smithi087.fbbqjk (mgr.14180) 1281 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:48:39.320 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:39 smithi087 conmon[84412]: cluster 2023-11-15T04:48:37.340792+0000 mgr.smithi087.fbbqjk (mgr.14180) 1281 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:48:39.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:40.736 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:41.295 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:41 smithi087 conmon[84412]: audit 2023-11-15T04:48:39.118873+0000 mgr.smithi087.fbbqjk (mgr 2023-11-15T04:48:41.295 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:41 smithi087 conmon[84412]: .14180) 1282 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:41.296 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:41 smithi087 conmon[84412]: cluster 2023-11-15T04:48:39.341384+0000 mgr.smithi087.fbbqjk (mgr.14180) 1283 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:48:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:41 smithi194 conmon[88664]: audit 2023-11-15T04:48:39.118873+0000 mgr.smithi087.fbbqjk (mgr.14180) 1282 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:41.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:41 smithi194 conmon[88664]: cluster 2023-11-15T04:48:39.341384+0000 mgr.smithi087.fbbqjk (mgr.14180) 1283 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:48:42.685 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:42.685 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:43.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:43 smithi194 conmon[88664]: cluster 2023-11-15T04:48:41.342001+0000 mgr.smithi087.fbbqjk (mgr.14180) 1284 : 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 2023-11-15T04:48:43.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:43 smithi087 conmon[84412]: cluster 2023-11-15T04:48:41.342001+0000 mgr.smithi087.fbbqjk (mgr.14180) 1284 : 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 2023-11-15T04:48:43.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:44 smithi194 conmon[88664]: audit 2023-11-15T04:48:42.681387+0000 mgr.smithi087.fbbqjk (mgr.14180) 1285 : audit [DBG] 2023-11-15T04:48:44.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:44 smithi194 conmon[88664]: from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:44.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:44 smithi087 conmon[84412]: audit 2023-11-15T04:48:42.681387+0000 mgr.smithi087.fbbqjk (mgr.14180) 1285 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:44.403 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:45.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:45 smithi087 conmon[84412]: cluster 2023-11-15T04:48:43.342600+0000 mgr.smithi087.fbbqjk (mgr.14180) 1286 : 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 2023-11-15T04:48:45.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:45 smithi194 conmon[88664]: cluster 2023-11-15T04:48:43.342600+0000 mgr.smithi087.fbbqjk (mgr.14180) 1286 : 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 2023-11-15T04:48:46.306 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:46.306 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:46.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:47.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:47 smithi194 conmon[88664]: cluster 2023-11-15T04:48:45.343214+0000 mgr.smithi087.fbbqjk (mgr.14180) 1287 : 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 2023-11-15T04:48:47.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:47 smithi087 conmon[84412]: cluster 2023-11-15T04:48:45.343214+0000 mgr.smithi087.fbbqjk (mgr.14180) 1287 : 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 2023-11-15T04:48:47.960 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:48.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:48 smithi194 conmon[88664]: audit 2023-11-15T04:48:46.302770+0000 mgr.smithi087.fbbqjk (mgr.14180) 1288 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:48.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:48 smithi087 conmon[84412]: audit 2023-11-15T04:48:46.302770+0000 mgr.smithi087.fbbqjk (mgr.14180) 1288 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:49.124 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:49 smithi087 conmon[84412]: cluster 2023-11-15T04:48:47.343816+0000 mgr.smithi087.fbbqjk (mgr.14180) 1289 : cluster 2023-11-15T04:48:49.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:49 smithi087 conmon[84412]: [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:48:49.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:49 smithi194 conmon[88664]: cluster 2023-11-15T04:48:47.343816+0000 mgr.smithi087.fbbqjk (mgr.14180) 1289 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:48:49.857 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:49.858 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:50.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:50 smithi194 conmon[88664]: cluster 2023-11-15T04:48:49.344610+0000 mgr.smithi087.fbbqjk (mgr.14180) 1290 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:48:50.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:50 smithi194 conmon[88664]: audit 2023-11-15T04:48:49.853493+0000 mgr.smithi087.fbbqjk (mgr.14180) 1291 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:50.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:50 smithi087 conmon[84412]: cluster 2023-11-15T04:48:49.344610+0000 mgr.smithi087.fbbqjk ( 2023-11-15T04:48:50.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:50 smithi087 conmon[84412]: mgr.14180) 1290 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:48:50.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:50 smithi087 conmon[84412]: audit 2023-11-15T04:48:49.853493+0000 mgr.smithi087.fbbqjk (mgr.14180) 1291 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:50.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:51.485 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:52.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:52 smithi087 conmon[84412]: cluster 2023-11-15T04:48:51.345275+0000 mgr.smithi087.fbbqjk (mgr.14180) 2023-11-15T04:48:52.625 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:52 smithi087 conmon[84412]: 1292 : 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 2023-11-15T04:48:52.803 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:52 smithi194 conmon[88664]: cluster 2023-11-15T04:48:51.345275+0000 mgr.smithi087.fbbqjk (mgr.14180) 1292 : cluster [DBG] 2023-11-15T04:48:52.804 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:52 smithi194 conmon[88664]: 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 2023-11-15T04:48:53.430 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:53.431 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:54.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:55.152 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:55.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:55 smithi194 conmon[88664]: cluster 2023-11-15T04:48:53.345873+0000 mgr.smithi087.fbbqjk (mgr.14180) 1293 : 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 2023-11-15T04:48:55.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:55 smithi194 conmon[88664]: audit 2023-11-15T04:48:53.426287+0000 mgr.smithi087.fbbqjk (mgr.14180) 1294 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:55 smithi087 conmon[84412]: cluster 2023-11-15T04:48:53.345873+0000 mgr.smithi087.fbbqjk (mgr.14180) 1293 : 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 2023-11-15T04:48:55.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:55 smithi087 conmon[84412]: audit 2023-11-15T04:48:53.426287+0000 mgr.smithi087.fbbqjk (mgr.14180) 1294 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:57.034 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:48:57.035 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:48:57.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:57 smithi194 conmon[88664]: cluster 2023-11-15T04:48:55.346450+0000 mgr.smithi087.fbbqjk (mgr.14180) 1295 : 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 2023-11-15T04:48:57.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:57 smithi087 conmon[84412]: cluster 2023-11-15T04:48:55.346450+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:48:57.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:57 smithi087 conmon[84412]: 14180) 1295 : 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 2023-11-15T04:48:57.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:48:58.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:58 smithi194 conmon[88664]: audit 2023-11-15T04:48:57.030524+0000 mgr.smithi087.fbbqjk (mgr.14180) 1296 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:58.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:58 smithi087 conmon[84412]: audit 2023-11-15T04:48:57.030524+0000 mgr.smithi087.fbbqjk (mgr.14180) 1296 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:48:58.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:58 smithi087 conmon[84412]: 2023-11-15T04:48:58.610 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:48:59.272 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:48:59 smithi087 conmon[84412]: cluster 2023-11-15T04:48:57.347147+0000 mgr.smithi087.fbbqjk (mgr.14180) 1297 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:48:59.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:48:59 smithi194 conmon[88664]: cluster 2023-11-15T04:48:57.347147+0000 mgr.smithi087.fbbqjk (mgr.14180) 1297 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:49:00.598 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:49:00.598 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:49:01.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:49:01.305 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:01 smithi194 conmon[88664]: cluster 2023-11-15T04:48:59.347926+0000 mgr.smithi087.fbbqjk (mgr.14180) 1298 : 2023-11-15T04:49:01.306 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:01 smithi194 conmon[88664]: cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:49:01.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:01 smithi087 conmon[84412]: cluster 2023-11-15T04:48:59.347926+0000 mgr.smithi087.fbbqjk (mgr.14180) 1298 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:49:02.233 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:49:02.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:02 smithi194 conmon[88664]: audit 2023-11-15T04:49:00.594383+0000 mgr.smithi087.fbbqjk (mgr.14180) 1299 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:49:02.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:02 smithi194 conmon[88664]: 2023-11-15T04:49:02.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:02 smithi087 conmon[84412]: audit 2023-11-15T04:49:00.594383+0000 mgr.smithi087.fbbqjk (mgr.14180) 1299 : audit 2023-11-15T04:49:02.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:02 smithi087 conmon[84412]: [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:49:03.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:03 smithi194 conmon[88664]: cluster 2023-11-15T04:49:01.348493+0000 mgr.smithi087.fbbqjk (mgr.14180) 1300 : 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 2023-11-15T04:49:03.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:03 smithi087 conmon[84412]: cluster 2023-11-15T04:49:01.348493+0000 mgr.smithi087.fbbqjk (mgr.14180) 1300 : 2023-11-15T04:49:03.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:03 smithi087 conmon[84412]: 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 2023-11-15T04:49:04.090 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:49:04.091 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:49:04.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:49:05.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:05 smithi194 conmon[88664]: cluster 2023-11-15T04:49:03.349163+0000 mgr.smithi087.fbbqjk (mgr.14180) 1301 : 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 2023-11-15T04:49:05.374 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:05 smithi087 conmon[84412]: cluster 2023-11-15T04:49:03.349163+0000 mgr.smithi087.fbbqjk (mgr.14180) 1301 : 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 2023-11-15T04:49:05.733 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:49:06.290 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:06 smithi087 conmon[84412]: audit 2023-11-15T04:49:04. 2023-11-15T04:49:06.290 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:06 smithi087 conmon[84412]: 086142+0000 mgr.smithi087.fbbqjk (mgr.14180) 1302 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:49:06.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:06 smithi194 conmon[88664]: audit 2023-11-15T04:49:04.086142+0000 mgr.smithi087.fbbqjk (mgr.14180) 1302 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:49:07.293 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:07 smithi087 conmon[84412]: cluster 2023-11-15T04:49:05.349778+0000 mgr.smithi087.fbbqjk (mgr.14180) 1303 : 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 2023-11-15T04:49:07.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:07 smithi194 conmon[88664]: cluster 2023-11-15T04:49:05.349778+0000 mgr.smithi087.fbbqjk (mgr.14180) 1303 : 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 2023-11-15T04:49:07.657 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:49:07.658 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:49:08.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:49:08.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:08 smithi087 conmon[84412]: cluster 2023-11-15T04:49:07.350366+0000 mgr.smithi087.fbbqjk (mgr.14180) 1304 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:49:08.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:08 smithi087 conmon[84412]: audit 2023-11-15T04:49:07.654345+0000 mgr.smithi087.fbbqjk (mgr.14180) 1305 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:49:08.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:08 smithi194 conmon[88664]: cluster 2023-11-15T04:49:07.350366+0000 mgr.smithi087.fbbqjk (mgr.14180) 1304 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:49:08.554 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:08 smithi194 conmon[88664]: audit 2023-11-15T04:49:07.654345+0000 mgr.smithi087.fbbqjk (mgr.14180) 1305 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:49:09.326 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:49:11.267 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:49:11.267 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:49:11.289 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:11 smithi087 conmon[84412]: cluster 2023-11-15T04:49:09.351032+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:49:11.289 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:11 smithi087 conmon[84412]: 14180) 1306 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:49:11.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:11 smithi194 conmon[88664]: cluster 2023-11-15T04:49:09.351032+0000 mgr.smithi087.fbbqjk (mgr.14180) 1306 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:49:11.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:49:12.832 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:49:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:13 smithi087 conmon[84412]: audit 2023-11-15T04:49:11.262828+0000 mgr.smithi087.fbbqjk (mgr.14180) 1307 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:49:13.125 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:13 smithi087 conmon[84412]: cluster 2023-11-15T04:49:11.351819+0000 mgr.smithi087.fbbqjk (mgr.14180) 1308 : 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 2023-11-15T04:49:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:13 smithi194 conmon[88664]: audit 2023-11-15T04:49:11.262828+0000 mgr.smithi087.fbbqjk (mgr.14180) 1307 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:49:13.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:13 smithi194 conmon[88664]: cluster 2023-11-15T04:49:11.351819+0000 mgr.smithi087.fbbqjk (mgr.14180) 1308 : 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 2023-11-15T04:49:14.772 INFO:teuthology.orchestra.run.smithi087.stdout: 2023-11-15T04:49:14.773 INFO:teuthology.orchestra.run.smithi087.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T04:21:27.770844Z", "last_refresh": "2023-11-15T04:43:16.848955Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T04:21:22.319459Z", "last_refresh": "2023-11-15T04:43:13.171788Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T04:21:25.367208Z", "last_refresh": "2023-11-15T04:43:16.849076Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:42:11.365608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.igyxvh on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:45:50.161206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi194.uanmzk on smithi194: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi194-uanmzk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi194.uanmzk\nDeploy daemon haproxy.nfs.foo.smithi194.uanmzk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:43:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:44:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:45:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi194 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.333502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.xwpvzm on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi087-xwpvzm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi087.xwpvzm\nDeploy daemon haproxy.nfs.foo.smithi087.xwpvzm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T04:46:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T04:47:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:48:23.334684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi194.dvojgw on smithi194: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:48:23.335657Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.zkokpo on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.87/16"}, "status": {"created": "2023-11-15T04:26:09.807388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.87/16"}}, {"events": ["2023-11-15T04:26:04.768809Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-15T04:26:04.762500Z", "last_refresh": "2023-11-15T04:43:13.172687Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T04:21:20.850887Z", "last_refresh": "2023-11-15T04:43:13.171970Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:22:49.316597Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi087:172.21.15.87=smithi087", "smithi194:172.21.15.194=smithi194"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T04:22:49.313705Z", "last_refresh": "2023-11-15T04:43:13.172076Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T04:26:09.806340Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-15T04:26:09.802612Z", "last_refresh": "2023-11-15T04:43:16.849565Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T04:21:26.550602Z", "last_refresh": "2023-11-15T04:43:13.172153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T04:23:10.751382Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T04:23:10.748014Z", "last_refresh": "2023-11-15T04:43:13.172242Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T04:21:24.153018Z", "last_refresh": "2023-11-15T04:43:16.849193Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-15T04:49:15.127 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:15 smithi087 conmon[84412]: cluster 2023-11-15T04:49:13.352443+0000 mgr.smithi087.fbbqjk 2023-11-15T04:49:15.128 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:15 smithi087 conmon[84412]: (mgr.14180) 1309 : 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 2023-11-15T04:49:15.303 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:15 smithi194 conmon[88664]: cluster 2023-11-15T04:49:13.352443+0000 mgr.smithi087.fbbqjk (mgr.14180) 1309 : 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 2023-11-15T04:49:15.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:49:15.415 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T04:49:15.503 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4f7969aba9754a7284f3000dd0914e30 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T04:49:15.505 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-15T04:49:15.517 INFO:tasks.vip:Removing 10.0.15.87 (and any VIPs) on smithi087.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T04:49:15.518 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr del 10.0.15.87/16 dev enp3s0f1 2023-11-15T04:49:15.553 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr del 10.0.31.87/16 dev enp3s0f1 2023-11-15T04:49:15.615 INFO:teuthology.orchestra.run.smithi087.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T04:49:15.616 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T04:49:15.617 INFO:tasks.vip:Removing 10.0.15.194 (and any VIPs) on smithi194.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T04:49:15.618 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip addr del 10.0.15.194/16 dev enp3s0f1 2023-11-15T04:49:15.667 DEBUG:teuthology.orchestra.run.smithi194:> sudo ip addr del 10.0.31.87/16 dev enp3s0f1 2023-11-15T04:49:15.693 INFO:teuthology.orchestra.run.smithi194.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T04:49:15.694 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T04:49:15.695 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T04:49:15.706 INFO:tasks.cephadm:Teardown begin 2023-11-15T04:49:15.708 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:49:15.733 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:49:15.763 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T04:49:15.763 DEBUG:teuthology.orchestra.run.smithi087:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T04:49:15.788 DEBUG:teuthology.orchestra.run.smithi194:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T04:49:15.818 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T04:49:15.819 INFO:tasks.cephadm.mon.smithi087:Stopping mon.smithi087... 2023-11-15T04:49:15.819 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mon.smithi087 2023-11-15T04:49:16.040 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:15 smithi087 systemd[1]: Stopping Ceph mon.smithi087 for 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7... 2023-11-15T04:49:16.040 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:15 smithi087 bash[284367]: Error: no container with name or ID ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-mon.smithi087 found: no such container 2023-11-15T04:49:16.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:16 smithi194 conmon[88664]: audit 2023-11-15T04:49:14.768163+0000 mgr.smithi087.fbbqjk (mgr.14180) 1310 : audit 2023-11-15T04:49:16.304 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:16 smithi194 conmon[88664]: [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:49:16.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:16 smithi087 conmon[84412]: audit 2023-11-15T04:49:14.768163+0000 mgr.smithi087.fbbqjk (mgr. 2023-11-15T04:49:16.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:16 smithi087 conmon[84412]: 14180) 1310 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:49:16.375 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:16 smithi087 conmon[84412]: debug 2023-11-15T04:49:16.165+0000 7f75c25a6700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi087 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T04:49:16.376 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:16 smithi087 conmon[84412]: debug 2023-11-15T04:49:16.165+0000 7f75c25a6700 -1 mon.smithi087@0(leader) e2 *** Got Signal Terminated *** 2023-11-15T04:49:16.777 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Nov 15 04:49:16 smithi087 bash[284483]: 1e8fc17b29113db09a3c4d55110bb233847ba141a26494bce9ef1cc6270de995 2023-11-15T04:49:16.976 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mon.smithi087.service' 2023-11-15T04:49:17.028 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T04:49:17.029 INFO:tasks.cephadm.mon.smithi087:Stopped mon.smithi087 2023-11-15T04:49:17.029 INFO:tasks.cephadm.mon.smithi194:Stopping mon.smithi194... 2023-11-15T04:49:17.030 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mon.smithi194 2023-11-15T04:49:17.395 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:17 smithi194 systemd[1]: Stopping Ceph mon.smithi194 for 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7... 2023-11-15T04:49:17.395 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:17 smithi194 bash[117597]: Error: no container with name or ID ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7-mon.smithi194 found: no such container 2023-11-15T04:49:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:17 smithi194 conmon[88664]: debug 2023-11-15T04:49:17.391+0000 7f984e1dc700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi194 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T04:49:17.668 INFO:journalctl@ceph.mon.smithi194.smithi194.stdout:Nov 15 04:49:17 smithi194 conmon[88664]: debug 2023-11-15T04:49:17.391+0000 7f984e1dc700 -1 mon.smithi194@1(peon) e2 *** Got Signal Terminated *** 2023-11-15T04:49:18.175 DEBUG:teuthology.orchestra.run.smithi194:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3dcf7d7a-836e-11ee-8dbe-212e2dc638e7@mon.smithi194.service' 2023-11-15T04:49:18.223 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T04:49:18.223 INFO:tasks.cephadm.mon.smithi194:Stopped mon.smithi194 2023-11-15T04:49:18.224 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T04:50:10.528 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T04:50:54.142 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:50:54.172 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:50:54.200 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T04:50:54.203 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344/remote/ubuntu@smithi087.front.sepia.ceph.com/crash 2023-11-15T04:50:54.204 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T04:50:54.250 INFO:teuthology.orchestra.run.smithi087.stderr:tar: /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T04:50:54.251 INFO:teuthology.orchestra.run.smithi087.stderr:tar: Error is not recoverable: exiting now 2023-11-15T04:50:54.252 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344/remote/ubuntu@smithi194.front.sepia.ceph.com/crash 2023-11-15T04:50:54.253 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T04:50:54.289 INFO:teuthology.orchestra.run.smithi194.stderr:tar: /var/lib/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T04:50:54.290 INFO:teuthology.orchestra.run.smithi194.stderr:tar: Error is not recoverable: exiting now 2023-11-15T04:50:54.291 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T04:50:54.291 DEBUG:teuthology.orchestra.run.smithi087:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T04:50:54.316 INFO:teuthology.orchestra.run.smithi087.stderr:grep: /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T04:50:54.317 INFO:tasks.cephadm:Compressing logs... 2023-11-15T04:50:54.318 DEBUG:teuthology.orchestra.run.smithi087:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T04:50:54.361 DEBUG:teuthology.orchestra.run.smithi194:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T04:50:54.384 INFO:teuthology.orchestra.run.smithi087.stderr:find: ‘/var/log/rbd-target-api’gzip : No such file or directory 2023-11-15T04:50:54.384 INFO:teuthology.orchestra.run.smithi087.stderr:-5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T04:50:54.385 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi087.zoalqb.log 2023-11-15T04:50:54.385 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi087.log 2023-11-15T04:50:54.385 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi087.zoalqb.log: gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-15T04:50:54.386 INFO:teuthology.orchestra.run.smithi087.stderr: 60.2% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi087.zoalqb.log.gz 2023-11-15T04:50:54.386 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi087.log: gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi087.fbbqjk.log 2023-11-15T04:50:54.386 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-15T04:50:54.386 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi087.fbbqjk.log: gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-15T04:50:54.388 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-15T04:50:54.388 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T04:50:54.390 INFO:teuthology.orchestra.run.smithi194.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T04:50:54.391 INFO:teuthology.orchestra.run.smithi194.stderr:: No such file or directory 2023-11-15T04:50:54.391 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi194.qvovuz.log 2023-11-15T04:50:54.391 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-15T04:50:54.391 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi194.qvovuz.log: gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi194.nmwmop.log 2023-11-15T04:50:54.392 INFO:teuthology.orchestra.run.smithi194.stderr: 82.4% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi194.qvovuz.log.gz 2023-11-15T04:50:54.392 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-15T04:50:54.392 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-15T04:50:54.393 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi194.nmwmop.log: /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi194.log 2023-11-15T04:50:54.393 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-15T04:50:54.394 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/cephadm.log: 92.6% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T04:50:54.395 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi194.log: /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: 92.5% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T04:50:54.395 INFO:teuthology.orchestra.run.smithi194.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T04:50:54.395 INFO:teuthology.orchestra.run.smithi194.stderr:/var/log/ceph/cephadm.log: 93.3% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi194.nmwmop.log.gz 2023-11-15T04:50:54.399 INFO:teuthology.orchestra.run.smithi194.stderr: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T04:50:54.415 INFO:teuthology.orchestra.run.smithi087.stderr: 93.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T04:50:54.595 INFO:teuthology.orchestra.run.smithi087.stderr: 89.5% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi087.fbbqjk.log.gz 2023-11-15T04:50:54.777 INFO:teuthology.orchestra.run.smithi194.stderr: 92.4% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi194.log.gz 2023-11-15T04:50:54.787 INFO:teuthology.orchestra.run.smithi087.stderr: 93.0% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-15T04:50:54.795 INFO:teuthology.orchestra.run.smithi194.stderr: 92.9% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-15T04:50:54.808 INFO:teuthology.orchestra.run.smithi194.stderr: 93.0% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-15T04:50:54.891 INFO:teuthology.orchestra.run.smithi087.stderr: 93.0% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-15T04:50:54.910 INFO:teuthology.orchestra.run.smithi194.stderr: 93.0% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-15T04:50:54.937 INFO:teuthology.orchestra.run.smithi087.stderr: 93.1% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-15T04:50:55.027 INFO:teuthology.orchestra.run.smithi194.stderr: 92.8% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-15T04:50:55.028 INFO:teuthology.orchestra.run.smithi194.stderr: 2023-11-15T04:50:55.029 INFO:teuthology.orchestra.run.smithi194.stderr:real 0m0.653s 2023-11-15T04:50:55.029 INFO:teuthology.orchestra.run.smithi194.stderr:user 0m2.322s 2023-11-15T04:50:55.029 INFO:teuthology.orchestra.run.smithi194.stderr:sys 0m0.103s 2023-11-15T04:50:55.081 INFO:teuthology.orchestra.run.smithi087.stderr: 93.5% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-15T04:50:55.259 INFO:teuthology.orchestra.run.smithi087.stderr: 90.0% -- replaced with /var/log/ceph/3dcf7d7a-836e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi087.log.gz 2023-11-15T04:50:55.261 INFO:teuthology.orchestra.run.smithi087.stderr: 2023-11-15T04:50:55.261 INFO:teuthology.orchestra.run.smithi087.stderr:real 0m0.889s 2023-11-15T04:50:55.261 INFO:teuthology.orchestra.run.smithi087.stderr:user 0m3.168s 2023-11-15T04:50:55.262 INFO:teuthology.orchestra.run.smithi087.stderr:sys 0m0.136s 2023-11-15T04:50:55.262 INFO:tasks.cephadm:Archiving logs... 2023-11-15T04:50:55.262 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344/remote/ubuntu@smithi087.front.sepia.ceph.com/log 2023-11-15T04:50:55.264 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T04:50:55.795 DEBUG:teuthology.misc:Transferring archived files from smithi194:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344/remote/ubuntu@smithi194.front.sepia.ceph.com/log 2023-11-15T04:50:55.796 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T04:50:56.186 INFO:tasks.cephadm:Removing cluster... 2023-11-15T04:50:56.186 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 --force 2023-11-15T04:50:56.644 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dcf7d7a-836e-11ee-8dbe-212e2dc638e7 --force 2023-11-15T04:50:57.106 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T04:50:57.107 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T04:50:57.123 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T04:50:57.140 INFO:tasks.cephadm:Teardown complete 2023-11-15T04:50:57.141 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-15T04:50:57.153 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_1... 2023-11-15T04:50:57.154 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_1 2023-11-15T04:50:57.302 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T04:50:57.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:57.303 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_2... 2023-11-15T04:50:57.304 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_2 2023-11-15T04:50:57.426 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T04:50:57.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:57.428 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_3... 2023-11-15T04:50:57.428 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_3 2023-11-15T04:50:57.548 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T04:50:57.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:57.550 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_4... 2023-11-15T04:50:57.550 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_4 2023-11-15T04:50:57.685 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T04:50:57.686 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:57.687 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2023-11-15T04:50:57.687 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/scratch_devs 2023-11-15T04:50:57.712 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_1... 2023-11-15T04:50:57.713 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_1 2023-11-15T04:50:57.855 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T04:50:57.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:57.858 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_2... 2023-11-15T04:50:57.858 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_2 2023-11-15T04:50:57.984 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T04:50:57.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:57.986 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_3... 2023-11-15T04:50:57.987 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_3 2023-11-15T04:50:58.114 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T04:50:58.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:58.119 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi194:/dev/vg_nvme/lv_4... 2023-11-15T04:50:58.119 DEBUG:teuthology.orchestra.run.smithi194:> sudo nvme disconnect -n lv_4 2023-11-15T04:50:58.247 INFO:teuthology.orchestra.run.smithi194.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T04:50:58.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:58.249 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-11-15T04:50:58.250 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/scratch_devs 2023-11-15T04:50:58.274 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T04:50:58.285 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T04:50:58.286 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T04:50:58.288 DEBUG:teuthology.orchestra.run.smithi194:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T04:50:58.301 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2023-11-15T04:50:58.304 INFO:teuthology.orchestra.run.smithi087.stdout:210 Number of sources = 4 2023-11-15T04:50:58.305 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T04:50:58.305 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2023-11-15T04:50:58.305 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 28 -280us[ -280us] +/- 81ms 2023-11-15T04:50:58.306 INFO:teuthology.orchestra.run.smithi087.stdout:^* hv02.front.sepia.ceph.com 3 7 377 35 -126us[ -123us] +/- 53ms 2023-11-15T04:50:58.306 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 34 +376us[ +376us] +/- 74ms 2023-11-15T04:50:58.306 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:50:58.328 INFO:teuthology.orchestra.run.smithi194.stderr:bash: ntpq: command not found 2023-11-15T04:50:58.331 INFO:teuthology.orchestra.run.smithi194.stdout:210 Number of sources = 4 2023-11-15T04:50:58.332 INFO:teuthology.orchestra.run.smithi194.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T04:50:58.332 INFO:teuthology.orchestra.run.smithi194.stdout:=============================================================================== 2023-11-15T04:50:58.332 INFO:teuthology.orchestra.run.smithi194.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 31 -332us[ -332us] +/- 81ms 2023-11-15T04:50:58.332 INFO:teuthology.orchestra.run.smithi194.stdout:^* hv02.front.sepia.ceph.com 3 6 377 34 -139us[ -151us] +/- 53ms 2023-11-15T04:50:58.333 INFO:teuthology.orchestra.run.smithi194.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 31 +373us[ +373us] +/- 74ms 2023-11-15T04:50:58.333 INFO:teuthology.orchestra.run.smithi194.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T04:50:58.334 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T04:50:58.345 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T04:50:58.346 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T04:50:58.356 DEBUG:teuthology.orchestra.run.smithi087:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-15T04:50:58.454 DEBUG:teuthology.orchestra.run.smithi194:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-15T04:50:58.541 DEBUG:teuthology.orchestra.run.smithi087:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T04:50:58.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:58.572 DEBUG:teuthology.orchestra.run.smithi194:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T04:50:58.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:58.603 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T04:50:58.619 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T04:50:58.633 INFO:teuthology.task.internal:Duration was 2419.486011 seconds 2023-11-15T04:50:58.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T04:50:58.648 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T04:50:58.648 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T04:50:58.651 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T04:50:58.692 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T04:50:58.695 INFO:teuthology.orchestra.run.smithi194.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T04:50:59.138 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T04:50:59.138 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2023-11-15T04:50:59.139 DEBUG:teuthology.orchestra.run.smithi087:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T04:50:59.197 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi194.front.sepia.ceph.com 2023-11-15T04:50:59.197 DEBUG:teuthology.orchestra.run.smithi194:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T04:50:59.217 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T04:50:59.218 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T04:50:59.239 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T04:50:59.310 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T04:50:59.310 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T04:50:59.314 DEBUG:teuthology.orchestra.run.smithi194:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T04:50:59.482 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T04:50:59.494 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T04:50:59.494 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T04:50:59.520 DEBUG:teuthology.orchestra.run.smithi194:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T04:50:59.545 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T04:50:59.559 DEBUG:teuthology.orchestra.run.smithi087:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:50:59.562 DEBUG:teuthology.orchestra.run.smithi194:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:50:59.583 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2023-11-15T04:50:59.609 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = core 2023-11-15T04:50:59.623 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:50:59.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:59.652 DEBUG:teuthology.orchestra.run.smithi194:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:50:59.676 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:50:59.677 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T04:50:59.688 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T04:50:59.689 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344/remote/smithi087 2023-11-15T04:50:59.690 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T04:50:59.742 DEBUG:teuthology.misc:Transferring archived files from smithi194:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344/remote/smithi194 2023-11-15T04:50:59.743 DEBUG:teuthology.orchestra.run.smithi194:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T04:50:59.783 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T04:50:59.783 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T04:50:59.786 DEBUG:teuthology.orchestra.run.smithi194:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T04:50:59.830 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T04:50:59.844 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T04:50:59.845 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T04:50:59.875 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T04:50:59.875 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T04:50:59.878 DEBUG:teuthology.orchestra.run.smithi194:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T04:50:59.890 INFO:teuthology.orchestra.run.smithi087.stdout: 262176 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 04:50 /home/ubuntu/cephtest 2023-11-15T04:50:59.892 INFO:teuthology.orchestra.run.smithi194.stdout: 262944 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 04:50 /home/ubuntu/cephtest 2023-11-15T04:50:59.894 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T04:50:59.909 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T04:50:59.939 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T04:50:59.969 DEBUG:teuthology.nuke:shortname: smithi087 2023-11-15T04:50:59.970 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T04:50:59.995 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 04:03:33.256919', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNTXdiNEUjTcSZN/C7gcRuZZzkyFZOLmpPhAHdNEt2T1GTdIbU0uiZLCX52XT38NtV++VwY39qtSyiN27P2oG9Q='} 2023-11-15T04:50:59.999 DEBUG:teuthology.nuke:shortname: smithi194 2023-11-15T04:51:00.000 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T04:51:00.021 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458344', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 04:03:33.254968', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLT9kmb3tHpV4wcmnYaDSksX7ImxzdCj3LJuOgyVktSMq7R5dph/cCCLLGZ4WmuZWaA8kODyUFag3DrhBzgHSTQ='} 2023-11-15T04:51:00.052 INFO:teuthology.orchestra.console.smithi087:Power off 2023-11-15T04:51:00.053 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T04:51:00.077 DEBUG:teuthology.orchestra.console.smithi087:power off output: Chassis Power Control: Down/Off 2023-11-15T04:51:00.078 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:51:00.099 INFO:teuthology.orchestra.console.smithi194:Power off 2023-11-15T04:51:00.100 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T04:51:00.111 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2023-11-15T04:51:00.128 DEBUG:teuthology.orchestra.console.smithi194:power off output: Chassis Power Control: Down/Off 2023-11-15T04:51:00.129 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:51:00.178 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-11-15T04:51:04.113 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:51:04.180 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:51:04.225 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2023-11-15T04:51:04.291 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is on 2023-11-15T04:51:08.230 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:51:08.293 DEBUG:teuthology.orchestra.console.smithi194:pexpect command: ipmitool -H smithi194.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:51:08.341 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is off 2023-11-15T04:51:08.404 DEBUG:teuthology.orchestra.console.smithi194:check power output: Chassis Power is off 2023-11-15T04:51:08.443 INFO:teuthology.orchestra.console.smithi087:Power off completed 2023-11-15T04:51:08.506 INFO:teuthology.orchestra.console.smithi194:Power off completed 2023-11-15T04:51:08.610 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 2419.4860105514526 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4f7969aba9754a7284f3000dd0914e30 status: fail success: false 2023-11-15T04:51:08.611 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T04:51:08.698 INFO:teuthology.run:FAIL